/*!
 * Find-a-Doctor redesign — left-rail layout + mobile Filters drawer.
 *
 * Background: this file is hand-authored (NOT generated through the
 * Tailwind/SCSS chain) and lives directly in /public/css. Reason: the
 * theme's PurgeCSS chain can't see classes emitted from PHP or from
 * editor-authored DB content, so new utility classes routed through it get
 * stripped. Authoring the redesign as plain, /doctors-scoped CSS sidesteps
 * that and is the supported delivery. An isolated step in webpack.mix.js
 * minifies it to a *.min.css sibling (no purge); the PHP enqueue prefers
 * that sibling and falls back to this source.
 *
 * Maintenance notes:
 *   - This is a first-class source file. If the directory is ever folded
 *     into the SCSS pipeline, these rules can migrate into
 *     resources/sass/components/_physicians-listing.scss; until then, edit
 *     them here. (Making PurgeCSS correct site-wide is tracked separately.)
 *   - Brand color values mirror tailwind.config.js exactly. If the design
 *     tokens move (Hill rebrand, etc.), update both files.
 *   - The .hill-doctors-* class prefix scopes everything; nothing here
 *     leaks to other pages.
 */.hill-doctors-body{display:block}@media (min-width:1024px){.hill-doctors-body{display:grid;grid-template-columns:18rem 1fr;gap:2rem;align-items:start}}@media (min-width:1024px){.hill-doctors-form-contents{display:contents}}.hill-doctors-search-strip{background:#c7eafc}@media (min-width:1024px){.hill-doctors-search-strip{grid-column:1/-1;grid-row:1}.hill-doctors-rail{grid-column:1;grid-row:2}.hill-doctors-results{grid-column:2;grid-row:2}}.hill-doctors-rail{background:#fff;border:1px solid #c7eafc;border-radius:.5rem;padding:1rem 1.25rem}.hill-doctors-rail__header{display:flex;align-items:center;justify-content:space-between;padding-bottom:.75rem;margin-bottom:.75rem;border-bottom:1px solid #dedede}.hill-doctors-rail__title{font-weight:800;font-size:1.4rem;margin:0;color:#003866}.hill-doctors-rail a.hill-doctors-rail__reset{font-size:.875rem;color:#004a87;text-decoration:none;font-weight:700}.hill-doctors-rail a.hill-doctors-rail__reset:focus,.hill-doctors-rail a.hill-doctors-rail__reset:hover{color:#004a87;text-decoration:underline}.hill-doctors-rail__close{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:1px solid #dedede;border-radius:9999px;background:#fff;color:#4d4f53;font-size:1.25rem;line-height:1;cursor:pointer}.hill-doctors-rail__close:focus,.hill-doctors-rail__close:hover{background:#ededee}@media (min-width:1024px){.hill-doctors-rail__close{display:none}}.hill-doctors-rail__group{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #e4ebf2}.hill-doctors-rail__group:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.hill-doctors-rail__group-label{display:block;font-weight:700;font-size:1rem;margin-bottom:.5rem;color:#004a87}.hill-doctors-control{background:#fff;border:1px solid #dedede;border-radius:.25rem;padding:.5rem}.hill-doctors-control--quiet{border:none;background:0 0;padding:0}.hill-doctors-rail input[type=checkbox]+label{cursor:pointer}.hill-doctors-rail .hill-doctors-control label{font-weight:500;font-size:.9375rem;color:#15212b}.hill-doctors-rail .hill-doctors-control--quiet>div,.hill-doctors-rail .hill-doctors-control[role=group]>div,.hill-doctors-rail .privileges-list-option,.hill-doctors-rail .specialty-list-option{display:flex;align-items:center}@media (min-width:1024px){.hill-doctors-rail .hill-doctors-control--quiet>div,.hill-doctors-rail .hill-doctors-control[role=group]>div,.hill-doctors-rail .privileges-list-option,.hill-doctors-rail .specialty-list-option{min-height:1.5rem}}.hill-doctors-rail input[type=checkbox]:not([role=switch]){appearance:none;-webkit-appearance:none;-moz-appearance:none;flex:0 0 auto;width:1.1875rem;height:1.1875rem;border:1.5px solid #6b7280;border-radius:5px;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:.8125rem;cursor:pointer}.hill-doctors-rail input[type=checkbox]:not([role=switch]):checked{background-color:#004a87;border-color:#004a87;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 7.4l3 3 6-7'/%3E%3C/svg%3E")}.hill-doctors-rail .hill-doctors-control--quiet>div:hover input[type=checkbox]:not([role=switch]),.hill-doctors-rail .hill-doctors-control[role=group]>div:hover input[type=checkbox]:not([role=switch]),.hill-doctors-rail .privileges-list-option:hover input[type=checkbox]:not([role=switch]),.hill-doctors-rail .specialty-list-option:hover input[type=checkbox]:not([role=switch]){box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(0,74,135,.4)}.hill-doctors-rail .hill-doctors-control--quiet>div input[type=checkbox]:not([role=switch]):focus-visible,.hill-doctors-rail .hill-doctors-control[role=group]>div input[type=checkbox]:not([role=switch]):focus-visible,.hill-doctors-rail .privileges-list-option input[type=checkbox]:not([role=switch]):focus-visible,.hill-doctors-rail .specialty-list-option input[type=checkbox]:not([role=switch]):focus-visible,.hill-doctors-rail input[type=checkbox]:not([role=switch]):focus-visible{outline:0;box-shadow:0 0 0 2px #fff,0 0 0 4px #004a87}.hill-doctors-rail input[type=checkbox][role=switch]{appearance:none;-webkit-appearance:none;-moz-appearance:none;flex:0 0 auto;order:1;box-sizing:border-box;width:40px;height:22px;border-radius:999px;border:1px solid #9fb0c2;background-color:#cbd6e1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Ccircle cx='9' cy='9' r='8' fill='%23fff' stroke='%239FB0C2' stroke-width='1'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left 1px center;background-size:18px 18px;cursor:pointer}.hill-doctors-rail input[type=checkbox][role=switch]:checked{background-color:#004a87;border-color:#004a87;background-position:right 1px center}.hill-doctors-rail input[type=checkbox][role=switch]:focus-visible{outline:0;box-shadow:0 0 0 2px #fff,0 0 0 4px #004a87}.hill-doctors-rail .hill-doctors-control--quiet>div:has(input[role=switch]){justify-content:space-between}.hill-doctors-rail #privileges-search,.hill-doctors-rail #specialty-search{height:42px;border:1.5px solid #5183be;border-radius:10px;padding:0 .75rem 0 2.375rem;font-weight:500;font-size:.90625rem;color:#15212b;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='%235183BE' stroke-width='1.6' stroke-linecap='round'%3E%3Ccircle cx='7' cy='7' r='5'/%3E%3Cline x1='14.5' y1='14.5' x2='10.5' y2='10.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left .75rem center;background-size:16px 16px}.hill-doctors-rail #privileges-search:focus,.hill-doctors-rail #specialty-search:focus{outline:0;border-color:#004a87;box-shadow:0 0 0 3px rgba(0,74,135,.12)}.hill-doctors-rail #privileges-list-options,.hill-doctors-rail #specialty-list-options{padding:.25rem .5rem}@media (prefers-reduced-motion:no-preference){.hill-doctors-rail #privileges-search,.hill-doctors-rail #specialty-search,.hill-doctors-rail input[type=checkbox]{transition:box-shadow 130ms ease,border-color 130ms ease,background-color 130ms ease,background-position 130ms ease}}@media (min-width:1024px){.hill-doctors-rail{align-self:start}}@media (max-width:1023px){.hill-doctors-rail{position:fixed;inset:0 auto 0 0;width:min(22rem,90vw);max-width:100vw;z-index:1001;transform:translateX(-100%);transition:transform .22s ease-out;display:flex;flex-direction:column;height:100vh;height:100svh;height:100dvh;overflow:hidden;border-radius:0;border:0;padding:0;box-shadow:0 0 24px rgba(0,0,0,.18)}.hill-doctors-rail__header{flex:0 0 auto;padding:1.25rem 1.25rem .75rem;margin-bottom:0}.hill-doctors-rail__body{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:0 1.25rem 1rem}.hill-doctors-rail input[type=checkbox]:not([role=switch]){width:1.25rem;height:1.25rem}.hill-doctors-rail .hill-doctors-control--quiet>div,.hill-doctors-rail .hill-doctors-control[role=group]>div,.hill-doctors-rail .privileges-list-option,.hill-doctors-rail .specialty-list-option{min-height:2.75rem;display:flex;align-items:center}.hill-doctors-rail[data-open=true]{transform:translateX(0)}.hill-doctors-rail-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:1000;opacity:0;pointer-events:none;transition:opacity .22s ease-out}.hill-doctors-rail-backdrop[data-open=true]{opacity:1;pointer-events:auto}body.hill-doctors-rail-open{position:fixed;left:0;right:0;width:100%;overflow:hidden}}.hill-doctors-rail__apply-bar{position:sticky;bottom:0;left:0;right:0;margin:1rem -1.25rem -1rem -1.25rem;padding:.75rem 1.25rem;background:#fff;border-top:1px solid #dedede;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;display:flex;gap:.5rem;justify-content:flex-end}.hill-doctors-rail__apply-bar .hill-doctors-apply{flex:1 1 auto;text-align:center}@media (max-width:1023px){.hill-doctors-rail__apply-bar{position:static;flex:0 0 auto;margin:0;border-radius:0;padding:.75rem 1.25rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0px))}}@media (min-width:1024px){.hill-doctors-rail-backdrop{display:none}}.hill-doctors-filters-trigger{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.625rem 1rem;background:#fff;border:1px solid #62a30d;border-radius:4px;color:#62a30d;font-weight:600;font-size:.875rem;cursor:pointer}.hill-doctors-filters-trigger:focus,.hill-doctors-filters-trigger:hover{background:#62a30d;color:#fff}.hill-doctors-filters-trigger__count{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;padding:0 .5rem;border-radius:9999px;background:#bed600;color:#4d4f53;font-size:.75rem;font-weight:700}@media (min-width:1024px){.hill-doctors-filters-trigger{display:none}}@media (max-width:1023px){.hill-doctors-filters-stickybar{position:sticky;top:0;z-index:900;background:#fff;padding:.75rem 0;border-bottom:1px solid #ededee}.hill-doctors-filters-stickybar .hill-doctors-filters-trigger{margin-top:0}}@media (min-width:1024px){.hill-doctors-filters-stickybar{display:none}}.hill-doctors-active-filters{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin:.75rem 0 0}.hill-doctors-active-filters:not(:has(.hill-doctors-chip)){display:none}.hill-doctors-active-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin:0}.hill-doctors-active-filters__clear{font-size:.8125rem;font-weight:600;color:#62a30d;text-decoration:underline;cursor:pointer;background:0 0;border:0;padding:0}.hill-doctors-active-filters__clear:focus,.hill-doctors-active-filters__clear:hover{color:#4d4f53}.hill-doctors-active-chips:empty+.hill-doctors-active-filters__clear{display:none}.hill-doctors-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:#ededee;border:1px solid #dedede;border-radius:9999px;color:#4d4f53;font-size:.8125rem;line-height:1.2;cursor:pointer}.hill-doctors-chip:focus,.hill-doctors-chip:hover{background:#dedede}.hill-doctors-chip__x{font-size:1rem;line-height:1}.hill-doctors-results__header{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;flex-wrap:wrap}.hill-doctors-results__count{font-size:.875rem;color:#4d4f53;font-weight:600}.hill-doctors-results__map-toggle{margin-left:auto}.hill-doctors-results .physicians-grid{gap:1rem}@media screen and (min-width:640px) and (max-width:1023px){.hill-doctors-results .w-full:has(.physician-card){width:47.5%}}@media screen and (min-width:1024px){.hill-doctors-results .w-full:has(.physician-card){width:calc(50% - .5rem)}}@media screen and (min-width:1280px){.hill-doctors-results .w-full:has(.physician-card){width:calc(33.333% - .7rem)}}@media screen and (min-width:1540px){.hill-doctors-results .w-full:has(.physician-card){width:calc(33.333% - .7rem)}}.hill-doctors-search-strip{padding-bottom:1.25rem;padding-top:1.5rem}.hill-doctors-redesign-active #filter-by{display:none}.hill-doctors-redesign-active #filter-by-target{display:block!important;background:0 0!important;padding:0!important}.hill-doctors-empty{max-width:36rem;margin:1.5rem auto 2.5rem;text-align:center}.hill-doctors-empty__heading{font-size:1.375rem;font-weight:700;line-height:1.3;margin:0 0 .5rem}.hill-doctors-empty__message{font-size:1rem;line-height:1.5;color:#4d4f53;margin-bottom:1rem}.hill-doctors-empty__chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin:1rem 0}.hill-doctors-empty__chips:empty{display:none}.hill-doctors-empty__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin:1.25rem 0}.hill-doctors-empty__action{min-height:44px;display:inline-flex;align-items:center;justify-content:center}.hill-doctors-empty__contact{font-size:.9375rem;color:#4d4f53;margin-top:1rem}.hill-doctors-empty__contact a{color:#62a30d;text-decoration:underline}.hill-doctors-near-miss{font-size:.9375rem;font-weight:600;color:#4d4f53;background:#c7eafc;padding:.75rem 1rem;border-radius:4px;margin:0 0 1rem}.hill-doctors-geo-fallback{font-size:.9375rem;font-weight:600;color:#4d4f53;background:#fcefc7;padding:.75rem 1rem;border-radius:4px;margin:0 0 1rem}.hill-doctors-results--loading{position:relative}.hill-doctors-loading{position:absolute;inset:0;display:flex;align-items:flex-start;justify-content:center;padding-top:6rem;background:rgba(255,255,255,.65);z-index:5}.hill-doctors-loading__spinner{display:block;width:2.5rem;height:2.5rem;border-radius:50%;border:3px solid rgba(0,80,147,.25);border-top-color:#005093;animation:hill-doctors-spin .8s linear infinite}@keyframes hill-doctors-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.hill-doctors-loading__spinner{animation-duration:2.4s}}.physician-footer a svg,.physician-footer button svg{color:#005093}.physician-footer a:active svg,.physician-footer a:focus svg,.physician-footer a:hover svg,.physician-footer button:active svg,.physician-footer button:focus svg,.physician-footer button:hover svg{color:#fff}
.hill-doctors-rail__group--inactive .hill-doctors-control{opacity:.45}.hill-doctors-rail__group--inactive .hill-doctors-control label{cursor:pointer}.hill-doctors-filter-notice{margin:0 0 12px}.hill-doctors-filter-notice[hidden]{display:none}.hill-doctors-filter-notice__lead{color:#15212b;font-size:13.5px;font-weight:500;line-height:1.4;margin:0 0 3px}.hill-doctors-filter-notice__hint{color:#4d4f53;font-size:13px;line-height:1.45;margin:0 0 9px}.hill-doctors-filter-notice__clear{background:none;border:0;color:#004a87;cursor:pointer;display:inline-block;font:inherit;font-size:13px;font-weight:500;padding:0;text-decoration:underline;text-decoration-color:rgba(0,74,135,.35);text-underline-offset:3px}.hill-doctors-filter-notice__clear:focus-visible,.hill-doctors-filter-notice__clear:hover{text-decoration-color:#004a87}.hill-doctors-filter-notice__clear:focus-visible{border-radius:2px;outline:2px solid #00afef;outline-offset:2px}.hill-doctors-visually-hidden{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;white-space:nowrap;width:1px}.hill-doctors-autocomplete.ui-autocomplete{padding:.25rem 0;border:1px solid #c7eafc;border-radius:8px;box-shadow:0 6px 18px rgba(0,74,135,.12)}.hill-doctors-autocomplete.ui-autocomplete .ui-menu-item-wrapper{padding:.5rem 1rem;line-height:1.3;border:0}.hill-doctors-autocomplete.ui-autocomplete .ui-menu-item-wrapper.ui-state-active{margin:0;background:#c7eafc;color:#004a87}.hill-doctors-autocomplete.ui-autocomplete li[role=presentation] .ui-menu-item-wrapper{color:#4d4f53;cursor:default}