.cwdbc-map-app {
    --cwd-blue: #0f558f;
    --cwd-deep: #062c4d;
    --cwd-deeper: #041f38;
    --cwd-gold: #f6bd16;
    --cwd-green: #4f8128;
    --cwd-sky: #1677db;
    --cwd-ink: #16202a;
    --cwd-border: rgba(255, 255, 255, 0.17);
    --cwd-radius: 16px;
    font-family: inherit;
    color: #fff;
    background: linear-gradient(135deg, #0e5b9c 0%, #07497f 54%, #06345c 100%);
    overflow: hidden;
    padding: 34px;
    position: relative;
    isolation: isolate;
}
.cwdbc-map-app:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.08), transparent 28%);
    pointer-events: none;
    z-index: -1;
}
.cwdbc-map-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.8fr);
    gap: 28px;
    align-items: start;
}
.cwdbc-map-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.13em;
    font-size: 12px;
    font-weight: 800;
    color: #ffe08a;
}
.cwdbc-map-intro h1 {
    font-size: clamp(28px, 5vw, 44px);
    line-height: 0.98;
    margin: 7px 0 12px;
    color: #fff;
}
.cwdbc-map-intro__copy > p {
    font-size: 16px;
    line-height: 1.3;
    color: #f7c827;
    margin: 0;
    max-width: 480px;
}
.cwdbc-notice {
    display: flex;
    gap: 14px;
    background: rgba(4, 31, 56, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 14px;
    padding: 17px 18px;
}
.cwdbc-notice__icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--cwd-gold);
    color: #14202b;
    font-weight: 900;
}
.cwdbc-notice p {
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
}
.cwdbc-notice a,
.cwdbc-map-note a {
    color: #ffd148;
    font-weight: 800;
}
.cwdbc-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 26px 0 14px;
}
.cwdbc-stat {
    min-height: 82px;
    border: 1px solid var(--cwd-border);
    border-radius: 12px;
    background: rgba(3, 28, 50, 0.68);
    display: grid;
    grid-template-columns: 48px auto;
    grid-template-rows: 1fr;
    column-gap: 12px;
    padding: 23px 15px 23px 15px;
}
.cwdbc-stat__icon {
    grid-row: 1/3;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: grid;
    place-items: center;
}
.cwdbc-stat__icon--gold {
    background: var(--cwd-gold);
    color: #132231;
    font-size: 14px;
}
.cwdbc-stat__icon--green {
    background: var(--cwd-green);
}
.cwdbc-stat strong {
    font-size: 29px;
    line-height: 1;
    color: #ffc723;
    text-align: center;
}

.cwdbc-stat--date strong {
    font-size: 18px;
}
.cwdbc-stat--date small {
    display: block;
    font-size: 11px;
}
.cwdbc-map-searchbar {
    display: flex;
    gap: 10px;
    margin-bottom: 4px;
}
.cwdbc-search {
    flex: 1;
    position: relative;
}
.cwdbc-search input {
    width: 100%;
    background: #fff;
    height: 48px;
    border: 0;
    border-radius: 12px;
    padding: 0 58px 0 17px;
    font-size: 15px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.cwdbc-search input:focus {
    background: #fff;
}
.cwdbc-search__button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 80px;
    height: 38px;
    border: 0;
    border-radius: 9px;
    background: #0b4f8d;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
}

.pin-blue, 
.pin-yellow,
.pin-map {
	width: 18px;
	height: 18px;
}

.pin-blue {
	color: #1677db;
}

.pin-yellow {
	color: #f6bd16;
}

.pin-map {
	color: #fff;
}


.cwdbc-search__button:hover {
    background: #083f70;
}
.cwdbc-near-me {
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 12px;
    background: rgba(4, 31, 56, 0.72);
    color: #fff;
    padding: 0 18px;
    font-weight: 700;
    cursor: pointer;
    height: 50px;
}
.cwdbc-near-me:disabled {
    opacity: 0.6;
    cursor: wait;
}
.cwdbc-search-status {
    min-height: 22px;
    margin: 4px 2px 10px;
    color: #dbeaf6;
    font-size: 12px;
}
.cwdbc-search-status.is-error {
    color: #ffe2a8;
}
.cwdbc-mobile-map-actions {
    display: none;
}
.cwdbc-map-shell {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    border: 1px solid var(--cwd-border);
    border-radius: 14px;
    overflow: hidden;
    background: var(--cwd-deep);
    min-height: 650px;
    position: relative;
}
.cwdbc-map-sidebar {
    background: linear-gradient(180deg, #082f51, #052640);
    padding: 18px;
}
.cwdbc-map-main {
    min-width: 0;
    background: #e8ece7;
    display: flex;
    flex-direction: column;
}
.cwdbc-map-canvas {
    height: 590px;
    min-height: 480px;
    z-index: 1;
}
.cwdbc-map-note {
    margin-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding-top: 18px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: start;
}
.cwdbc-map-note h2 {
    margin: 0 0 7px;
    font-size: 18px;
    color: #fff;
}
.cwdbc-map-note p {
    margin: 0 0 7px;
    color: #dbe9f5;
    font-size: 14px;
    line-height: 1.5;
}
.cwdbc-data-credit {
    opacity: 0.78;
    font-size: 12px !important;
}
.cwdbc-mobile-results {
    display: none;
}
.cwdbc-filter-backdrop {
    display: none;
}
.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.cwdbc-stat small[data-stat-247-pill] {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 201, 40, 0.15);
    color: #ffc928;
    font-size: 13px;
    font-weight: 600;
    width: max-content;
}
