/* EWT Lead Form Shared Styles */

.ewt-lead-response {
    display: none;
    margin-top: 1rem;
    padding: 0.875rem 1.125rem;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
}

.ewt-lead-response--success {
    display: block;
    background: rgba(22, 163, 74, 0.1);
    color: #15803d;
    border: 1px solid rgba(22, 163, 74, 0.25);
}

.ewt-lead-response--error {
    display: block;
    background: rgba(239, 68, 68, 0.1);
    color: #b91c1c;
    border: 1px solid rgba(239, 68, 68, 0.25);
}
