/* Estilos base del popup - ajusta colores/bordes para que combine 100% con tu theme Elessi */

.fbd-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fbd-modal {
    background: #fff;
    width: 90%;
    max-width: 420px;
    padding: 32px 28px;
    border-radius: 6px;
    position: relative;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.fbd-close {
    position: absolute;
    top: 10px;
    right: 14px;
    background: none;
    border: none;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    color: #999;
}

.fbd-close:hover {
    color: #333;
}

.fbd-text {
    font-size: 15px;
    margin-bottom: 18px;
    color: #333;
}

.fbd-success-text {
    font-weight: 600;
    color: #2e7d32;
}

#fbd-email-input {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.fbd-error {
    color: #c0392b;
    font-size: 13px;
    margin-bottom: 10px;
}

#fbd-step-success .button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
