/* IELTS Speaking widgets — sits under a lesson, same type and buttons. */

.ielts-box {
  margin: 28px 0 8px;
  padding: 20px 20px 18px;
  border-radius: 16px;
  background: #F7F4EE;
  border: 1px solid #E6DFD2;
}

.ielts-credits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink-soft);
}

.ielts-credits p { margin: 0; }

.ielts-lock,
.ielts-disclaimer {
  font-size: 13px;
  line-height: 1.5;
  color: var(--ink-soft);
  font-weight: 600;
  margin: 12px 0 0;
}

.ielts-criteria {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.ielts-chip {
  border: 1px solid #D5CDBE;
  background: #fff;
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
}

.ielts-chip.is-on {
  background: #1A1240;
  color: #fff;
  border-color: #1A1240;
}

.ielts-crit-body {
  font-size: 1.02rem;
  line-height: 1.55;
  min-height: 3.2em;
}

.ielts-builder label {
  display: block;
  font-weight: 800;
  font-size: 14px;
  margin: 10px 0 4px;
}

.ielts-builder textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #D5CDBE;
  padding: 10px 12px;
  font: inherit;
}

.ielts-q,
.ielts-model {
  font-weight: 700;
  line-height: 1.5;
}

.ielts-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px 18px;
  border: 1px dashed #C4B8A4;
  margin-bottom: 12px;
}

.ielts-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.ielts-card ul { margin: 0; padding-left: 1.2em; }

.ielts-stage {
  margin-top: 16px;
}

.ielts-status {
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5B4CDB;
  margin: 0 0 8px;
}

.ielts-timer {
  font-size: 2rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  margin: 0 0 10px;
}

.ielts-log {
  max-height: 240px;
  overflow: auto;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}

.ielts-log li {
  margin: 0 0 8px;
  line-height: 1.45;
}

.ielts-log .who { font-weight: 800; margin-right: 6px; }

.ielts-mic {
  min-width: 220px;
  min-height: 52px;
  font-size: 1.05rem;
}

.ielts-score {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  margin-top: 12px;
}

.ielts-band {
  font-size: 2.4rem;
  font-weight: 800;
  margin: 0 0 4px;
}

.ielts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 12px 0;
}

@media (max-width: 560px) {
  .ielts-grid { grid-template-columns: 1fr; }
}

.ielts-grid p {
  margin: 0;
  padding: 10px 12px;
  background: #F7F4EE;
  border-radius: 10px;
  font-weight: 700;
}

.ielts-mock-kicker {
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 13px;
  color: #5B4CDB;
  margin: 0 0 10px;
}

.ielts-err {
  color: #A12B2B;
  font-weight: 700;
  margin: 8px 0 0;
}

.paywall .learn-list {
  text-align: left;
  max-width: 28em;
  margin: 0 auto 16px;
  line-height: 1.5;
}
