/* Theme19 - Message Form Supplementary Styles */

.t19-message-intro {
    background: var(--t19-bg);
    padding: 32px;
    margin-bottom: 40px;
    border: 2px solid var(--t19-border);
    text-align: center;
    position: relative;
}

.t19-message-intro::before,
.t19-message-intro::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border: 2px solid var(--t19-primary);
}

.t19-message-intro::before {
    top: 8px;
    left: 8px;
    border-right: none;
    border-bottom: none;
}

.t19-message-intro::after {
    bottom: 8px;
    right: 8px;
    border-left: none;
    border-top: none;
}

.t19-message-intro h3 {
    margin-bottom: 12px;
    color: var(--t19-secondary);
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

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

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

.t19-form-card .t19-btn {
    margin-top: 12px;
}

.t19-contact-sidebar {
    background: var(--t19-bg-card);
    padding: 32px;
    margin-top: 40px;
    border: 2px solid var(--t19-border);
    position: relative;
}

.t19-contact-sidebar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--t19-primary);
}

.t19-contact-sidebar h4 {
    margin-bottom: 24px;
    color: var(--t19-secondary);
    font-size: 1rem;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--t19-border);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
}

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

.t19-contact-sidebar strong {
    color: var(--t19-secondary);
    font-weight: 600;
}
