#lumap-support-form-container {
    margin: 24px 0;
}

#lumap-support-messages {
    margin-bottom: 16px;
}

.lumap-support-notice {
    padding: 14px 16px;
    border-radius: 12px;
    font-weight: 600;
}

.lumap-support-notice.success {
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.28);
    color: #d7ffe3;
}

.lumap-support-notice.error {
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.28);
    color: #ffd9d9;
}

.lumap-submit-btn[disabled] {
    opacity: 0.72;
    cursor: wait;
}
