/* ========================================
   Lei Aldir Blanc - Tema 3
   Prefeitura de Bom Jesus da Penha
   ======================================== */

.lei-content {
    line-height: 1.8;
}

.lei-section {
    margin-bottom: 2.5rem;
}

.lei-section h3 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--primary-color);
}

/* Responsive */
@media (max-width: 768px) {
    .lei-section {
        margin-bottom: 2rem;
    }
}
