.contact-msg {
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 0.95rem;
    margin-bottom: 12px;
    line-height: 1.5;
}

.contact-msg--success {
    background-color: #d1fae5;
    color: #065f46;
    border: 1px solid #6ee7b7;
}

.contact-msg--error {
    background-color: #fee2e2;
    color: #991b1b;
    border: 1px solid #fca5a5;
}

#contact-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
