/* geo_hierarchy.css
 * Estilos del filtro jerarquico drill-down (Issue 09).
 * Aplica a Geo Intelligence y Telco Intelligence (mismo componente). */

.geo-hierarchy-filter {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.geo-hierarchy-filter .Select-control,
.geo-hierarchy-filter .dash-dropdown {
    font-size: 12px;
}

.geo-hier-breadcrumb {
    font-size: 11px;
    color: #64748b;
    min-height: 16px;
    line-height: 1.4;
}

.geo-hier-breadcrumb b,
.geo-hier-breadcrumb strong {
    color: #0f172a;
}

/* Dropdown disabled muestra cursor not-allowed */
.geo-hierarchy-filter .Select.is-disabled .Select-control {
    background: #f1f5f9;
    cursor: not-allowed;
}
