/* Reserviert-Modal – Wohnen-Fix */
body.wf-reserved-modal-open {
    overflow: hidden;
}

.wf-reserved-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.wf-reserved-modal[hidden] {
    display: none !important;
}

.wf-reserved-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.52);
    backdrop-filter: blur(2px);
}

.wf-reserved-modal__dialog {
    position: relative;
    width: min(100%, 420px);
    padding: 28px 24px 24px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(245, 158, 11, 0.35);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
    text-align: center;
}

.wf-reserved-modal__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #fffbeb;
    color: #b45309;
}

.wf-reserved-modal__icon svg {
    width: 26px;
    height: 26px;
}

.wf-reserved-modal__title {
    margin: 0 0 10px;
    font-size: 1.15rem;
    font-weight: 800;
    color: #14532d;
    line-height: 1.3;
}

.wf-reserved-modal__text {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.55;
    color: #475569;
}

.wf-reserved-modal__btn {
    margin-top: 22px;
    width: 100%;
    padding: 13px 18px;
    border: none;
    border-radius: 12px;
    background: #007a5e;
    color: #fff;
    font: inherit;
    font-size: 0.92rem;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.2s ease;
}

.wf-reserved-modal__btn:hover {
    background: #006b52;
}

.expose-contact-full--blocked {
    opacity: 0.72;
    pointer-events: none;
    user-select: none;
}

.expose-contact-full--blocked .expose-contact-form {
    display: none;
}

.expose-contact-blocked-note {
    margin: 12px 0 0;
    padding: 14px 16px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    color: #64748b;
    font-size: 0.88rem;
    line-height: 1.5;
    text-align: center;
}
