.adsphcda-hfr-wrap {
    font-family: -apple-system, "Segoe UI", Roboto, sans-serif;
    max-width: 100%;
}
.adsphcda-hfr-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 10px;
}
.adsphcda-hfr-controls select,
.adsphcda-hfr-controls input[type="text"] {
    padding: 9px 10px;
    border: 1px solid #d6dbd3;
    border-radius: 6px;
    font-size: 14px;
    background: #f7f6f1;
    min-height: 40px;
    flex: 1 1 160px;
}
.adsphcda-hfr-controls button {
    background: #d4a017;
    color: #0e3d22;
    border: none;
    font-weight: 700;
    padding: 10px 14px;
    border-radius: 6px;
    cursor: pointer;
    min-height: 40px;
    flex: 0 0 auto;
}
.adsphcda-hfr-controls button:hover { background: #e6b93a; }
.adsphcda-hfr-controls button:disabled { opacity: .6; cursor: progress; }
.adsphcda-hfr-count {
    font-size: 13px;
    color: #647065;
    white-space: nowrap;
}
.adsphcda-hfr-status {
    font-size: 13px;
    color: #12522d;
    min-height: 18px;
    margin-bottom: 8px;
}
#hfr-map {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #dfe3dc;
    z-index: 1;
}
.adsphcda-hfr-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 12px;
    color: #647065;
    margin-top: 10px;
}
.hfr-dot {
    display: inline-block;
    width: 10px; height: 10px;
    border-radius: 50%;
    margin-right: 4px;
    vertical-align: middle;
}
.hfr-line {
    display: inline-block;
    width: 16px;
    height: 0;
    border-top: 2.5px dashed #166534;
    margin-right: 4px;
    vertical-align: middle;
}
.hfr-popup h3 { font-size: 14px; margin: 0 0 4px; color: #12522d; }
.hfr-popup .row { font-size: 12.5px; color: #3b473f; margin: 2px 0; }
.hfr-popup a.dir {
    display: inline-block;
    margin-top: 8px;
    font-size: 12.5px;
    font-weight: 700;
    background: #166534;
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    text-decoration: none;
}
.leaflet-control-layers {
    border-radius: 8px !important;
    box-shadow: 0 1px 4px rgba(0,0,0,.25) !important;
}
.leaflet-control-layers-toggle {
    width: 34px !important;
    height: 34px !important;
}
.leaflet-control-layers-expanded {
    font-size: 13px;
    padding: 10px 12px;
}
.leaflet-control-layers-expanded label {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 5px 0;
}
.leaflet-control-layers-selector {
    accent-color: #166534;
}
@media (max-width: 900px) {
    .leaflet-control-layers-toggle { width: 38px !important; height: 38px !important; }
}
@media (max-width: 640px) {
    .adsphcda-hfr-controls select,
    .adsphcda-hfr-controls input[type="text"] { flex: 1 1 100%; }
    .adsphcda-hfr-controls button { flex: 1 1 100%; }
}
