/* Theme9 - Message Form Supplementary Styles */

.t9-message-intro {
    background: var(--t9-bg-alt);
    padding: 28px;
    border-radius: var(--t9-radius);
    margin-bottom: 32px;
}

.t9-message-intro h3 {
    margin-bottom: 14px;
    color: var(--t9-text);
}

.t9-message-intro p {
    color: var(--t9-text-secondary);
    margin-bottom: 0;
}

.t9-form-card .t9-form-group:last-of-type {
    margin-bottom: 0;
}

.t9-form-card .t9-btn {
    margin-top: 8px;
}

.t9-contact-sidebar {
    background: var(--t9-bg-alt);
    border-radius: var(--t9-radius);
    padding: 28px;
    margin-top: 32px;
}

.t9-contact-sidebar h4 {
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--t9-primary);
}

.t9-contact-sidebar p {
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.t9-contact-sidebar strong {
    color: var(--t9-text);
}
