/* Theme12 - Message Form Supplementary Styles */

.t12-message-intro {
    background: var(--t12-card-bg);
    backdrop-filter: var(--t12-glass-blur);
    border: 1px solid var(--t12-card-border);
    padding: 28px;
    border-radius: var(--t12-radius);
    margin-bottom: 32px;
    box-shadow: var(--t12-card-shadow);
}

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

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

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

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

.t12-contact-sidebar {
    background: var(--t12-card-bg);
    backdrop-filter: var(--t12-glass-blur);
    border: 1px solid var(--t12-card-border);
    border-radius: var(--t12-radius);
    padding: 28px;
    margin-top: 32px;
    box-shadow: var(--t12-card-shadow);
}

.t12-contact-sidebar h4 {
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--t12-primary);
    display: inline-block;
    color: var(--t12-primary);
}

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

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