.tdn93-app {
  min-height: 100vh;
  background: #f4f1e9;
  color: #20352d;
  font-family: "Be Vietnam Pro", sans-serif;
}

.tdn93-app button,
.tdn93-app input,
.tdn93-app textarea,
.tdn93-app select {
  font: inherit;
}

.tdn93-shell,
.tdn93-exam-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 56px;
}

.tdn93-topbar,
.tdn93-exam-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid #d9d3c6;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 7px 20px rgba(46, 55, 48, 0.06);
}

.tdn93-topbar button,
.tdn93-exam-header > button {
  justify-self: start;
  min-height: 42px;
  border: 0;
  background: transparent;
  color: #405a50;
  cursor: pointer;
  font-weight: 750;
}

.tdn93-topbar > strong {
  font-size: 16px;
  letter-spacing: -0.02em;
}

.tdn93-topbar > span {
  justify-self: end;
  color: #66776f;
  font-size: 13px;
  font-weight: 650;
}

.tdn93-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 32px;
  align-items: center;
  margin-top: 24px;
  padding: 46px;
  border-radius: 28px;
  background: #203f35;
  color: #fff;
  box-shadow: 0 18px 50px rgba(25, 51, 42, 0.18);
}

.tdn93-kicker,
.tdn93-dashboard-section > header span,
.tdn93-review-intro > span,
.tdn93-result-hero > div > span,
.tdn93-error-panel > span,
.tdn93-ready-panel > span {
  color: #d9b970;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tdn93-hero h1,
.tdn93-exam-intro h1,
.tdn93-review-intro h1,
.tdn93-result-hero h1 {
  margin: 10px 0 14px;
  font-size: clamp(30px, 4.2vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.tdn93-hero p,
.tdn93-exam-intro > p,
.tdn93-review-intro p,
.tdn93-result-hero p {
  max-width: 720px;
  margin: 0;
  color: #d7e2dd;
  font-size: 16px;
  line-height: 1.7;
}

.tdn93-readiness {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.09);
  text-align: center;
}

.tdn93-readiness > span {
  display: block;
  color: #c6d7d0;
  font-size: 13px;
  font-weight: 750;
}

.tdn93-readiness > strong {
  display: block;
  margin: 4px 0;
  color: #f1d58c;
  font-size: 48px;
  line-height: 1.1;
}

.tdn93-readiness > p {
  color: #d8e3de;
  font-size: 12px;
  line-height: 1.5;
}

.tdn93-readiness > div,
.tdn93-ready-panel > div {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 16px;
}

.tdn93-readiness i,
.tdn93-ready-panel i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: #b7c7c0;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.tdn93-readiness i.is-filled,
.tdn93-ready-panel i.is-filled {
  border-color: #e6c46f;
  background: #e6c46f;
  color: #203f35;
}

.tdn93-rules,
.tdn93-section-results {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.tdn93-rules > div,
.tdn93-section-results > article {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 15px 18px;
  border: 1px solid #ded8ca;
  border-radius: 16px;
  background: #fff;
}

.tdn93-rules strong {
  color: #234c3f;
  font-size: 24px;
}

.tdn93-rules span {
  color: #66776f;
  font-size: 12px;
  font-weight: 700;
}

.tdn93-dashboard-section {
  margin-top: 42px;
}

.tdn93-dashboard-section > header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 18px;
}

.tdn93-dashboard-section h2 {
  margin: 5px 0 0;
  font-size: 28px;
  letter-spacing: -0.035em;
}

.tdn93-dashboard-section > header p {
  max-width: 440px;
  margin: 0;
  color: #6b776f;
  font-size: 13px;
  line-height: 1.6;
  text-align: right;
}

.tdn93-form-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tdn93-form-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid #ddd7c9;
  border-left: 5px solid var(--form-accent);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(50, 59, 52, 0.04);
}

.tdn93-form-number {
  text-align: center;
}

.tdn93-form-number span,
.tdn93-form-copy > span {
  display: block;
  color: #7a817d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tdn93-form-number strong {
  color: var(--form-accent);
  font-size: 27px;
}

.tdn93-form-copy h3 {
  margin: 4px 0;
  font-size: 16px;
  line-height: 1.35;
}

.tdn93-form-copy p {
  margin: 0;
  color: #78827d;
  font-size: 11px;
}

.tdn93-form-status {
  text-align: right;
}

.tdn93-form-status strong {
  display: block;
  margin-bottom: 7px;
  color: #40564c;
  font-size: 12px;
}

.tdn93-form-status button,
.tdn93-primary {
  min-height: 42px;
  padding: 10px 17px;
  border: 0;
  border-radius: 11px;
  background: #255a48;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
}

.tdn93-form-status button:hover,
.tdn93-primary:hover {
  background: #183f32;
}

.tdn93-primary:disabled,
.tdn93-app button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.tdn93-intro-shell {
  max-width: 900px;
}

.tdn93-exam-intro {
  margin-top: 24px;
  padding: 48px;
  border-top: 8px solid var(--form-accent);
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(52, 55, 48, 0.1);
}

.tdn93-exam-intro h1,
.tdn93-review-intro h1,
.tdn93-result-hero h1 {
  color: #203a31;
}

.tdn93-exam-intro > p,
.tdn93-review-intro p,
.tdn93-result-hero p {
  color: #63736b;
}

.tdn93-intro-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 28px 0;
}

