.witei-listing-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 24px;
    padding: 48px 24px;
    min-height: 280px;
}

.witei-listing-empty__text {
    max-width: 640px;
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.5;
    color: #004f71;
}

.wpitei-info-popup {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.wpitei-info-popup[hidden] {
    display: none !important;
}

body.wpitei-info-popup-open {
    overflow: hidden;
}

.wpitei-info-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.wpitei-info-popup__dialog {
    position: relative;
    z-index: 1;
    width: min(900px, 100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
    background: #eff1f4;
    border-radius: 8px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.wpitei-info-popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: rgb(0, 79, 113);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.wpitei-info-popup__title {
    margin: 0 0 24px;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    color: rgb(0, 79, 113);
}

@media (max-width: 550px) {
    .wpitei-info-popup__dialog {
        padding: 32px 20px;
    }

    .wpitei-info-popup__title {
        font-size: 1.75rem;
    }
}
