/* ==========================
   OSD exam dates
   Scoped to .osd-exam-page
   ========================== */

.osd-exam-page{
    --osd-blue:#0071BA;
    --osd-ink:#0f172a;
    --osd-muted:#475569;
    --osd-border:rgba(15,23,42,.12);
    --osd-card:#fff;
    --osd-bg:#f6f8fb;
    --osd-radius:8px;
    --osd-shadow:0 12px 34px rgba(15,23,42,.10);
    --osd-shadow-sm:0 8px 18px rgba(15,23,42,.10);
    --osd-ring:0 0 0 4px rgba(0,113,186,.16);
    --osd-icon-size: 40px;
    --osd-icon-gap: 10px;
}

/* Outer page spacing */
.osd-exam-page{
    padding: 4rem;
}

/* Keep spacing tighter on smaller screens */
@media (max-width: 900px){
    .osd-exam-page{ padding: 2rem; }
}
@media (max-width: 600px){
    .osd-exam-page{ padding: 1.25rem; }
}

/* Page base */
.osd-exam-page .osd-exam-dates-page{ color: var(--osd-ink); }

/* Headings */
.osd-exam-page .osd-exam-dates-page h1,
.osd-exam-page .osd-exam-dates-page h2{
    font-weight: 800;
    letter-spacing: -.3px;
}

/* ==========================
   Filters card
   ========================== */
.osd-exam-page .osd-filters{
    background: var(--osd-card);
    border: 1px solid var(--osd-border);
    border-radius: var(--osd-radius);
    box-shadow: var(--osd-shadow);
    padding: 18px;
    margin: 18px 0;
}

/* Labels / legends */
.osd-exam-page .osd-filter label,
.osd-exam-page fieldset.osd-types legend{
    font-weight: 800;
    font-size: 13px;
    letter-spacing: .2px;
    color: var(--osd-muted);
    margin-bottom: 8px;
}

/* Inputs/selects (BeTheme override) */
.osd-exam-page .osd-filter select,
.osd-exam-page .osd-filter input[type="date"],
.osd-exam-page .osd-filter input[type="text"]{
    height: 46px !important;
    border-radius: var(--osd-radius) !important;
    border: 1px solid var(--osd-border) !important;
    background: #fff !important;
    padding: 0 12px !important;
    font-size: 14px !important;
    box-shadow: none !important;
    transition: box-shadow .15s ease, border-color .15s ease, transform .15s ease;
}

.osd-exam-page .osd-filter select:focus,
.osd-exam-page .osd-filter input:focus{
    outline: none !important;
    border-color: rgba(0,113,186,.55) !important;
    box-shadow: var(--osd-ring) !important;
}

.osd-exam-page .osd-filter select:disabled,
.osd-exam-page .osd-filter input:disabled{
    background: rgba(15,23,42,.03) !important;
    color: rgba(15,23,42,.55) !important;
    cursor: not-allowed !important;
    opacity: .72;
}

/* ==========================
   Filter layout
   ========================== */

.osd-exam-page .osd-filter-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-end;
    justify-content: flex-start;
}

.osd-exam-page .osd-filter-group{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: flex-end;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
}

.osd-exam-page .osd-exam-dates-page .osd-filter-group--exam-type{
    position: relative;
}

.osd-exam-page .osd-exam-dates-page .osd-filter-group--exam-type.is-inline-with-level{
    padding-left: 18px;
    margin-left: 2px;
}

.osd-exam-page .osd-exam-dates-page .osd-filter-group--exam-type.is-inline-with-level::before{
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 8px;
    width: 1px;
    background: rgba(15,23,42,.16);
}

.osd-exam-page .osd-filter-break{
    flex: 1 0 100%;
    width: 100%;
    height: 0;
}

.osd-exam-page .osd-filter{
    width: 220px;
    max-width: 100%;
    min-width: 0;
}

.osd-exam-page .osd-filter--center{
    width: 320px;
}

.osd-exam-page .osd-exam-centers-page .osd-filter--search{
    width: 330px;
}