.tdn93-intro-grid > div {
  padding: 17px;
  border: 1px solid #e1ddd3;
  border-radius: 14px;
  background: #faf9f6;
}

.tdn93-intro-grid strong,
.tdn93-intro-grid span {
  display: block;
}

.tdn93-intro-grid strong {
  color: #294f42;
  font-size: 15px;
}

.tdn93-intro-grid span {
  margin-top: 3px;
  color: #748078;
  font-size: 12px;
}

.tdn93-integrity-note {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  padding: 15px 17px;
  border-radius: 13px;
  background: #fff5dc;
  color: #765b22;
  font-size: 13px;
  line-height: 1.55;
}

.tdn93-exam-intro > .tdn93-primary {
  width: 100%;
  min-height: 52px;
  font-size: 15px;
}

.tdn93-exam-shell {
  width: min(1320px, calc(100% - 28px));
}

.tdn93-exam-header {
  position: sticky;
  z-index: 20;
  top: 12px;
  grid-template-columns: 130px minmax(0, 1fr) auto;
}

.tdn93-exam-header > div {
  text-align: center;
}

.tdn93-exam-header > div strong,
.tdn93-exam-header > div span {
  display: block;
}

.tdn93-exam-header > div strong {
  font-size: 14px;
}

.tdn93-exam-header > div span {
  margin-top: 2px;
  color: #708078;
  font-size: 11px;
}

.tdn93-exam-header time {
  min-width: 100px;
  padding: 9px 12px;
  border-radius: 10px;
  background: #e8f3ed;
  color: #24513f;
  font-size: 17px;
  font-weight: 850;
  text-align: center;
}

.tdn93-exam-header time.is-warning {
  background: #fff0e9;
  color: #a33d2f;
}

.tdn93-progress {
  height: 5px;
  margin: 8px 16px 0;
  overflow: hidden;
  border-radius: 999px;
  background: #dedbd2;
}

.tdn93-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #d5a948;
  transition: width 180ms ease;
}

.tdn93-exam-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 820px);
  justify-content: center;
  gap: 18px;
  margin-top: 20px;
}

.tdn93-question-nav {
  position: sticky;
  top: 92px;
  align-self: start;
  padding: 18px;
  border: 1px solid #ddd7ca;
  border-radius: 17px;
  background: #fff;
}

.tdn93-question-nav header strong,
.tdn93-question-nav header span {
  display: block;
}

.tdn93-question-nav header strong {
  font-size: 14px;
}

.tdn93-question-nav header span {
  margin-top: 4px;
  color: #7b847f;
  font-size: 10px;
  line-height: 1.4;
}

.tdn93-question-nav > div {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
  margin: 15px 0;
}

.tdn93-question-nav > div button {
  position: relative;
  aspect-ratio: 1;
  border: 1px solid #d7d9d3;
  border-radius: 9px;
  background: #f8f8f5;
  color: #637168;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
}

.tdn93-question-nav > div button.is-answered {
  border-color: #4e836d;
  background: #e7f3ed;
  color: #24543f;
}

.tdn93-question-nav > div button.is-current {
  outline: 3px solid #e0b95f;
  outline-offset: 1px;
}

.tdn93-question-nav > div button.is-reading {
  border-style: dashed;
  background: #eef1f7;
}

