.contact-toggle-section {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.toggle-link {
    color: #2a6496;
    transition: color 0.3s ease;
}

.toggle-link:hover {
    color: #1a4466;
    text-decoration: none;
}

.toggle-content {
    padding: 10px 15px;
    margin-top: 5px;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.contact-info {
    font-size: 0.95em;
    line-height: 1.6;
}
/* Custom Spacing Utilities */
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-70 { margin-top: 70px; }

.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-70 { margin-bottom: 70px; }

.text-right { text-align: right; }
.align-center { text-align: center; }