/* ========================================
   Localização - Tema 3
   Prefeitura de Bom Jesus da Penha
   ======================================== */

.location-map {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.location-info-card {
    border-radius: 15px;
}

.location-info-item {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--bg-gray-200);
}

.location-info-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.location-icon {
    color: var(--primary-color);
    margin-right: 0.75rem;
}

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