.tdn93-question-nav > div button.is-flagged::after {
  position: absolute;
  top: -5px;
  right: -3px;
  color: #b64e3d;
  content: "⚑";
  font-size: 12px;
}

.tdn93-question-nav > button {
  width: 100%;
  min-height: 44px;
  border: 1px solid #b55344;
  border-radius: 11px;
  background: #fff;
  color: #a13f32;
  cursor: pointer;
  font-weight: 800;
}

.tdn93-question-card {
  min-height: 620px;
  padding: 34px;
  border: 1px solid #ddd7ca;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(44, 54, 47, 0.07);
}

.tdn93-item-meta {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 22px;
}

.tdn93-item-meta span {
  color: #2a6450;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tdn93-item-meta small {
  color: #7c8781;
  font-size: 11px;
  font-weight: 650;
}

.tdn93-question-card > h2,
.tdn93-audio-intro h2,
.tdn93-passage h2 {
  margin: 0 0 24px;
  color: #253b33;
  font-size: clamp(20px, 2.5vw, 27px);
  line-height: 1.48;
  letter-spacing: -0.025em;
}

.tdn93-choices {
  display: grid;
  gap: 11px;
}

.tdn93-choice {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 9px 16px 9px 10px;
  border: 1px solid #dcded8;
  border-radius: 14px;
  background: #fbfbf9;
  color: #33463e;
  cursor: pointer;
  text-align: left;
}

.tdn93-choice b {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  background: #edf0ec;
  color: #5f6c65;
}

.tdn93-choice.is-selected {
  border-color: #347259;
  background: #edf7f1;
  box-shadow: 0 0 0 2px rgba(52, 114, 89, 0.12);
}

.tdn93-choice.is-selected b {
  background: #347259;
  color: #fff;
}

.tdn93-choice.is-correct {
  border-color: #3f8467;
  background: #eaf7ef;
}

.tdn93-choice.is-wrong {
  border-color: #c66b59;
  background: #fff0ec;
}

.tdn93-answer-label,
.tdn93-answer-label > span,
.tdn93-answer-label > small {
  display: block;
}

.tdn93-answer-label > span {
  margin-bottom: 8px;
  color: #52645b;
  font-size: 12px;
  font-weight: 800;
}

.tdn93-short-input,
.tdn93-answer-label textarea {
  width: 100%;
  border: 1px solid #cfd5cf;
  border-radius: 13px;
  background: #fcfcfa;
  color: #273b33;
  font-size: 16px;
  line-height: 1.65;
}

.tdn93-short-input {
  min-height: 52px;
  padding: 11px 14px;
}

.tdn93-answer-label textarea {
  min-height: 130px;
  padding: 15px;
  resize: vertical;
}

.tdn93-answer-label > small {
  margin-top: 7px;
  color: #78837d;
  font-size: 11px;
  line-height: 1.5;
}

.tdn93-passage,
.tdn93-audio-intro {
  padding: 25px;
  border-radius: 17px;
  background: #f8f6ef;
}

.tdn93-passage > span,
.tdn93-audio-intro > span {
  display: block;
  margin-bottom: 8px;
  color: #8c6a24;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tdn93-passage p,
.tdn93-audio-intro p {
  margin: 0;
  color: #3d5047;
  font-size: 17px;
  line-height: 1.9;
}

.tdn93-audio-intro button,
.tdn93-listening-control button {
  min-height: 46px;
  margin-top: 20px;
  padding: 10px 18px;
  border: 0;
  border-radius: 11px;
  background: #315d83;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
}

.tdn93-listening-control {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
  padding: 14px;
  border-radius: 13px;
  background: #edf4f8;
}

.tdn93-listening-control button {
  margin: 0;
}

.tdn93-listening-control span {
  color: #5d7080;
  font-size: 11px;
}

.tdn93-question-actions {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid #ece9e1;
}

.tdn93-question-actions > button:first-child {
  justify-self: start;
}

.tdn93-question-actions > button:last-child {
  justify-self: end;
}

.tdn93-question-actions > button:not(.tdn93-primary) {
  min-height: 42px;
  border: 1px solid #d3d6d1;
  border-radius: 11px;
  background: #fff;
  color: #52635a;
  cursor: pointer;
  font-weight: 750;
}

.tdn93-question-actions .tdn93-flag {
  padding: 8px 13px;
  border-color: transparent;
}

.tdn93-question-actions .tdn93-flag.is-active {
  border-color: #d9a79e;
  background: #fff3ef;
  color: #9e4335;
}

.tdn93-review-shell,
.tdn93-result-shell {
  max-width: 1000px;
}

.tdn93-review-intro {
  margin: 24px 0 16px;
  padding: 34px;
  border-radius: 22px;
  background: #fff;
}

.tdn93-review-intro h1 {
  font-size: 34px;
}

.tdn93-review-list {
  display: grid;
  gap: 14px;
}

.tdn93-review-card {
  padding: 26px;
  border: 1px solid #ddd7ca;
  border-radius: 18px;
  background: #fff;
}

.tdn93-review-card > header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #6b7871;
  font-size: 12px;
}

