/* Theme17 - Message Form Supplementary Styles */

.t17-message-intro {
    background: var(--t17-bg-alt);
    padding: 24px 28px;
    border-radius: var(--t17-radius);
    margin-bottom: 32px;
    border: 1px solid var(--t17-border);
    box-shadow: var(--t17-shadow-sm);
}

.t17-message-intro h3 {
    margin-bottom: 12px;
    color: var(--t17-primary);
    font-size: 1.1rem;
}

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

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

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

.t17-contact-sidebar {
    background: var(--t17-bg-alt);
    border-radius: var(--t17-radius);
    padding: 28px;
    margin-top: 32px;
    border: 1px solid var(--t17-border);
    box-shadow: var(--t17-shadow-sm);
}

.t17-contact-sidebar h4 {
    margin-bottom: 18px;
    color: var(--t17-primary);
    font-size: 1.05rem;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--t17-border);
}

.t17-contact-sidebar p {
    font-size: 0.9rem;
    margin-bottom: 10px;
    color: var(--t17-text-secondary);
}

.t17-contact-sidebar strong {
    color: var(--t17-text);
    font-weight: 500;
}
