/* ASTRO GECAP - Estilos */
body {
    font-size: 0.9rem;
    background: #f5f6fa;
}

.navbar-brand {
    font-weight: 700;
    letter-spacing: 1px;
}

.card {
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.card-header {
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
}

.marker-custom {
    background: transparent !important;
    border: none !important;
}

.table th {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.table td {
    font-size: 0.85rem;
    vertical-align: middle;
}

#mapa {
    border-radius: 0.375rem;
}

.leaflet-popup-content {
    font-size: 0.85rem;
    line-height: 1.4;
}

.leaflet-popup-content hr {
    border-color: #dee2e6;
}
