/* =====================================================
   MH-107 - MUHATAP SİNEMA SALON MOTORU
   TEMİZ REFERANS SÜRÜM
===================================================== */

.muhatap-home-widget.mh-107 {
    width: 100%;
    max-width: 1170px;

    margin: 0 auto;
    padding: 24px;

    background: var(--mh107-theme-color, #0b1118);
    color: #ffffff;

    box-sizing: border-box;
    overflow: hidden;
}

.muhatap-home-widget.mh-107 * {
    box-sizing: border-box;
}


/* =====================================================
   ÜST KİMLİK
===================================================== */

.mh-107-header {
    display: flex;

    justify-content: space-between;
    align-items: flex-start;

    gap: 28px;

    margin-bottom: 22px;
}


/* SOL: SALON KİMLİĞİ */

.mh-107-header-copy {
    flex: 1;
    min-width: 0;
}

.mh-107-salon-name {
    margin: 0 0 6px;

    font-size: 34px;
    line-height: 1;
    font-weight: 900;

    color: #ffffff;
}

.mh-107-editorial-line {
    max-width: 650px;

    font-size: 17px;
    line-height: 1.35;
    font-weight: 500;

    color: rgba(255,255,255,.72);
}


/* =====================================================
   ANA KATKI ORTAĞI
===================================================== */

.mh-107-sponsor {
    flex: 0 0 auto;

    width: 100%;
    max-width: 430px;
}

.mh-107-sponsor-label {
    margin-bottom: 6px;

    text-align: right;

    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;

    letter-spacing: .5px;
    text-transform: uppercase;

    color: rgba(255,255,255,.58);
}

.mh-107-sponsor-row {
    display: flex;

    justify-content: flex-end;
    align-items: center;

    gap: 14px;

    width: 100%;
}

.mh-107-sponsor-reason-inline {
    flex: 1;

    max-width: 230px;

    margin: 0;

    text-align: right;

    font-size: 11px;
    line-height: 1.35;
    font-weight: 500;

    color: rgba(255,255,255,.70);
}

.mh-107-sponsor-logo {
    flex: 0 0 auto;

    display: flex;

    justify-content: flex-end;
    align-items: center;
}

.mh-107-sponsor-logo img {
    display: block;

    max-width: 150px;
    max-height: 58px;

    width: auto;
    height: auto;

    object-fit: contain;
}

.mh-107-sponsor-name {
    flex: 0 0 auto;

    font-size: 17px;
    line-height: 1.2;
    font-weight: 800;

    color: #ffffff;
}

/* =====================================================
   ANA GÖSTERİM SAHNESİ

   AFİŞ SOL
   ANA VİDEO SAĞ
===================================================== */

.mh-107-stage {
    display: flex;

    align-items: flex-start;

    gap: 22px;

    width: 100%;
}


/* =====================================================
   AFİŞ
===================================================== */

.mh-107-poster {
    flex: 0 0 27%;

    min-width: 0;

    display: flex;
    flex-direction: column;
}

.mh-107-poster > img {
    display: block;

    width: 100%;
    max-width: 100%;
    height: auto;

    margin: 0;

    border: 0;
}


/* AFİŞ ALT BİLGİLERİ */

.mh-107-poster-meta {
    margin-top: 10px;

    padding: 10px 12px;

    background: rgba(255,255,255,.06);

    font-size: 12px;
    line-height: 1.4;

    color: rgba(255,255,255,.76);
}

.mh-107-poster-meta > div + div {
    margin-top: 3px;
}

.mh-107-poster-meta strong {
    color: #ffffff;
    font-weight: 700;
}


/* =====================================================
   ANA YATAY VİDEO
===================================================== */

.mh-107-video {
    flex: 1;

    min-width: 0;

    position: relative;

    background: #000000;

    overflow: hidden;
}


/* YOUTUBE / VIMEO */

.mh-107-video-embed {
    position: relative;

    width: 100%;
    height: 0;

    padding-bottom: 56.25%;

    background: #000000;
}

.mh-107-video-embed iframe {
    position: absolute;

    top: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;

    border: 0;
}


/* WORDPRESS / MP4 */

.mh-107-video .wp-video,
.mh-107-video video {
    width: 100% !important;
    max-width: 100% !important;
}

.mh-107-video video {
    display: block;

    height: auto;
}


/* VİDEO YOKSA POSTER */

.mh-107-video-placeholder img {
    display: block;

    width: 100%;
    height: auto;

    border: 0;
}


/* =====================================================
   ANLATI / BİLGİ ALANI
===================================================== */

.mh-107-info {
    display: flex;
    flex-wrap: wrap;

    gap: 18px 26px;

    margin-top: 22px;
    padding-top: 20px;

    border-top: 1px solid rgba(255,255,255,.12);
}


/* =====================================================
   BAŞLIK ALANI
===================================================== */

.mh-107-titles {
    flex: 0 1 34%;

    min-width: 230px;
}

.mh-107-upper-title {
    margin-bottom: 6px;

    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;

    color: #FFD84D;
}

.mh-107-main-title {
    margin: 0;

    font-size: 30px;
    line-height: 1.08;
    font-weight: 900;

    color: #ffffff;
}


/* =====================================================
   KISA ANLATI
===================================================== */

.mh-107-synopsis {
    flex: 1 1 60%;

    min-width: 320px;
}

.mh-107-info-label {
    margin-bottom: 5px;

    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;

    letter-spacing: .4px;
    text-transform: uppercase;

    color: rgba(255,255,255,.48);
}

.mh-107-synopsis p {
    margin: 0;

    font-size: 15px;
    line-height: 1.5;

    color: rgba(255,255,255,.78);
}


/* =====================================================
   YAYIN / GÖSTERİM BİLGİSİ
===================================================== */

.mh-107-showing-info {
    flex: 1 1 55%;

    min-width: 280px;

    display: flex;
    flex-wrap: wrap;

    gap: 10px 26px;

    align-items: center;
}

.mh-107-showing-row {
    display: flex;
    flex-direction: column;

    gap: 3px;
}

.mh-107-showing-row strong {
    font-size: 10px;
    line-height: 1.2;

    letter-spacing: .4px;
    text-transform: uppercase;

    color: rgba(255,255,255,.45);
}

.mh-107-showing-row span {
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;

    color: #ffffff;
}


/* =====================================================
   BUTONLAR
===================================================== */

.mh-107-actions {
    flex: 0 0 auto;

    display: flex;

    gap: 10px;

    margin-left: auto;

    align-items: center;
}

.mh-107-watch,
.mh-107-more {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 38px;

    padding: 9px 17px;

    border: 1px solid rgba(255,255,255,.28);

    font-size: 13px;
    line-height: 1;
    font-weight: 800;

    text-decoration: none;

    transition: opacity .2s ease;
}

.mh-107-watch {
    background: #FFD84D;
    color: #111111;
    border-color: #FFD84D;
}

.mh-107-more {
    background: transparent;
    color: #ffffff;
}

.mh-107-watch:hover,
.mh-107-more:hover {
    opacity: .78;
}


/* =====================================================
   DAR MASAÜSTÜ / DAR SAFİR ALANI

   KOMPOZİSYON DEĞİŞMEZ.
   YALNIZ ÖLÇEK KÜÇÜLÜR.
===================================================== */

@media (max-width: 900px) {

    .muhatap-home-widget.mh-107 {
        padding: 15px;
    }

    .mh-107-header {
        gap: 16px;
        margin-bottom: 15px;
    }

    .mh-107-salon-name {
        font-size: 25px;
    }

    .mh-107-editorial-line {
        font-size: 13px;
    }


    /* SPONSOR */

  .mh-107-sponsor {
    max-width: 300px;
}

.mh-107-sponsor-row {
    gap: 9px;
}

.mh-107-sponsor-label {
    font-size: 8px;
}

.mh-107-sponsor-reason-inline {
    max-width: 165px;

    font-size: 8px;
    line-height: 1.3;
}

.mh-107-sponsor-logo img {
    max-width: 105px;
    max-height: 38px;
}


    /* ANA SAHNE */

    .mh-107-stage {
        gap: 14px;
    }

    .mh-107-poster {
        flex-basis: 27%;
    }

    .mh-107-poster-meta {
        margin-top: 7px;
        padding: 7px 8px;

        font-size: 9px;
    }


    /* ALT BİLGİ */

    .mh-107-info {
        gap: 13px 18px;

        margin-top: 15px;
        padding-top: 14px;
    }

    .mh-107-upper-title {
        font-size: 11px;
    }

    .mh-107-main-title {
        font-size: 22px;
    }

    .mh-107-synopsis p {
        font-size: 12px;
        line-height: 1.4;
    }

    .mh-107-showing-row span {
        font-size: 11px;
    }

    .mh-107-watch,
    .mh-107-more {
        min-height: 32px;

        padding: 7px 11px;

        font-size: 10px;
    }
}


/* =====================================================
   MOBİL
===================================================== */

@media (max-width: 768px) {

    .muhatap-home-widget.mh-107 {
        width: 100%;
        max-width: 100%;

        padding: 14px;
    }


    /* SALON */

    .mh-107-header {
        display: block;

        margin-bottom: 16px;
    }

    .mh-107-salon-name {
        font-size: 26px;
    }

    .mh-107-editorial-line {
        margin-top: 5px;

        font-size: 13px;
        line-height: 1.35;
    }


    /* SPONSOR */

   .mh-107-sponsor {
    width: 100%;
    max-width: 100%;
    margin-top: 13px;
}

.mh-107-sponsor-label {
    text-align: left;
}

.mh-107-sponsor-row {
    justify-content: flex-start;
}

.mh-107-sponsor-reason-inline {
    max-width: 220px;
    text-align: left;
    font-size: 10px;
    line-height: 1.35;
}

.mh-107-sponsor-logo img {
    max-width: 115px;
    max-height: 40px;
}


    /* ANA SAHNE */

    .mh-107-stage {
        display: flex;
        flex-direction: column;

        gap: 14px;
    }

    /* AFİŞ ÖNCE */

    .mh-107-poster {
    order: 1;

    width: 100%;
    max-width: 210px;

    flex: none;

    margin-left: auto;
    margin-right: auto;
}

    .mh-107-poster-meta {
        font-size: 10px;
    }

    /* MOBİLDE VİDEO SONRA */

    .mh-107-video {
        order: 2;

        width: 100%;
    }


    /* BİLGİLER */

    .mh-107-info {
        display: block;

        margin-top: 18px;
        padding-top: 16px;
    }

    .mh-107-titles,
    .mh-107-synopsis,
    .mh-107-showing-info {
        min-width: 0;
        width: 100%;
    }

    .mh-107-upper-title {
        font-size: 12px;
    }

    .mh-107-main-title {
        font-size: 24px;
        line-height: 1.1;
    }

    .mh-107-synopsis {
        margin-top: 14px;
    }

    .mh-107-synopsis p {
        font-size: 13px;
        line-height: 1.45;
    }

    .mh-107-showing-info {
        display: flex;

        margin-top: 16px;

        gap: 12px 24px;
    }

    .mh-107-showing-row span {
        font-size: 11px;
    }


    /* BUTONLAR */

    .mh-107-actions {
        margin: 18px 0 0;

        width: 100%;
    }

    .mh-107-watch,
    .mh-107-more {
        flex: 1;

        min-height: 38px;

        font-size: 18px;
    }
    .mh-107-watch {
    background: #FFD84D;
    color: #111111;
    border-color: #FFD84D;
}
}