/* Admin panelden gelen site popup (PressType.Popup) */
.site-popup__header {
    min-height: unset;
}

.site-popup .modal-content {
    border: none;
    box-shadow: 0 0.5rem 1.5rem rgba(28, 69, 139, 0.18);
}

.site-popup__items {
    max-height: min(70vh, 32rem);
}

.site-popup__block + .site-popup__block {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(28, 69, 139, 0.12);
}

.site-popup__figure {
    margin: 0 0 0.75rem;
    text-align: center;
}

.site-popup__img {
    max-width: 100%;
    height: auto;
    border-radius: 0.25rem;
}

.site-popup__html {
    font-size: 0.95rem;
    line-height: 1.55;
}

.site-popup__html img {
    max-width: 100%;
    height: auto;
}

.site-popup__actions {
    margin: 0.75rem 0 0;
}