.osd-exam-page .osd-filter--from,
.osd-exam-page .osd-filter--to{
    width: 170px;
}

.osd-exam-page .osd-filter label{
    display:block;
}

.osd-exam-page .osd-filter select,
.osd-exam-page .osd-filter input[type="date"],
.osd-exam-page .osd-filter input[type="text"]{
    width: 100%;
}

.osd-exam-page fieldset.osd-types{
    width: auto;
    min-width: 0;
    margin: 0;
}

.osd-exam-page .osd-actions{
    flex: 1 0 100%;
    width: 100%;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:10px;
    flex-wrap: wrap;
}

@media (max-width: 700px){
    .osd-exam-page .osd-filter-group{
        width: 100%;
        gap: 12px;
    }

    .osd-exam-page .osd-filter,
    .osd-exam-page .osd-filter--center,
    .osd-exam-page .osd-filter--from,
    .osd-exam-page .osd-filter--to{
        width: 100%;
    }

    .osd-exam-page .osd-actions button,
    .osd-exam-page .osd-actions a{
        width: 100%;
        justify-content: center;
    }
}

/* ==========================
   Actions (buttons)
   ========================== */
.osd-exam-page .osd-actions button[type="submit"]{
    height: 46px !important;
    padding: 0 18px !important;
    border-radius: var(--osd-radius) !important;
    border: 1px solid rgba(0,113,186,.18) !important;
    background: var(--osd-blue) !important;
    color: #fff !important;
    font-weight: 900 !important;
    letter-spacing: .2px;
    text-transform: none !important;
    box-shadow: none;
    transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
}

.osd-exam-page .osd-actions button[type="submit"]:hover{
    transform: translateY(-1px);
    box-shadow: var(--osd-shadow-sm);
    filter: brightness(1.03);
}

.osd-exam-page .osd-reset{
    height: 46px;
    display:inline-flex;
    align-items:center;
    padding: 0 16px;
    border-radius: var(--osd-radius);
    border: 1px solid rgba(15,23,42,.16);
    background:#fff;
    color: var(--osd-ink) !important;
    font-weight: 800;
    text-decoration:none !important;
    transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}

.osd-exam-page .osd-reset:hover{
    transform: translateY(-1px);
    box-shadow: var(--osd-shadow-sm);
    border-color: rgba(0,113,186,.35);
}

/* ==========================
   Exam types (ICON-only, no borders)
   EXPECTED MARKUP (new):
   <label class="osd-type-icon">
     <input ...>
     <span class="osd-type-icon__btn"><img></span>
     <span class="osd-type-icon__dot"></span>
   </label>
   ========================== */

/* remove old "fieldset card" look here */
.osd-exam-page .osd-types--icons{
    border: 0;
    padding: 0;
    background: transparent;
}

/* legend aligned with icons */
.osd-exam-page .osd-types--icons legend{
    padding: 0;
    margin: 0 0 8px 0;
}

/* tighter icon grid */
.osd-exam-page .osd-type-grid--icons{
    display: flex;
    flex-wrap: nowrap;
    gap: var(--osd-icon-gap);
    align-items: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    scrollbar-width: thin;
}

.osd-exam-page .osd-type-grid--level{
    display: grid;
    grid-template-columns: repeat(12, max-content);
    overflow: visible;
}

.osd-exam-page .osd-type-grid--exam-type{
    padding: 4px;
}

/* wrapper */
.osd-exam-page .osd-type-icon{
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    user-select: none;
}

/* hide checkbox but keep a11y */
.osd-exam-page .osd-type-icon > input{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* clickable area around icon (no border) */
.osd-exam-page .osd-type-icon__btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border-radius: var(--osd-radius);
    transition: transform .12s ease, background .12s ease, box-shadow .12s ease;
}

.osd-exam-page .osd-type-icon__btn img{
    width: var(--osd-icon-size);
    height: var(--osd-icon-size);
    display: block;
    object-fit: contain;
}

/* hover polish */
.osd-exam-page .osd-type-icon:hover .osd-type-icon__btn{
    transform: translateY(-1px);
    background: rgba(0,113,186,.06);
    box-shadow: 0 10px 18px rgba(15,23,42,.08);
}

