/* Theme6 - Message Form Supplemental Styles */

.t6-msg-module {
    background: var(--bg-card);
    border-radius: var(--radius);
    box-shadow: var(--shadow-md);
    padding: 32px;
}
.t6-msg-module h2 {
    font-size: 1.2rem;
    margin-bottom: 24px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary);
    display: inline-block;
}
.t6-msg-module .t6-form-row {
    margin-bottom: 16px;
}
.t6-msg-module .t6-btn {
    margin-top: 8px;
}
