/**
 * Site geneli layout düzeltmeleri
 */

.contacts_map .map,
.contacts_map #map {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.contacts_map iframe {
    display: block;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

@media screen and (min-width: 1199.98px) {
    .contacts .container--contacts {
        width: calc(50vw + 570px);
        max-width: calc(100vw - (50vw - 570px));
        overflow: hidden;
    }

    .contacts_info {
        flex: 0 0 600px;
        width: 600px;
        max-width: 600px;
    }

    .contacts_map {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        max-width: none;
        margin: 0 0 0 60px;
    }
}

/* Anasayfa popup banner */
html.site-popup-open {
    overflow: hidden;
}

.site-popup-banner {
    position: fixed;
    inset: 0;
    z-index: 1000001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.site-popup-banner[hidden] {
    display: none !important;
}

.site-popup-banner__overlay {
    position: absolute;
    inset: 0;
    background: rgba(35, 87, 132, 0.65);
    cursor: pointer;
}

.site-popup-banner__dialog {
    position: relative;
    z-index: 1;
    width: min(900px, 100%);
    max-height: calc(100vh - 40px);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.site-popup-banner__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.site-popup-banner__content,
.site-popup-banner__link {
    display: block;
}

.site-popup-banner__image {
    display: block;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 40px);
    object-fit: contain;
}
