/**
 * Front-end styles — Liste Regalo (plugin).
 * Stili strutturali; look & feel brand in child.css.
 */

.palmerio-gift-list__honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.palmerio-gift-list__modal[hidden],
.palmerio-gift-list__product-form[hidden],
.palmerio-gift-list__form-error[hidden] {
    display: none !important;
}

.palmerio-gift-list__modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.palmerio-gift-list__modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(26, 39, 68, 0.55);
}

.palmerio-gift-list__modal-dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 32rem;
    max-height: calc(100vh - 3rem);
    overflow: auto;
    background: #faf9f6;
    padding: 2rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

body.palmerio-gift-list-modal-open {
    overflow: hidden;
}