.tdn93-review-card > header strong {
  color: #2c5c49;
}

.tdn93-review-card h2 {
  margin: 14px 0;
  font-size: 19px;
  line-height: 1.55;
}

.tdn93-student-answer {
  padding: 15px;
  border-left: 4px solid #d1aa55;
  border-radius: 9px;
  background: #faf8f1;
}

.tdn93-student-answer span {
  color: #7c6b42;
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.tdn93-student-answer p,
.tdn93-review-card details p {
  margin: 5px 0 0;
  white-space: pre-wrap;
  color: #3f5048;
  font-size: 14px;
  line-height: 1.65;
}

.tdn93-review-card details {
  margin: 13px 0;
  color: #50645a;
  font-size: 12px;
}

.tdn93-review-card summary {
  cursor: pointer;
  font-weight: 800;
}

.tdn93-rubric-grid {
  display: grid;
  gap: 8px;
}

.tdn93-rubric-grid label {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 130px;
  gap: 16px;
  align-items: center;
  padding: 11px 13px;
  border: 1px solid #e1dfd8;
  border-radius: 11px;
}

.tdn93-rubric-grid label span {
  color: #45564e;
  font-size: 12px;
  line-height: 1.5;
}

.tdn93-rubric-grid select {
  min-height: 40px;
  border: 1px solid #ccd2cc;
  border-radius: 9px;
  background: #fff;
  color: #30453b;
  font-weight: 750;
}

.tdn93-review-footer {
  position: sticky;
  bottom: 12px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 16px 20px;
  border: 1px solid #d5d0c4;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(44, 50, 45, 0.12);
}

.tdn93-review-footer p {
  margin: 0;
  color: #66736d;
  font-size: 12px;
}

.tdn93-result-hero {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 24px;
  padding: 34px;
  border-radius: 23px;
  background: #fff;
}

.tdn93-result-hero.is-high {
  background: #eaf5ef;
}

.tdn93-score-ring {
  display: grid;
  width: 150px;
  height: 150px;
  place-content: center;
  border: 10px solid #d9ba6c;
  border-radius: 50%;
  text-align: center;
}

.tdn93-score-ring strong {
  color: #234c3e;
  font-size: 48px;
  line-height: 1;
}

.tdn93-score-ring span,
.tdn93-score-ring small {
  color: #708078;
  font-size: 12px;
  font-weight: 750;
}

.tdn93-result-hero h1 {
  font-size: 31px;
}

.tdn93-section-results article {
  display: block;
}

.tdn93-section-results span,
.tdn93-section-results strong,
.tdn93-section-results small {
  display: block;
}

.tdn93-section-results span {
  color: #718078;
  font-size: 11px;
  font-weight: 750;
}

.tdn93-section-results strong {
  margin: 3px 0 8px;
  color: #294f42;
  font-size: 22px;
}

.tdn93-section-results small {
  color: #9b6d2e;
  font-size: 10px;
}

.tdn93-section-results i {
  display: block;
  height: 5px;
  overflow: hidden;
  border-radius: 99px;
  background: #e6e7e2;
}

.tdn93-section-results i b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #4b816b;
}

.tdn93-result-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
}

.tdn93-error-panel,
.tdn93-ready-panel {
  padding: 25px;
  border: 1px solid #ddd7ca;
  border-radius: 18px;
  background: #fff;
}

.tdn93-error-panel h2,
.tdn93-ready-panel h2 {
  margin: 7px 0 14px;
  font-size: 21px;
}

