#carte-sne-container {
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #333;
}

#carte-sne-container .leaflet-popup-content-wrapper {
    border-radius: 8px;
    padding: 0;
    box-shadow: 0 3px 14px rgba(0,0,0,.3);
}

#carte-sne-container .leaflet-popup-content {
    margin: 0;
    min-width: 260px;
}

#carte-sne-container .carte-sne-popup {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.4;
    padding: 12px 14px;
}

#carte-sne-container .carte-sne-popup h3 {
    margin: 0 0 8px 0;
    font-size: 16px !important;
    line-height: 1.3 !important;
    color: #1a1a2e !important;
    font-weight: 700 !important;
    border-bottom: 2px solid #e94560;
    padding-bottom: 6px;
}

#carte-sne-container .carte-sne-popup table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px !important;
    margin-bottom: 8px;
}

#carte-sne-container .carte-sne-popup table td {
    padding: 3px 6px;
    vertical-align: top;
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: #333 !important;
}

#carte-sne-container .carte-sne-popup table td:first-child {
    font-weight: 600;
    color: #555 !important;
    white-space: nowrap;
    width: 85px;
}

#carte-sne-container .carte-sne-popup .carte-sne-desc {
    font-size: 12px !important;
    color: #666 !important;
    border-top: 1px solid #eee;
    padding-top: 6px;
    margin-top: 4px;
    line-height: 1.4 !important;
}

#carte-sne-container .carte-sne-popup .carte-sne-orientation {
    display: inline-block;
    background: #e94560;
    color: #fff !important;
    padding: 1px 8px;
    border-radius: 10px;
    font-size: 11px !important;
    font-weight: 600 !important;
}

#carte-sne-container .carte-sne-popup .carte-sne-topo-btn {
    display: block;
    margin-top: 10px;
    padding: 8px 12px;
    background: #e94560;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    font-size: 13px !important;
    font-weight: 600 !important;
    transition: background 0.2s;
}

#carte-sne-container .carte-sne-popup .carte-sne-topo-btn:hover {
    background: #c73450;
}
