/* =============================================================================
   GEO-ADDITIONS.CSS — Géolocalisation IP
   À COPIER-COLLER À LA FIN de votre themes.css existant
   ============================================================================= */

/* Section géolocalisation IP */
.ip-geo-placeholder {
    padding: 8px 0;
    min-height: 32px;
}

.ip-geo-placeholder .section-fields {
    margin-top: 0;
}

.ip-geo-placeholder .field-row {
    padding: 6px 12px;
}

.ip-geo-placeholder .field-label {
    color: #22c55e !important;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ip-geo-placeholder .field-value {
    font-size: 0.85rem;
    color: var(--text-primary);
}

/* Section FIVEM orange - renforcement */
.section-header[style*="ff6b35"] {
    border-left-width: 3px !important;
}

/* Geo section verte - renforcement */
.section-header[style*="22c55e"] {
    border-left-width: 3px !important;
}