
.th-exams{--a:#b78332;--b:#e9e9e9;--t:#222;--m:#777;max-width:1180px;margin:auto;font-family:inherit;color:var(--t)}
.th-exams *{box-sizing:border-box}
.th-exams__head{margin-bottom:20px}
.th-exams__eyebrow{display:inline-block;margin-bottom:8px;font-size:12px;font-weight:700;letter-spacing:1.7px;color:var(--a)}
.th-exams__head h2{margin:0 0 10px;font-size:clamp(28px,3vw,40px);line-height:1.15}
.th-exams__head p{margin:0;max-width:700px;color:var(--m);font-size:15px;line-height:1.7}
.th-exams__toolbar{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-bottom:18px;font-size:13px;color:#777}
.th-timezone-switch{display:flex;padding:3px;border:1px solid var(--b);border-radius:10px;background:#f7f7f7}
.th-timezone-switch button{border:0;background:transparent;padding:8px 12px;border-radius:7px;font:inherit;font-weight:600;cursor:pointer;color:#666}
.th-timezone-switch button.is-active{background:#fff;color:#222;box-shadow:0 1px 5px rgba(0,0,0,.08)}
.th-exams__list{display:flex;flex-direction:column;gap:12px}
.th-exam-card{display:grid;grid-template-columns:95px minmax(0,1fr);border:1px solid var(--b);border-radius:15px;background:#fff;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.04)}
.th-exam-card.is-featured{border-color:rgba(183,131,50,.4)}
.th-exam-card__date{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:15px;border-right:1px solid var(--b);background:#faf8f4}
.th-exam-card__day{font-size:33px;font-weight:750;line-height:1}
.th-exam-card__month{margin-top:6px;font-size:11px;font-weight:800;letter-spacing:1px;color:var(--a)}
.th-exam-card__year{margin-top:4px;font-size:10px;color:#999}
.th-exam-card__main{padding:19px 22px}
.th-exam-card__badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:15px}
.th-badge{display:inline-flex;align-items:center;min-height:25px;padding:5px 9px;border-radius:7px;font-size:11px;font-weight:700}
.th-badge--country{background:#f3f3f3;color:#555}
.th-badge--online{background:#eef4ff;color:#3568c0}
.th-badge--physical{background:#f5efe5;color:#9b6b25}
.th-badge--next{background:#edf8f1;color:#287a4b}
.th-badge--past{background:#f1f1f1;color:#777}
.th-exam-card__meta{display:grid;grid-template-columns:1.5fr 1fr .7fr;gap:20px}
.th-exam-card__meta div{display:flex;flex-direction:column;gap:4px;min-width:0}
.th-exam-card__meta small{font-size:10px;text-transform:uppercase;letter-spacing:.6px;color:#999;font-weight:600}
.th-exam-card__meta strong{font-size:14px;color:#444;line-height:1.35}
.th-exam-card.is-past{opacity:.78;box-shadow:none}
.th-exams__past{margin-top:28px;border:1px solid var(--b);border-radius:14px;overflow:hidden;background:#fff}
.th-exams__past summary{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;cursor:pointer;list-style:none;font-weight:700}
.th-exams__past summary::-webkit-details-marker{display:none}
.th-exams__past summary strong{display:flex;align-items:center;justify-content:center;min-width:28px;height:28px;border-radius:8px;background:#f2f2f2;font-size:12px}
.th-exams__past-content{padding:12px;background:#fafafa;border-top:1px solid var(--b)}
.th-exams__empty{padding:20px;border:1px solid var(--b);border-radius:14px;background:#fff;color:#777}
@media(max-width:650px){
.th-exams__toolbar{align-items:flex-start;justify-content:space-between}
.th-exam-card{grid-template-columns:72px minmax(0,1fr)}
.th-exam-card__main{padding:15px 13px}
.th-exam-card__day{font-size:28px}
.th-exam-card__meta{grid-template-columns:1fr;gap:10px}
.th-exam-card__badges{margin-bottom:13px}
}