.tdn93-error-panel ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tdn93-error-panel li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 11px;
  border-radius: 9px;
  background: #faf7f1;
  color: #59675f;
  font-size: 11px;
}

.tdn93-error-panel li strong {
  color: #9d493b;
}

.tdn93-error-panel p,
.tdn93-ready-panel p {
  color: #748078;
  font-size: 11px;
  line-height: 1.6;
}

.tdn93-ready-panel > div {
  justify-content: flex-start;
}

.tdn93-ready-panel i {
  border-color: #d2d7d1;
  color: #78847d;
}

.tdn93-answer-review {
  margin-top: 14px;
  padding: 20px;
  border: 1px solid #ddd7ca;
  border-radius: 17px;
  background: #fff;
}

.tdn93-answer-review summary {
  cursor: pointer;
  color: #355c4c;
  font-size: 13px;
  font-weight: 850;
}

.tdn93-answer-review ol {
  display: grid;
  gap: 8px;
  padding-left: 22px;
}

.tdn93-answer-review li {
  padding: 10px 12px;
  border-radius: 10px;
  background: #f8f8f5;
}

.tdn93-answer-review li.is-wrong {
  background: #fff1ed;
}

.tdn93-answer-review li strong,
.tdn93-answer-review li p,
.tdn93-answer-review li small {
  display: block;
}

.tdn93-answer-review li strong {
  font-size: 11px;
}

.tdn93-answer-review li p {
  margin: 4px 0;
  font-size: 12px;
}

.tdn93-answer-review li small {
  color: #6b7770;
  font-size: 11px;
  line-height: 1.5;
}

.tdn93-result-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
}

.tdn93-result-actions > button:not(.tdn93-primary) {
  min-height: 42px;
  border: 1px solid #cfd3ce;
  border-radius: 11px;
  background: #fff;
  color: #506159;
  cursor: pointer;
  font-weight: 750;
}

.tdn93-review-reminder {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-top: 16px;
  padding: 18px 22px;
  border: 1px solid #d8d1c2;
  border-radius: 17px;
  background: #fff;
}

.tdn93-review-reminder.is-due {
  border-color: #d5b764;
  background: #fff8e7;
}