/* tiny "selected" indicator below */
.osd-exam-page .osd-type-icon__dot{
    width: 8px;
    height: 8px;
    border-radius: var(--osd-radius);
    background: rgba(15,23,42,.18);
    transition: transform .12s ease, background .12s ease;
}

/* selected */
.osd-exam-page .osd-type-icon:has(> input:checked) .osd-type-icon__btn{
    background: rgba(0,113,186,.10);
    box-shadow: 0 0 0 4px rgba(0,113,186,.12);
}

.osd-exam-page .osd-type-icon:has(> input:checked) .osd-type-icon__dot{
    background: var(--osd-blue);
    transform: scale(1.15);
}

/* keyboard focus */
.osd-exam-page .osd-type-icon > input:focus-visible ~ .osd-type-icon__btn{
    box-shadow: 0 0 0 4px rgba(0,113,186,.22);
}

/* mobile: slightly smaller still */
@media (max-width: 600px){
    .osd-exam-page .osd-type-grid--icons{ gap: 6px; }
    .osd-exam-page .osd-type-grid--exam-type .osd-type-icon__btn img{
        width: 24px !important;
        height: 24px !important;
    }

    .osd-exam-page .osd-type-grid--level .osd-type-icon__btn img{
        width: 34px !important;
        height: 34px !important;
    }
}

@media (max-width: 1200px){
    .osd-exam-page .osd-type-grid--level{
        grid-template-columns: repeat(6, max-content);
    }
}

/* ==========================
   Results table
   ========================== */
