.legal-content {
    color: #333;
}

.legal-content h2 {
    color: #405969;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-top: 40px;
}

.legal-content section {
    margin-bottom: 30px;
}

.legal-content ul {
    padding-left: 20px;
}

.legal-content li {
    margin-bottom: 10px;
}

.legal-content strong {
    color: #38515f;
}

.legal-content a {
    color: #0066cc;
    text-decoration: none;
}

.legal-content a:hover {
    text-decoration: underline;
}

.card {
    border-radius: 10px;
}

.nav-tabs .nav-link {
    color: #6c757d;
    font-weight: 500;
    padding: 1rem 1.5rem;
    border: none;
    border-bottom: 2px solid transparent;
}

.nav-tabs .nav-link.active {
    color: #405969;
    border-bottom: 2px solid #405969;
}

.tab-content {
    padding-top: 2rem;
}

@media (min-width: 768px) {
    .legal-content {
        font-size: 1.05rem;
        line-height: 1.7;
    }
} 