:is(.sobig-branches-page, .sobig-home) .branch-popup-map {
    width: 100%;
    height: 100%;
    min-height: 380px;
    background: #e8edf2;
}

:is(.sobig-branches-page, .sobig-home) .branch-popup-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    border: 0;
}

:is(.sobig-branches-page, .sobig-home) .branch-map-button.is-outline {
    border-color: #07172d;
    background: #07172d;
    color: #fff;
}

:is(.sobig-branches-page, .sobig-home) .branch-map-button.is-outline:hover,
:is(.sobig-branches-page, .sobig-home) .branch-map-button.is-outline:focus-visible {
    border-color: #123965;
    background: #123965;
    color: #fff;
}

:is(.sobig-branches-page, .sobig-home) .branch-map-list-item.is-coming-soon .branch-list-pin {
    background: #e8ebef;
    color: #637083;
}

:is(.sobig-branches-page, .sobig-home) .branch-map-list-item.is-coming-soon .branch-list-copy small {
    color: #d75522;
    font-weight: 800;
}

:is(.sobig-branches-page, .sobig-home) .branch-popup-soon {
    margin: 0;
    padding: 16px 18px;
    border-left: 4px solid #f05223;
    border-radius: 0 8px 8px 0;
    background: #fff3ed;
    color: #27364a;
    font-weight: 600;
    line-height: 1.55;
}

@media (max-width: 575px) {
    :is(.sobig-branches-page, .sobig-home) .branch-popup-map,
    :is(.sobig-branches-page, .sobig-home) .branch-popup-map iframe {
        height: 220px;
        min-height: 220px;
    }
}

/* Admin seçicisindeki pinle aynı uç noktasını kullan. */
:is(.sobig-branches-page, .sobig-home) .sobig-map-pin {
    height: 44px;
}

:is(.sobig-branches-page, .sobig-home) .sobig-map-pin span,
:is(.sobig-branches-page, .sobig-home) .sobig-map-pin.is-coming-soon span {
    inset: 0;
    border: 0;
    border-radius: 0;
    background: transparent url('../img/sobig-map-pin.svg') center / contain no-repeat;
    box-shadow: none;
    transform: none;
    transform-origin: 50% 100%;
}

:is(.sobig-branches-page, .sobig-home) .sobig-map-pin span::after {
    content: none;
}

:is(.sobig-branches-page, .sobig-home) .sobig-map-pin:hover span,
:is(.sobig-branches-page, .sobig-home) .sobig-map-pin:focus-visible span,
:is(.sobig-branches-page, .sobig-home) .sobig-map-pin.is-coming-soon:hover span,
:is(.sobig-branches-page, .sobig-home) .sobig-map-pin.is-coming-soon:focus-visible span {
    background: transparent url('../img/sobig-map-pin.svg') center / contain no-repeat;
    transform: scale(1.12);
}

:is(.sobig-branches-page, .sobig-home) .sobig-map-pin.is-coming-soon span {
    filter: grayscale(1);
}

@media (max-width: 991px) {
    :is(.sobig-branches-page, .sobig-home) .sobig-map-pin { height: 35px; }
}

@media (max-width: 575px) {
    :is(.sobig-branches-page, .sobig-home) .sobig-map-pin { height: 30px; }
}
