/* Elan / kurs / sınaq posterləri — desktop kompakt, mobil oxunaqlı */

.itm-ann-zoomable {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0.75rem;
    background: #0f1a2e;
    cursor: zoom-in;
}

.itm-ann-zoomable:focus {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

.itm-ann-zoomable__img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    vertical-align: middle;
}

.itm-ann-zoomable__hint {
    pointer-events: none;
    position: absolute;
    right: 0.4rem;
    bottom: 0.4rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    padding: 0.3rem 0.45rem;
}

.itm-ann-zoomable--hero {
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
    background: #111827;
}

.itm-ann-zoomable--banner {
    border-radius: 0;
    background: #0b1220;
}

.itm-promo-card {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    margin-bottom: 1rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(253, 186, 116, 0.65);
    background: linear-gradient(145deg, #152238, #1e3a5f);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
}

.itm-promo-body {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    min-width: 0;
    padding: 0.7rem 0.85rem 0.85rem;
}

.itm-promo-kicker {
    margin: 0;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fdba74;
}

.itm-promo-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
}

.itm-promo-title {
    flex: 1 1 10rem;
    min-width: 0;
    margin: 0;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.3;
}

.itm-promo-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 100%;
    min-height: 44px;
    max-width: 100%;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    background: #de7a40;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.itm-promo-cta:hover {
    background: #c96b34;
    color: #fff;
}

.itm-promo-meta,
.itm-promo-note {
    margin: 0;
    min-width: 0;
    color: #4b5563;
    font-size: 0.8125rem;
    line-height: 1.4;
}

.itm-promo-card--exam {
    margin-top: 1.25rem;
    margin-bottom: 0;
    border-color: #99f6e4;
    background: linear-gradient(180deg, #f0fdfa, #ecfdf5);
}

.itm-promo-card--exam .itm-ann-zoomable--banner {
    background: #fff;
}

.itm-promo-card--exam .itm-promo-kicker {
    color: #0f766e;
}

.itm-promo-card--exam .itm-promo-title {
    color: #111827;
}

.itm-promo-card--exam .itm-promo-cta {
    background: #0d9488;
}

.itm-promo-card--exam .itm-promo-cta:hover {
    background: #0f766e;
}

.itm-exam-cover-row {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
    margin-bottom: 1.5rem;
}

.itm-exam-cover {
    width: 100%;
    min-width: 0;
}

.itm-exam-cover__frame {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    background: #f8fafc;
    cursor: zoom-in;
}

.itm-exam-cover__img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.itm-exam-cover__zoom {
    position: absolute;
    right: 0.45rem;
    bottom: 0.45rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 10px;
    line-height: 1;
    padding: 0.3rem 0.5rem;
}

@media (min-width: 600px) {
    .itm-promo-cta {
        flex: 0 0 auto;
        min-width: 10.5rem;
    }
}

@media (min-width: 900px) {
    .itm-ann-zoomable--hero {
        max-width: 22rem;
    }

    .itm-promo-card {
        display: flex;
        flex-direction: row;
        align-items: stretch;
    }

    .itm-promo-card > .itm-ann-zoomable {
        display: flex;
        flex: 0 0 14.5rem;
        align-items: center;
        justify-content: center;
        width: 14.5rem;
        max-width: 14.5rem;
        min-height: 8.25rem;
        border-radius: 0;
    }

    .itm-promo-card > .itm-ann-zoomable .itm-ann-zoomable__img {
        width: 100%;
        height: auto;
        max-height: 8.5rem;
        object-fit: contain;
        object-position: center;
    }

    .itm-promo-body {
        flex: 1 1 auto;
        justify-content: center;
        padding: 0.85rem 1rem;
    }

    .itm-exam-cover-row {
        flex-direction: row;
        align-items: center;
        gap: 1.25rem;
    }

    .itm-exam-cover {
        flex: 0 0 16rem;
        width: 16rem;
        max-width: 16rem;
    }
}

@media (max-width: 359px) {
    .itm-promo-title {
        font-size: 0.875rem;
    }

    .itm-ann-zoomable--hero {
        max-width: 100%;
    }
}