.osd-exam-page .osd-results-table{
    width:100%;
    table-layout: fixed;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.osd-exam-page .osd-results.is-loading{
    opacity: .68;
    transition: opacity .16s ease;
}

.osd-exam-page .osd-live-filter-empty{
    margin: 0 0 16px;
    padding: 14px 16px;
    border-radius: var(--osd-radius);
    border: 1px solid rgba(15,23,42,.10);
    background: rgba(15,23,42,.03);
    color: var(--osd-muted);
    font-weight: 700;
}

.osd-exam-page .osd-type-icon__text{
    font-size: 12px;
    font-weight: 800;
    color: var(--osd-muted);
    line-height: 1.15;
}

.osd-exam-page .osd-results-table th,
.osd-exam-page .osd-results-table td{
    padding: 14px 16px !important;
    vertical-align: middle;
    text-align: left !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.osd-exam-page .osd-results-table thead th{
    padding-top: 4px !important;
    padding-bottom: 8px !important;
    border: 0 !important;
    background: transparent;
    color: rgba(15,23,42,.72);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.osd-exam-page .osd-results-table tbody td{
    background: #fff;
    border-top: 0;
    border-bottom: 1px solid rgba(15,23,42,.14);
    border-left: 0 !important;
    border-right: 0 !important;
}

.osd-exam-page .osd-results-table tbody tr:hover td{
    border-color: rgba(0,113,186,.30);
    background: linear-gradient(180deg, rgba(0,113,186,.05), rgba(255,255,255,1));
}

.osd-exam-page .osd-results-table th.is-date{ width: 190px; text-align: center !important; }
.osd-exam-page .osd-results-table th.is-center{ width: auto; }
.osd-exam-page .osd-results-table th.is-icons{ width: 170px; }
.osd-exam-page .osd-results-table th.is-actions{
    width: 150px;
    text-align: right !important;
}

.osd-exam-page .osd-results-table--centers th.is-center{
    width: 320px;
}

.osd-exam-page .osd-results-table--centers th.is-icons{
    width: 420px;
}

.osd-exam-page .osd-results-table td.osd-date-cell{
    text-align: center !important;
}

.osd-exam-page .osd-date-main{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 14px;
    border-radius: var(--osd-radius);
    font-weight: 800;
    color: var(--osd-ink);
}

.osd-exam-page .osd-exam-row-title{
    font-size: 16px;
    font-weight: 900;
    color: var(--osd-ink);
    margin-bottom: 6px;
}

.osd-exam-page .osd-center-name{
    font-size: 14px;
    font-weight: 600;
    color: var(--osd-ink);
    line-height: 1.25;
}

.osd-exam-page .osd-center-meta{
    margin-top: 4px;
    font-size: 12px;
    color: var(--osd-muted);
}

.osd-exam-page .osd-center-address{
    margin-top: 5px;
    font-size: 13px;
    color: rgba(15,23,42,.82);
}

.osd-exam-page .osd-center-cell{
    padding-right: 8px !important;
}

.osd-exam-page .osd-icons-cell{
    padding-left: 4px !important;
    padding-right: 10px !important;
}

.osd-exam-page .osd-center-contact{
    margin-top: 8px;
    display: inline-flex;
    color: var(--osd-blue) !important;
    font-weight: 800;
    text-decoration: none;
}

.osd-exam-page .osd-center-contact:hover{
    text-decoration: underline;
}

.osd-exam-page .osd-center-links{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.osd-exam-page .osd-type-cell{
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}

.osd-exam-page .osd-type-cell--wrap{
    flex-wrap: wrap;
    justify-content: flex-start;
    white-space: normal;
}

.osd-exam-page .osd-results-table--centers .osd-type-cell--wrap{
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: thin;
}

.osd-exam-page .osd-level-block,
.osd-exam-page .osd-exam-type-block{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.osd-exam-page .osd-type-code{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 32px;
    border-radius: var(--osd-radius);
    border: 1px solid rgba(15,23,42,.14);
    background: rgba(15,23,42,.04);
    font-size: 12px;
    font-weight: 800;
    padding: 0 10px;
}

.osd-exam-page .osd-exam-type-label{
    font-size: 12px;
    font-weight: 800;
    color: var(--osd-muted);
    line-height: 1;
}

.osd-exam-page .osd-actions-cell{
    display: table-cell !important;
    text-align: right !important;
    white-space: nowrap;
    vertical-align: middle;
}

.osd-exam-page .osd-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 44px;
    min-width: 128px;
    padding: 0 18px;
    border-radius: var(--osd-radius);
    border: 1px solid rgba(0,94,158,.24) !important;
    background: var(--osd-blue);
    color: #fff !important;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .01em;
    text-decoration: none !important;
    box-shadow: 0 10px 18px rgba(0,113,186,.18);
    transition: transform .12s ease, box-shadow .12s ease, filter .12s ease, background .12s ease;
}

.osd-exam-page .osd-actions-cell .osd-btn{
    margin-left: auto;
}

.osd-exam-page .osd-btn:visited{
    color: #fff !important;
}

.osd-exam-page .osd-btn:hover{
    cursor: pointer;
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(0,113,186,.24);
    filter: brightness(1.04);
}

.osd-exam-page .osd-btn:focus-visible,
.osd-exam-page .osd-center-contact:focus-visible{
    outline: none;
    box-shadow: var(--osd-ring);
}

.osd-exam-page .osd-btn__arrow{
    font-size: 16px;
    line-height: 1;
    transform: translateY(-1px);
}

.osd-exam-page .osd-has-tooltip{
    position: relative;
}

.osd-exam-page .osd-has-tooltip[data-tooltip]:hover::after,
.osd-exam-page .osd-has-tooltip[data-tooltip]:focus-visible::after{
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translateX(-50%);
    background: rgba(15,23,42,.94);
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
    padding: 7px 9px;
    border-radius: var(--osd-radius);
    box-shadow: 0 10px 22px rgba(15,23,42,.22);
    z-index: 20;
    pointer-events: none;
}

/* ==========================
   Detail page
   ========================== */
.osd-exam-page .osd-detail-topbar{
    margin: 0 0 18px;
}

.osd-exam-page .osd-back-link{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--osd-blue) !important;
    font-weight: 900;
    text-decoration: none !important;
}

.osd-exam-page .osd-back-link:hover{
    text-decoration: underline !important;
}

.osd-exam-page .osd-detail-layout{
    display: grid;
    gap: 18px;
}

.osd-exam-page .osd-detail-hero{
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 28px;
    border-radius: var(--osd-radius);
    border: 1px solid var(--osd-border);
    background:
        radial-gradient(circle at top right, rgba(0,113,186,.16), transparent 32%),
        linear-gradient(180deg, #ffffff, #f7fbff);
    box-shadow: var(--osd-shadow);
}

.osd-exam-page .osd-detail-hero__content{
    min-width: 0;
}

.osd-exam-page .osd-detail-eyebrow{
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--osd-blue);
}

.osd-exam-page .osd-detail-title{
    margin: 0;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.02;
}

.osd-exam-page .osd-detail-subtitle{
    margin: 10px 0 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--osd-muted);
}

.osd-exam-page .osd-detail-meta{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.osd-exam-page .osd-detail-meta-pill{
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 14px;
    border-radius: var(--osd-radius);
    border: 1px solid rgba(15,23,42,.12);
    background: rgba(255,255,255,.9);
    font-weight: 800;
    color: var(--osd-ink);
}

.osd-exam-page .osd-detail-hero__side{
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-end;
    min-width: 250px;
}

.osd-exam-page .osd-detail-icon-strip{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.osd-exam-page .osd-detail-icon-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 108px;
    padding: 14px 12px;
    border-radius: var(--osd-radius);
    border: 1px solid rgba(15,23,42,.10);
    background: rgba(255,255,255,.92);
}

.osd-exam-page .osd-detail-icon-card__label{
    font-size: 12px;
    font-weight: 900;
    color: var(--osd-muted);
    text-align: center;
}

.osd-exam-page .osd-detail-website-btn{
    min-width: 0;
}

.osd-exam-page .osd-exam-centers-detail-page .osd-detail-hero__side{
    justify-content: center;
}

.osd-exam-page .osd-detail-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.osd-exam-page .osd-detail-card{
    padding: 22px;
    border-radius: var(--osd-radius);
    border: 1px solid var(--osd-border);
    background: #fff;
    box-shadow: var(--osd-shadow-sm);
}

.osd-exam-page .osd-detail-card--wide{
    padding: 28px;
}

.osd-exam-page .osd-detail-card__title{
    margin: 0 0 14px;
    font-size: 18px;
}

.osd-exam-page .osd-detail-stack{
    display: grid;
    gap: 6px;
}

.osd-exam-page .osd-detail-stack__line{
    color: var(--osd-ink);
    line-height: 1.5;
}

.osd-exam-page .osd-detail-text{
    margin: 0;
    color: var(--osd-muted);
    line-height: 1.6;
}

.osd-exam-page .osd-detail-richtext{
    margin-top: 14px;
    color: var(--osd-ink);
    line-height: 1.65;
}

.osd-exam-page .osd-detail-facts{
    display: grid;
    gap: 12px;
    margin: 0;
}

.osd-exam-page .osd-detail-fact{
    display: grid;
    gap: 4px;
}

.osd-exam-page .osd-detail-fact dt{
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(15,23,42,.58);
}

.osd-exam-page .osd-detail-fact dd{
    margin: 0;
    color: var(--osd-ink);
}

.osd-exam-page .osd-detail-fact dd a{
    color: var(--osd-blue) !important;
    font-weight: 800;
    text-decoration: none;
}

.osd-exam-page .osd-detail-fact dd a:hover{
    text-decoration: underline;
}

.osd-exam-page .osd-offered-level-list{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.osd-exam-page .osd-offered-level{
    display: inline-flex;
}

.osd-exam-page .osd-offered-level__icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border-radius: var(--osd-radius);
    background: rgba(0,113,186,.06);
}

.osd-exam-page .osd-offered-level__icon img{
    width: var(--osd-icon-size);
    height: var(--osd-icon-size);
    display: block;
    object-fit: contain;
}

/* ==========================
   Pagination
   ========================== */
.osd-exam-page .osd-pagination ul{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    justify-content:center;
    margin: 18px 0 0;
    padding: 0;
    list-style:none;
}

.osd-exam-page .osd-pagination a,
.osd-exam-page .osd-pagination span{
    min-width: 42px;
    height: 42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius: var(--osd-radius);
    border: 1px solid rgba(15,23,42,.16);
    background:#fff;
    font-weight: 900;
    color: var(--osd-ink) !important;
    text-decoration:none !important;
    transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}

.osd-exam-page .osd-pagination a:hover{
    transform: translateY(-1px);
    box-shadow: var(--osd-shadow-sm);
    border-color: rgba(0,113,186,.35);
}

.osd-exam-page .osd-pagination .active span{
    background: var(--osd-blue);
    color:#fff !important;
    border-color: rgba(0,113,186,.25);
}

/* ==========================
   Responsive (stacked rows on mobile)
   ========================== */
@media (max-width: 920px){
    .osd-exam-page .osd-results-table,
    .osd-exam-page .osd-results-table thead,
    .osd-exam-page .osd-results-table tbody,
    .osd-exam-page .osd-results-table tr,
    .osd-exam-page .osd-results-table th,
    .osd-exam-page .osd-results-table td{
        display: block;
        width: 100%;
    }

    .osd-exam-page .osd-results-table{
        table-layout: auto;
    }

    .osd-exam-page .osd-results-table thead{
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .osd-exam-page .osd-results-table tbody{
        display: grid;
        gap: 16px;
    }

    .osd-exam-page .osd-results-table tbody tr{
        border: 1px solid rgba(15,23,42,.10);
        border-radius: var(--osd-radius);
        background: #fff;
        box-shadow: 0 12px 28px rgba(15,23,42,.10);
        overflow: hidden;
    }

    .osd-exam-page .osd-results-table tbody td{
        background: transparent;
        padding: 14px 16px !important;
        border-bottom: 1px solid rgba(15,23,42,.10);
    }

    .osd-exam-page .osd-results-table tbody td:last-child{
        border-bottom: 0;
    }

    .osd-exam-page .osd-results-table tbody td::before{
        content: attr(data-label);
        display: block;
        margin-bottom: 10px;
        color: rgba(15,23,42,.62);
        font-size: 11px;
        font-weight: 900;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .osd-exam-page .osd-results-table tbody tr:hover td{
        background: transparent;
        border-color: rgba(15,23,42,.10);
    }


    .osd-exam-page .osd-date-cell,
    .osd-exam-page .osd-icons-cell,
    .osd-exam-page .osd-actions-cell{
        text-align: left !important;
    }

    .osd-exam-page .osd-center-cell,
    .osd-exam-page .osd-icons-cell{
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .osd-exam-page .osd-type-cell{
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 16px;
    }

    .osd-exam-page .osd-results-table--centers .osd-type-cell--wrap{
        flex-wrap: wrap;
        overflow: visible;
    }

    .osd-exam-page .osd-actions-cell{
        display: block !important;
        white-space: normal;
    }

    .osd-exam-page .osd-actions-cell .osd-btn{
        display: flex;
        width: 100%;
        min-width: 0;
        margin-left: 0;
    }

    .osd-exam-page .osd-detail-hero{
        flex-direction: column;
        padding: 22px;
    }

    .osd-exam-page .osd-detail-hero__side{
        align-items: stretch;
        min-width: 0;
    }

    .osd-exam-page .osd-detail-icon-strip{
        justify-content: flex-start;
    }

    .osd-exam-page .osd-detail-grid{
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px){
    .osd-exam-page .osd-date-main{
        width: 100%;
        justify-content: center;
    }

    .osd-exam-page .osd-detail-icon-card{
        min-width: 0;
        flex: 1 1 140px;
    }
}

.osd-exam-page .osd-type-icon-img{
    width: 56px !important;
    height: 56px !important;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}

.osd-exam-page .osd-type-icon-img--exam-type{
    width: 62px !important;
    height: 62px !important;
}

/* screen-reader helper */
.osd-exam-page .osd-sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (prefers-reduced-motion: reduce){
    .osd-exam-page *,
    .osd-exam-page *::before,
    .osd-exam-page *::after{
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}
