.cwdbc-filter-drawer__head {
    display: none;
}
.cwdbc-map-sidebar section {
    padding-bottom: 17px;
    margin-bottom: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.cwdbc-map-sidebar h2 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 11px;
    color: #fff;
}
.cwdbc-map-sidebar label {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    line-height: 1.35;
    margin: 10px 0;
    cursor: pointer;
}
.cwdbc-map-sidebar input {
    accent-color: #2185e3;
}
.cwdbc-map-sidebar select {
    width: 100%;
    height: 38px;
    background: #fff;
    border: 0;
    border-radius: 8px;
    padding: 0 8px;
}
.cwdbc-key {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: -2px;
    flex: none;
}
.cwdbc-key--blue,
.cwdbc-key--gold {
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.cwdbc-key--blue {
    background: #1677db;
}
.cwdbc-key--gold {
    background: #f6bd16;
}
.cwdbc-key--outline {
    border: 2px solid #34495e;
    background: transparent;
}
.cwdbc-key--positive {
    background: rgba(208, 16, 16, 0.48);
    border: 2px solid #ab1616;
    border-radius: 50%;
}
.cwdbc-clear {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 9px;
    background: transparent;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}
.cwdbc-region-tabs {
    display: flex;
    background: #072e4d;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}
.cwdbc-region-tabs button {
    appearance: none;
    border: 0;
    background: transparent;
    color: #fff;
    padding: 15px 17px;
    white-space: nowrap;
    cursor: pointer;
    font-size: 12px;
}
.cwdbc-region-tabs button.is-active {
    background: var(--cwd-gold);
    color: #102234;
    font-weight: 800;
    border-radius: 20px;
    margin: 6px;
    padding: 9px 16px;
}
.cwdbc-map-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    background: #f8f8f4;
    color: #1d2d3c;
    padding: 10px 14px;
    font-size: 11px;
    border-top: 1px solid #c8cec8;
}
.cwdbc-map-legend span {
    display: flex;
    align-items: center;
    gap: 6px;
}
.cwdbc-badge {
    display: inline-block;
    border-radius: 20px;
    padding: 5px 9px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.cwdbc-badge--gold {
    background: var(--cwd-gold);
    color: #152331;
}
.cwdbc-badge--positive {
    background: #5f8e30;
    color: #fff;
}
.cwdbc-detail-button {
    display: block;
    text-align: center;
    text-decoration: none !important;
    margin-top: 12px;
    border-radius: 8px;
    padding: 10px 12px;
    background: #0b4f8d;
    color: #fff !important;
    font-weight: 800;
}
.cwdbc-privacy-note {
    border-left: 3px solid var(--cwd-gold);
    padding: 9px 10px;
    background: #fff8df;
    color: #3b3b32;
    font-size: 12px !important;
    margin: 10px 0;
}
.cwdbc-marker-wrap {
    background: transparent !important;
    border: 0 !important;
}
.cwdbc-dropoff-pin {
    position: relative;
    display: block;
    width: 28px;
    height: 34px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.35));
}
.cwdbc-dropoff-pin:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 3px solid #fff;
    border-radius: 50% 50% 50% 0;
    background: #1677db;
    transform: rotate(-45deg);
    box-sizing: border-box;
}
.cwdbc-dropoff-pin:after {
    content: "";
    position: absolute;
    left: 11px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}
