/* ========================================
   REURB - Tema 3
   Prefeitura de Bom Jesus da Penha
   ======================================== */

.reurb-card {
    border-radius: 15px;
    transition: all 0.3s ease;
}

.reurb-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1) !important;
}

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

.reurb-section {
    margin-bottom: 2rem;
}

.reurb-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) {
    .reurb-card {
        margin-bottom: 1.5rem;
    }
    
    .reurb-section {
        margin-bottom: 1.5rem;
    }
}
