/* =========================================================
   Art entrance exam and school subject detail covers
   Fixed 200 × 300 px, centered, fully filled without distortion
   ========================================================= */

.kh-page-art-exam-detail .kh-exam-detail-image,
.kh-page-school-subject-detail .kh-exam-detail-image {
    width: 200px;
    height: 300px;
    margin-inline: auto;
    overflow: hidden;

    border: 1px solid var(--bs-border-color);
    border-radius: var(--kh-radius, 1rem);

    background: var(--bs-tertiary-bg);
    box-shadow: var(--bs-box-shadow-sm);
}

.kh-page-art-exam-detail .kh-exam-detail-image picture,
.kh-page-school-subject-detail .kh-exam-detail-image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.kh-page-art-exam-detail .kh-exam-detail-cover-image,
.kh-page-school-subject-detail .kh-exam-detail-cover-image {
    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center top;
}
