/* Custom styles per Admin Panel */

/* Code Editor - Route GeoJSON */
.w-full.code-editor-textarea-wrapper {
    border-width: 0px !important;
}

/* Health Check Cards - Content min-height */
.fi-section .fi-section-content-ctn {
    min-height: 1rem;
}

/* Apex Charts - Remove flex centering */
.filament-apex-charts-chart {
    display: block !important;
}