.tdn93-review-reminder span,
.tdn93-review-schedule header span {
  color: #906b26;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tdn93-review-reminder h2,
.tdn93-review-schedule h2 {
  margin: 3px 0;
  color: #2c493e;
  font-size: 17px;
}

.tdn93-review-reminder p {
  margin: 0;
  color: #707c75;
  font-size: 11px;
}

.tdn93-review-reminder button {
  min-height: 42px;
  padding: 9px 16px;
  border: 0;
  border-radius: 11px;
  background: #315f4d;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
}

.tdn93-review-schedule {
  margin-top: 14px;
  padding: 24px;
  border: 1px solid #ddd7ca;
  border-radius: 18px;
  background: #fff;
}

.tdn93-review-schedule header {
  margin-bottom: 14px;
}

.tdn93-review-schedule > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.tdn93-review-schedule button {
  padding: 14px;
  border: 1px solid #daddd7;
  border-radius: 12px;
  background: #fafaf7;
  color: #3b5047;
  cursor: pointer;
  text-align: left;
}

.tdn93-review-schedule button.is-due {
  border-color: #d8b559;
  background: #fff7df;
}

.tdn93-review-schedule button.is-complete {
  border-color: #9bc4ae;
  background: #edf8f1;
}

.tdn93-review-schedule button span,
.tdn93-review-schedule button strong,
.tdn93-review-schedule button small {
  display: block;
}

.tdn93-review-schedule button span {
  color: #8b6a2a;
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.tdn93-review-schedule button strong {
  margin: 4px 0;
  font-size: 12px;
}

.tdn93-review-schedule button small {
  color: #748079;
  font-size: 10px;
}

.tdn93-mini-review {
  max-width: 840px;
}

.tdn93-mini-card,
.tdn93-mini-complete {
  margin-top: 24px;
  padding: 34px;
  border: 1px solid #ddd7ca;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(44, 54, 47, 0.07);
}

.tdn93-mini-card > h2 {
  margin: 0 0 22px;
  color: #263d34;
  font-size: 23px;
  line-height: 1.5;
}

.tdn93-mini-feedback {
  margin-top: 18px;
  padding: 15px 17px;
  border-radius: 12px;
  background: #eaf7ef;
  color: #2d614b;
}

.tdn93-mini-feedback.is-wrong {
  background: #fff1ec;
  color: #8d4336;
}

.tdn93-mini-feedback strong,
.tdn93-mini-feedback p {
  display: block;
  margin: 0;
}

.tdn93-mini-feedback p {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.55;
}

.tdn93-mini-complete {
  text-align: center;
}

.tdn93-mini-complete > span {
  color: #92702d;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.tdn93-mini-complete h1 {
  margin: 10px 0;
  color: #285441;
  font-size: 38px;
}

.tdn93-mini-complete p {
  margin: 0 auto 22px;
  max-width: 600px;
  color: #69776f;
  line-height: 1.65;
}

.tdn93-home-banner {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin: 18px 0;
  padding: 17px 19px;
  border: 1px solid #d2c599;
  border-radius: 17px;
  background: #fff9e9;
}

.tdn93-home-banner.is-ready {
  border-color: #a8c9b8;
  background: #eef8f2;
}

.tdn93-home-mark {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  border-radius: 17px;
  background: #244f40;
  color: #f0d381;
  font-size: 20px;
  font-weight: 900;
}

.tdn93-home-copy > span {
  color: #8d6a2b;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tdn93-home-copy h3 {
  margin: 3px 0;
  color: #29483d;
  font-size: 16px;
}

.tdn93-home-copy p {
  margin: 0;
  color: #6e776f;
  font-size: 11px;
}

@media (max-width: 900px) {
  .tdn93-hero,
  .tdn93-result-hero {
    grid-template-columns: 1fr;
  }

  .tdn93-readiness {
    max-width: 320px;
  }

  .tdn93-form-list,
  .tdn93-result-grid {
    grid-template-columns: 1fr;
  }

  .tdn93-exam-layout {
    grid-template-columns: 1fr;
  }

  .tdn93-question-nav {
    position: static;
    order: 2;
  }

  .tdn93-question-card {
    order: 1;
  }

  .tdn93-question-nav > div {
    grid-template-columns: repeat(10, 1fr);
  }
}

@media (max-width: 680px) {
  .tdn93-shell,
  .tdn93-exam-shell {
    width: min(100% - 20px, 1180px);
    padding-top: 10px;
  }

  .tdn93-topbar,
  .tdn93-exam-header {
    position: static;
    grid-template-columns: 1fr auto;
    padding: 8px 11px;
  }

  .tdn93-topbar > strong,
  .tdn93-exam-header > div {
    display: none;
  }

  .tdn93-topbar > span {
    font-size: 10px;
  }

  .tdn93-hero,
  .tdn93-exam-intro,
  .tdn93-question-card,
  .tdn93-review-intro,
  .tdn93-result-hero {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .tdn93-hero h1,
  .tdn93-exam-intro h1 {
    font-size: 32px;
  }

  .tdn93-rules,
  .tdn93-section-results,
  .tdn93-intro-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tdn93-dashboard-section > header {
    display: block;
  }

  .tdn93-dashboard-section > header p {
    margin-top: 8px;
    text-align: left;
  }

  .tdn93-form-card {
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .tdn93-form-status {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .tdn93-question-nav > div {
    grid-template-columns: repeat(7, 1fr);
  }

  .tdn93-question-card {
    min-height: 550px;
  }

  .tdn93-item-meta,
  .tdn93-listening-control,
  .tdn93-integrity-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .tdn93-question-actions {
    grid-template-columns: 1fr 1fr;
  }

  .tdn93-question-actions .tdn93-flag {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .tdn93-rubric-grid label {
    grid-template-columns: 1fr;
  }

  .tdn93-review-footer,
  .tdn93-result-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .tdn93-review-footer button,
  .tdn93-result-actions button {
    width: 100%;
  }

  .tdn93-score-ring {
    width: 128px;
    height: 128px;
  }

  .tdn93-home-banner {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .tdn93-review-reminder {
    align-items: stretch;
    flex-direction: column;
  }

  .tdn93-review-reminder button {
    width: 100%;
  }

  .tdn93-review-schedule > div {
    grid-template-columns: 1fr;
  }

  .tdn93-home-mark {
    width: 52px;
    height: 52px;
  }

  .tdn93-home-banner > button {
    grid-column: 1 / -1;
    width: 100%;
  }
}
