/* Theme10 - Message Form Supplementary Styles */

.t10-message-intro {
    background: rgba(99, 102, 241, 0.08);
    padding: 28px;
    border-radius: var(--t10-radius);
    margin-bottom: 32px;
    border: 1px solid rgba(99, 102, 241, 0.15);
}

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

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

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

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

.t10-contact-sidebar {
    background: rgba(99, 102, 241, 0.08);
    border-radius: var(--t10-radius);
    padding: 28px;
    margin-top: 32px;
    border: 1px solid rgba(99, 102, 241, 0.15);
}

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

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

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