/* Theme16 - Message Form Supplementary Styles */

.t16-message-intro {
    background: var(--t16-bg-card);
    padding: 32px;
    border-radius: var(--t16-radius);
    margin-bottom: 40px;
    border: 4px solid var(--t16-border);
    box-shadow: var(--t16-shadow);
}

.t16-message-intro h3 {
    margin-bottom: 14px;
    color: var(--t16-purple);
    display: flex;
    align-items: center;
    gap: 10px;
}

.t16-message-intro h3::before {
    content: '💬';
}

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

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

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

.t16-contact-sidebar {
    background: var(--t16-bg-card);
    border-radius: var(--t16-radius);
    padding: 32px;
    margin-top: 40px;
    border: 4px solid var(--t16-border);
    box-shadow: var(--t16-shadow);
}

.t16-contact-sidebar:hover {
    border-color: var(--t16-green);
}

.t16-contact-sidebar h4 {
    margin-bottom: 20px;
    color: var(--t16-green);
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.t16-contact-sidebar h4::before {
    content: '📍';
}

.t16-contact-sidebar p {
    font-size: 0.95rem;
    margin-bottom: 12px;
    color: var(--t16-text-secondary);
}

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