.astrolara-contact-shortcode {
    margin: 1.5rem 0;
}

.astrolara-contact-shortcode__desc {
    margin-bottom: 0.75rem;
}

.astrolara-contact-shortcode .form-label {
    font-weight: 600;
}

.astrolara-contact-shortcode__notice {
    margin: 0 0 0.75rem;
    padding: 0.75rem 0.95rem;
    border-radius: 8px;
    border: 1px solid transparent;
    font-size: 0.95rem;
}

.astrolara-contact-shortcode__notice--success {
    background: #e8f8ef;
    border-color: #b3e8c7;
    color: #0f5c2e;
}

.astrolara-contact-shortcode__notice--error {
    background: #fdecec;
    border-color: #f5b8b8;
    color: #8a1f1f;
}
