.notifyya-widget {
    margin-top: 1rem;
}

.notifyya-open-button {
    padding: 0.875rem 1.25rem;
    border: 0;
    border-radius: 999px;
    background: #1b4332;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.notifyya-open-button.is-disabled,
.notifyya-open-button[disabled] {
    opacity: 0.55;
    cursor: not-allowed;
}

.notifyya-helper-text {
    margin-top: 0.5rem;
    color: #4b5563;
    font-size: 0.95rem;
}

.notifyya-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
}

.notifyya-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.6);
}

.notifyya-modal__dialog {
    position: relative;
    width: min(92vw, 480px);
    margin: 10vh auto;
    padding: 1.5rem;
    border-radius: 18px;
    background: #fffef7;
    box-shadow: 0 24px 80px rgba(15, 23, 42, 0.25);
}

.notifyya-modal__close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    border: 0;
    background: transparent;
    font-size: 1.6rem;
    cursor: pointer;
}

.notifyya-form label {
    display: block;
    margin-bottom: 0.4rem;
    font-weight: 600;
}

.notifyya-form input[type="email"] {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 12px;
}

.notifyya-submit {
    width: 100%;
    padding: 0.9rem 1rem;
    border: 0;
    border-radius: 12px;
    background: #b5651d;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.notifyya-form__feedback {
    margin: 1rem 0;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    background: #f3f4f6;
}

.notifyya-form__feedback.is-error {
    background: #fee2e2;
    color: #991b1b;
}

.notifyya-form__feedback.is-success {
    background: #dcfce7;
    color: #166534;
}

.notifyya-hp {
    position: absolute;
    left: -9999px;
}