.cwdbc-dropoff-pin--24:before {
    background: #f6bd16;
}
.cwdbc-dropoff-pin--24:after {
    background: #17324a;
}
.cwdbc-wmu-label {
    background: transparent;
    border: 0;
    color: #1a2b38;
    font-weight: 900;
    font-size: 12px;
    text-shadow:
        0 1px 2px #fff,
        1px 0 2px #fff,
        -1px 0 2px #fff;
}
.cwdbc-positive-badge {
    background: transparent;
    border: 0;
}
.cwdbc-positive-badge__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #56882a;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 900;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.35);
    font-size: 11px;
}
.cwdbc-positive-badge__inner:before {
    content: "★";
    margin-right: 2px;
    color: #fff;
}
.cwdbc-result-card {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    background: transparent;
    color: #fff;
    padding: 11px 0;
    text-align: left;
    cursor: pointer;
}
.cwdbc-result-card strong {
    display: block;
}
.cwdbc-result-card span {
    font-size: 12px;
    color: #d4e2ed;
}
.cwdbc-loading {
    display: grid;
    place-items: center;
    height: 100%;
    color: #1c405d;
    font-weight: 700;
}
.cwdbc-error {
    padding: 20px;
    color: #6b1b1b;
    background: #ffe8e8;
}
.leaflet-control-attribution {
    font-size: 9px;
}
.cwdbc-detection-star {
    background: transparent;
    border: 0;
}
.cwdbc-detection-star span {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    color: var(--cwdbc-detection-color, #5f8e30);
    font-size: 26px;
    line-height: 1;
    text-shadow:
        0 1px 2px #fff,
        1px 0 2px #fff,
        -1px 0 2px #fff,
        0 -1px 2px #fff,
        0 2px 5px rgba(0, 0, 0, 0.35);
}
.cwdbc-map-popup .leaflet-popup-content-wrapper {
    border-radius: 14px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(4, 31, 56, 0.28);
}
.cwdbc-map-popup .leaflet-popup-content {
    margin: 0;
    width: auto !important;
}
.cwdbc-map-popup .leaflet-popup-close-button {
    width: 34px;
    height: 34px;
    font-size: 23px;
    color: #fff !important;
    z-index: 2;
}
.cwdbc-popup-card {
    min-width: 280px;
    background: #fff;
    color: #273747;
}
.cwdbc-popup-title {
    background: #082f51;
    color: #fff;
    padding: 16px 42px 14px 16px;
}
.cwdbc-popup-title h3 {
    margin: 0 0 7px !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 1.15 !important;
}
.cwdbc-popup-row {
    padding: 10px 16px;
    border-bottom: 1px solid #e5e9ec;
}
.cwdbc-popup-row strong {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #0b4f8d;
    margin-bottom: 3px;
}
.cwdbc-popup-row span {
    display: block;
    font-size: 13px;
}
.cwdbc-popup-row p {
    margin: 3px 0 0;
    font-size: 13px;
    line-height: 1.4;
}
.cwdbc-popup-verified {
    display: block;
    padding: 9px 16px;
    color: #697783;
    font-size: 11px;
}
.cwdbc-popup-card .cwdbc-detail-button {
    margin: 12px 16px;
}
.cwdbc-popup-summary {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 12px 16px;
    background: #f4f7f9;
}
.cwdbc-popup-summary strong {
    font-size: 28px;
    color: #0b4f8d;
}
.cwdbc-popup-summary span {
    font-size: 12px;
}
.cwdbc-popup-card--detection .cwdbc-privacy-note {
    margin: 12px 16px;
}
.cwdbc-popup-detection {
    padding: 11px 16px;
    border-top: 1px solid #e5e9ec;
}
.cwdbc-popup-detection strong,
.cwdbc-popup-detection span {
    display: block;
}
.cwdbc-popup-detection strong {
    color: #0b4f8d;
}
.cwdbc-popup-detection span {
    font-size: 12px;
    margin-top: 2px;
}
.cwdbc-popup-detection p {
    font-size: 12px;
    margin: 6px 0;
}
.cwdbc-popup-detection a {
    font-size: 12px;
    font-weight: 700;
}
.cwdbc-filter-toggle {
    display: none;
}
.cwdbc-popup-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 12px 16px;
}
.cwdbc-popup-actions .cwdbc-detail-button {
    margin: 0;
}
.cwdbc-popup-actions--single {
    grid-template-columns: 1fr;
}
.cwdbc-share-button {
    appearance: none;
    border: 1px solid #0b4f8d;
    border-radius: 8px;
    background: #fff;
    color: #0b4f8d;
    padding: 10px 12px;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
    line-height: 1.2;
}
.cwdbc-share-button:hover {
    background: #eef6fc;
}
.cwdbc-share-button.is-copied {
    border-color: #4f8128;
    background: #eef8e9;
    color: #37611c;
}
