/* wp-content/themes/astra-child/assets/css/carte-carburants.css */
.map-container { margin: 40px 0; background: #0f172a; padding: 20px; border-radius: 16px; box-shadow: 0 10px 25px rgba(0,0,0,0.15); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
.controls { display: flex; justify-content: center; gap: 15px; margin-bottom: 20px; flex-wrap: wrap; }
.btn-map { background-color: #1e293b; color: #94a3b8; border: 2px solid #334155; padding: 10px 24px; border-radius: 30px; font-weight: bold; font-size: 16px; cursor: pointer; transition: all 0.3s ease; }
.btn-map:hover { border-color: #64748b; color: #f8fafc; }
.btn-map.active { background-color: #3b82f6; border-color: #3b82f6; color: #ffffff; box-shadow: 0 0 15px rgba(59, 130, 246, 0.4); }
#map { height: 500px; width: 100%; border-radius: 12px; border: 1px solid #334155; z-index: 1;}
.source-note { text-align: center; font-size: 12px; color: #94a3b8; margin-top: 15px; font-style: italic; }
.leaflet-tooltip.custom-tooltip { background: transparent; border: none; box-shadow: none; padding: 0; }
.price-bubble { background: rgba(15, 23, 42, 0.95); backdrop-filter: blur(5px); padding: 15px; border-radius: 12px; border-left: 4px solid; box-shadow: 0 4px 15px rgba(0,0,0,0.5); min-width: 140px; color: #f8fafc; }
.price-bubble h4 { margin: 0 0 10px 0; font-size: 15px; text-transform: uppercase; letter-spacing: 1px; border-bottom: 1px solid #334155; padding-bottom: 5px; color: white; }
.price-bubble .price-row { display: flex; justify-content: space-between; margin-bottom: 5px; font-size: 14px; color: #94a3b8;}
.price-bubble .val { font-weight: bold; font-size: 16px; }
.price-bubble .active-price { color: #ffffff; font-size: 18px; }