[data-occ-custom-map]{
    --navy:#15294d;
    --muted:#66758c;
    --line:#e2e7ee;
    --blue:#0b5cff;
    --green:#16844a;
    --orange:#c54b16;
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    color:var(--navy);
    width:100%;
    max-width:560px;
    margin:0 auto;
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(24,42,75,.09);
}
.occ-cm-head{
    height:52px;
    padding:0 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    background:#fff;
    border-bottom:1px solid var(--line);
    font-size:12px;
    font-weight:800;
    letter-spacing:.02em;
}
.occ-cm-location,.occ-cm-live{display:flex;align-items:center;gap:9px;white-space:nowrap}
.occ-cm-pin{color:var(--blue);font-size:15px;line-height:1;position:relative}
.occ-cm-pin:before{
    content:"";
    position:absolute;width:8px;height:8px;border-radius:50%;
    background:var(--blue);left:2px;top:2px;
}
.occ-cm-pin{font-size:0;width:10px;height:13px}
.occ-cm-pin:after{
    content:"";display:block;width:8px;height:8px;border-radius:50% 50% 50% 0;
    background:var(--blue);transform:rotate(-45deg);margin:1px 0 0 1px;
}
.occ-cm-live{color:var(--green)}
.occ-cm-live>span{
    width:8px;height:8px;border-radius:50%;background:#26935b;display:inline-block
}
.occ-cm-map-wrap{height:202px;position:relative;background:#e7eef8}
.occ-cm-map{position:absolute;inset:0}
.occ-cm-map .leaflet-control-attribution{font-size:8px;background:rgba(255,255,255,.75)}
.occ-cm-search-area{
    position:absolute;z-index:500;left:50%;top:14px;transform:translateX(-50%);
    border:0;border-radius:8px;background:#fff;color:var(--blue);
    font-weight:800;font-size:11px;padding:8px 12px;box-shadow:0 3px 12px rgba(20,40,75,.12);
    cursor:pointer;opacity:.95
}
.occ-cm-search-area:hover{opacity:1}
.occ-cm-list-head{
    height:45px;padding:0 20px;box-sizing:border-box;border-bottom:1px solid var(--line);
    display:flex;align-items:center;justify-content:space-between;font-size:11px;
    background:#fff
}
.occ-cm-list-head strong{font-size:13px}
.occ-cm-area-label{font-weight:800;color:#40516c;letter-spacing:.04em}
.occ-cm-list{background:#fff}
.occ-cm-row{
    width:100%;min-height:66px;border:0;border-bottom:1px solid var(--line);background:#fff;
    padding:10px 20px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;
    align-items:center;gap:10px;text-align:left;cursor:pointer;color:inherit
}
.occ-cm-row:hover,.occ-cm-row:focus,.occ-cm-row:active{background:#fff}
.occ-cm-avatar{
    width:32px;height:32px;border-radius:50%;background:#e4ecfa;color:#7a9bcf;
    display:flex;align-items:center;justify-content:center;overflow:hidden
}
.occ-cm-avatar img{width:100%;height:100%;object-fit:cover}
.occ-cm-person{font-size:14px;line-height:1;color:#6e94d0}
.occ-cm-info{min-width:0;display:flex;flex-direction:column;gap:3px}
.occ-cm-info strong{font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.occ-cm-info small{
    font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
    color:#6a7689;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis
}
.occ-cm-right{display:flex;flex-direction:column;align-items:flex-end;gap:3px;min-width:70px}
.occ-cm-distance{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;color:#283751}
.occ-cm-status{font-size:10px;font-weight:800;letter-spacing:.08em}
.occ-cm-status.accepting{color:var(--green)}
.occ-cm-status.waitlist{color:var(--orange)}
.occ-cm-empty{padding:32px 20px;text-align:center;color:var(--muted);font-size:13px}
.occ-cm-marker-icon{background:transparent;border:0}
.occ-cm-marker{
    display:block;width:25px;height:31px;border-radius:50% 50% 50% 0;
    background:#193b6d;border:2px solid #fff;box-shadow:0 4px 10px rgba(20,40,75,.28);
    transform:rotate(-45deg);position:relative
}
.occ-cm-marker:after{
    content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:#fff;
    left:7px;top:7px
}
.occ-cm-marker.is-accepting{background:var(--blue)}
.occ-cm-popup{display:flex;flex-direction:column;gap:3px;min-width:170px}
.occ-cm-popup strong{font-size:13px}
.occ-cm-popup span{font-size:10px;color:#69768b}
.occ-cm-popup b{font-size:9px;margin-top:3px}
.occ-cm-popup b.accepting{color:var(--green)}
.occ-cm-popup b.waitlist{color:var(--orange)}
.occ-cm-popup a{font-size:10px;color:var(--blue);font-weight:800;text-decoration:none;margin-top:3px}
@media(max-width:520px){
    [data-occ-custom-map]{border-radius:14px}
    .occ-cm-head{padding:0 14px;font-size:10px}
    .occ-cm-map-wrap{height:190px}
    .occ-cm-row{padding:10px 14px;grid-template-columns:32px minmax(0,1fr) auto}
    .occ-cm-list-head{padding:0 14px}
}

.occ-cm-list{
    max-height:360px;
    overflow-y:auto;
    overscroll-behavior:contain;
}
.occ-cm-list::-webkit-scrollbar{width:7px}
.occ-cm-list::-webkit-scrollbar-thumb{background:#d8e1ee;border-radius:10px}

.occ-cm-actions{display:flex;align-items:center;gap:18px;white-space:nowrap}
.occ-cm-full-map{color:#0b5cff;text-decoration:none;font-size:10px;font-weight:800;letter-spacing:.08em}
.occ-cm-full-map span{font-size:13px;margin-left:3px}
.occ-full-map-page{background:#f4f7fb;padding:48px 24px 70px}
.occ-full-map-inner{width:min(1240px,100%);margin:0 auto}
.occ-full-map-title{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;margin:0 0 24px}
.occ-full-map-title span{color:#0b5cff;font-size:11px;font-weight:800;letter-spacing:.12em}
.occ-full-map-title h1{margin:8px 0 7px;color:#15294d;font-size:42px;line-height:1.08;letter-spacing:-.04em}
.occ-full-map-title p{margin:0;color:#65758c;font-size:14px}
.occ-full-map-back{color:#0b5cff;background:#fff;border:1px solid #dce4ef;border-radius:9px;padding:10px 14px;font-size:12px;font-weight:800;text-decoration:none}
.occ-full-map-page [data-occ-custom-map]{max-width:none;margin:0}
.occ-full-map-page .occ-cm-map-wrap{height:520px}
.occ-full-map-page .occ-cm-list{max-height:430px}
@media(max-width:700px){
 .occ-full-map-page{padding:28px 12px 50px}
 .occ-full-map-title{display:block}
 .occ-full-map-title h1{font-size:30px}
 .occ-full-map-back{display:inline-block;margin-top:16px}
 .occ-full-map-page .occ-cm-map-wrap{height:420px}
 .occ-cm-actions{gap:9px}.occ-cm-live{font-size:9px}.occ-cm-full-map{font-size:9px}
}

.occ-full-map-page .occ-cm-head{position:relative}
.occ-full-map-page .occ-cm-full-map{display:none}

/* Practitioner rows: keep the same background on hover/active/focus */
[data-occ-custom-map] .occ-cm-row,
[data-occ-custom-map] .occ-cm-row:hover,
[data-occ-custom-map] .occ-cm-row:focus,
[data-occ-custom-map] .occ-cm-row:active {
    background:#fff !important;
}
[data-occ-custom-map] .occ-cm-row:focus-visible {
    outline:2px solid rgba(11,92,255,.35);
    outline-offset:-2px;
}

/* v1.2.0 full-map directory redesign */
.occ-custom-map--full{
    max-width:none !important;
    width:100% !important;
    margin:0 !important;
    border-radius:18px;
    background:#fff;
    overflow:hidden;
}
.occ-custom-map--full .occ-cm-filterbar{
    display:flex;
    align-items:center;
    gap:10px;
    padding:14px 18px;
    background:#fff;
    border-bottom:1px solid #e3e8ef;
}
.occ-custom-map--full .occ-cm-filter-search{
    flex:1 1 auto;
    min-width:260px;
    height:42px;
    display:flex;
    align-items:center;
    gap:8px;
    border:1px solid #d9e1ec;
    border-radius:9px;
    padding:0 12px;
    box-sizing:border-box;
}
.occ-custom-map--full .occ-cm-filter-search span{
    color:#718097;
    font-size:18px;
    line-height:1;
}
.occ-custom-map--full .occ-cm-search{
    width:100%;
    border:0 !important;
    outline:0 !important;
    box-shadow:none !important;
    padding:0 !important;
    height:38px;
    font-size:13px;
    color:#172844;
    background:transparent !important;
}
.occ-custom-map--full .occ-cm-status-filter,
.occ-custom-map--full .occ-cm-format-filter{
    width:auto;
    min-width:155px;
    height:42px;
    border:1px solid #d9e1ec;
    border-radius:9px;
    padding:0 12px;
    color:#273752;
    background:#fff;
    font-size:12px;
}
.occ-custom-map--full .occ-cm-head{
    grid-column:1 / -1;
}
.occ-custom-map--full .occ-cm-map-wrap{
    grid-column:1;
    grid-row:2 / span 3;
    height:650px;
    min-width:0;
}
.occ-custom-map--full .occ-cm-list-head{
    grid-column:2;
    grid-row:2;
    height:58px;
    padding:0 20px;
}
.occ-custom-map--full .occ-cm-list{
    grid-column:2;
    grid-row:3;
    max-height:none;
    height:592px;
    overflow-y:auto;
}
.occ-custom-map--full .occ-cm-empty{
    grid-column:2;
    grid-row:3;
    align-self:start;
}
.occ-custom-map--full{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 390px;
    grid-template-rows:auto 58px minmax(0,1fr);
}
.occ-custom-map--full .occ-cm-filterbar{
    grid-column:1 / -1;
    grid-row:1;
}
.occ-custom-map--full .occ-cm-head{
    grid-column:1 / -1;
    grid-row:2;
    border-top:1px solid #e3e8ef;
}
.occ-custom-map--full .occ-cm-map-wrap{
    grid-column:1;
    grid-row:3;
    height:650px;
}
.occ-custom-map--full .occ-cm-list-head{
    grid-column:2;
    grid-row:2;
    align-self:stretch;
}
.occ-custom-map--full .occ-cm-list{
    grid-column:2;
    grid-row:3;
    height:650px;
    max-height:none;
}
.occ-custom-map--full .occ-cm-row{
    display:grid !important;
    grid-template-columns:42px minmax(0,1fr) auto !important;
    width:100% !important;
    min-width:0 !important;
    min-height:78px !important;
    box-sizing:border-box !important;
    float:none !important;
    position:relative !important;
    border:0 !important;
    border-bottom:1px solid #e4e9f0 !important;
    border-radius:0 !important;
    background:#fff !important;
    padding:12px 16px !important;
    margin:0 !important;
    text-align:left !important;
}
.occ-custom-map--full .occ-cm-row:hover,
.occ-custom-map--full .occ-cm-row:focus,
.occ-custom-map--full .occ-cm-row:active{
    background:#fff !important;
}
.occ-custom-map--full .occ-cm-info strong{font-size:13px}
.occ-custom-map--full .occ-cm-info small{font-size:10px}
.occ-custom-map--full .occ-cm-right{min-width:82px}
.occ-custom-map--full .occ-cm-status{font-size:9px}
.occ-custom-map--full .occ-cm-distance{font-size:9px}
.occ-custom-map--full .occ-cm-list::-webkit-scrollbar{width:7px}
.occ-custom-map--full .occ-cm-list::-webkit-scrollbar-thumb{background:#d8e1ec;border-radius:10px}
.occ-custom-map--full .occ-cm-list-head{
    border-left:1px solid #e3e8ef;
}
@media(max-width:900px){
    .occ-custom-map--full{
        grid-template-columns:1fr;
        grid-template-rows:auto auto 390px auto auto;
    }
    .occ-custom-map--full .occ-cm-filterbar{
        grid-column:1;grid-row:1;flex-wrap:wrap;
    }
    .occ-custom-map--full .occ-cm-head{
        grid-column:1;grid-row:2;
    }
    .occ-custom-map--full .occ-cm-map-wrap{
        grid-column:1;grid-row:3;height:390px;
    }
    .occ-custom-map--full .occ-cm-list-head{
        grid-column:1;grid-row:4;border-left:0;border-top:1px solid #e3e8ef;
    }
    .occ-custom-map--full .occ-cm-list{
        grid-column:1;grid-row:5;height:auto;max-height:520px;
    }
}
@media(max-width:600px){
    .occ-custom-map--full .occ-cm-filterbar{padding:10px;gap:8px}
    .occ-custom-map--full .occ-cm-filter-search{min-width:100%;flex-basis:100%}
    .occ-custom-map--full .occ-cm-status-filter,
    .occ-custom-map--full .occ-cm-format-filter{flex:1;min-width:0}
    .occ-custom-map--full .occ-cm-map-wrap{height:340px}
    .occ-custom-map--full .occ-cm-head{padding:0 12px}
}
