/* Theme13 - Message Form Supplementary Styles */

.t13-message-intro {
    background: var(--t13-bg-card);
    border: 1px solid var(--t13-border);
    padding: 28px;
    border-radius: var(--t13-radius);
    margin-bottom: 32px;
}

.t13-message-intro:hover {
    border-color: var(--t13-border-glow);
    box-shadow: var(--t13-glow);
}

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

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

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

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

.t13-contact-sidebar {
    background: var(--t13-bg-card);
    border: 1px solid var(--t13-border);
    border-radius: var(--t13-radius);
    padding: 28px;
    margin-top: 32px;
}

.t13-contact-sidebar:hover {
    border-color: var(--t13-border-glow);
    box-shadow: var(--t13-glow);
}

.t13-contact-sidebar h4 {
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--t13-border);
    color: var(--t13-primary);
    text-shadow: var(--t13-glow);
}

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

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