/*
 * Savdo videosi va Sherdor rasmi uchun alohida blok.
 * Ushbu fayl uzbekistan-cities.css dan KEYIN ulanishi kerak.
 */

.promo-sherdor-row {
    --promo-height: 315px;
    --video-column-width: 460px;
    --promo-gap: 28px;

    display: grid;
    grid-template-columns: var(--video-column-width) var(--promo-height);
    align-items: stretch;
    column-gap: var(--promo-gap);

    width: calc(var(--video-column-width) + var(--promo-height) + var(--promo-gap));
    max-width: calc(100% - 32px);
    height: var(--promo-height);
    margin: 28px auto 36px;
    padding: 0;
    box-sizing: border-box;
}

/* Chap tomonda: sarlavha, qisqa matn va YouTube videosi. */
.promo-sherdor-row > .video-presentation {
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    min-width: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}

.promo-sherdor-row > .video-presentation > h2 {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.2;
}

.promo-sherdor-row > .video-presentation > p {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.35;
}

.promo-sherdor-row .youtube-video {
    position: relative;
    min-width: 0;
    min-height: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
    background: #000;
}

.promo-sherdor-row .youtube-video iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}


/*
 * The thumbnail is inserted only after the asynchronous Uzbekistan-IP check.
 * YouTube's iframe is created only when the visitor presses Play.
 */
.promo-sherdor-row .video-thumbnail-button {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: #000;
    cursor: pointer;
}

.promo-sherdor-row .video-thumbnail-button > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promo-sherdor-row .video-thumbnail-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 48px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.76);
    color: #fff;
    font-size: 25px;
    line-height: 1;
    transform: translate(-50%, -50%);
}

.promo-sherdor-row .video-thumbnail-button:hover .video-thumbnail-play,
.promo-sherdor-row .video-thumbnail-button:focus-visible .video-thumbnail-play {
    background: rgba(255, 0, 0, 0.9);
}

/* O‘ng tomonda: Sherdor rasmi chap blokning umumiy balandligiga teng. */
.promo-sherdor-row > .sherdor-cloud-art {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--promo-height);
    height: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.promo-sherdor-row > .sherdor-cloud-art > img {
    display: block;

    width: auto;
    max-width: 100%;
    height: calc(100% - 18px);

    object-fit: contain;
    object-position: center;
    transform: translateY(27px);
}

/* Kichik ekranlarda bloklar ustma-ust joylashadi. */
@media (max-width: 860px) {
    .promo-sherdor-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;

        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 24px auto 32px;
        padding: 0 16px;
    }

    .promo-sherdor-row > .video-presentation {
        display: block;
        width: min(100%, 460px);
        height: auto;
    }

    .promo-sherdor-row .youtube-video {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .promo-sherdor-row > .sherdor-cloud-art {
        width: min(315px, 100%);
        height: auto;
        aspect-ratio: 1 / 1;
    }
}
