/* ==================================================================
   BCB / ACB — Referral network ("Providers we work with") page CSS
   ------------------------------------------------------------------
   Sits on the sitewide v3 gradient. Three switchable layout
   directions via [data-dir] on .pd:
     a  Editorial   — calm single reading column, list rows
     b  Directory   — sticky filter bar + responsive card grid
     c  Resource hub — sticky category sidebar + card grid
   Load order: colors_and_type.css → bcb-chrome.css → providers.css
   ================================================================== */

body.page-providers {
  font-family: var(--font-sans);
  color: var(--navy-600);
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}
body.page-providers img { max-width: 100%; display: block; }
body.page-providers [id] { scroll-margin-top: 120px; }

/* ─── Shared reading primitives ────────────────────────────────── */
.pd-eyebrow {
  font-family: var(--font-accent);
  font-weight: 700; font-size: 13px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--pink-600);
  margin: 0 0 14px;
}

/* ══════════════════════════════════════════════════════════════
   HERO
   ══════════════════════════════════════════════════════════════ */
.pd-hero {
  background: transparent;
  padding: clamp(26px, 4vw, 52px) 24px clamp(8px, 1.6vw, 18px);
}
.pd-hero__inner { max-width: 920px; margin: 0 auto; text-align: center; }
.pd-hero__h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(33px, 4.6vw, 58px);
  line-height: 1.05; letter-spacing: -0.024em;
  color: var(--pink-500);
  margin: 0;
  text-wrap: balance;
}
.pd-hero__lede {
  font-weight: 500;
  font-size: clamp(16.5px, 1.4vw, 20px);
  line-height: 1.62;
  color: var(--navy-600);
  margin: clamp(16px, 2vw, 24px) auto 0;
  max-width: 50ch;
  text-wrap: pretty;
}

/* ─── Location switch (segmented pill) ─────────────────────────── */
.pd-locswitch {
  display: inline-flex;
  gap: 4px;
  margin: clamp(22px, 2.8vw, 32px) auto 0;
  padding: 5px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border: 1px solid rgba(62, 80, 104, 0.14);
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-sm);
}
.pd-locswitch__btn {
  appearance: none; border: 0; cursor: pointer;
  background: transparent;
  border-radius: var(--radius-pill);
  padding: 10px 22px;
  display: flex; flex-direction: column; align-items: center; gap: 1px;
  font-family: var(--font-sans);
  color: var(--navy-600);
  transition: background var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);
}
.pd-locswitch__btn b {
  font-family: var(--font-accent);
  font-weight: 800; font-size: 15px; letter-spacing: 0.03em;
  text-transform: uppercase; line-height: 1;
}
.pd-locswitch__btn span {
  font-size: 11.5px; font-weight: 600; color: var(--navy-400);
  letter-spacing: 0.01em;
}
.pd-locswitch__btn:hover { background: rgba(255,255,255,0.7); }
.pd-locswitch__btn[aria-pressed="true"] { background: var(--pink-500); color: #fff; }
.pd-locswitch__btn[aria-pressed="true"] span { color: rgba(255,255,255,0.82); }

/* ══════════════════════════════════════════════════════════════
   MAIN WRAPPER + DIRECTION CONTAINERS
   ══════════════════════════════════════════════════════════════ */
.pd { margin: 0 auto; padding: clamp(20px, 3vw, 36px) 24px clamp(40px, 6vw, 72px); }
.pd[data-dir="a"] { max-width: 880px; }
.pd[data-dir="b"] { max-width: 1200px; }
.pd[data-dir="c"] { max-width: 1260px; }

.pd-layout { display: block; }
.pd[data-dir="c"] .pd-layout {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  gap: clamp(24px, 3vw, 44px);
  align-items: start;
}
.pd-main { min-width: 0; }

/* ══════════════════════════════════════════════════════════════
   ASSESSMENT-FIRST INTRO — "see an IBCLC before a frenectomy".
   Pink-edged emphasis card; the release providers sit at the page bottom.
   ══════════════════════════════════════════════════════════════ */
.pd-startfirst {
  background: var(--card-lift-bg);
  -webkit-backdrop-filter: var(--card-lift-blur); backdrop-filter: var(--card-lift-blur);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-left: 4px solid var(--pink-500);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card-lift);
  padding: clamp(24px, 3vw, 36px);
  margin-bottom: clamp(20px, 2.6vw, 30px);
}
.pd-startfirst__title {
  font-family: var(--font-display);
  font-weight: 800; font-size: clamp(21px, 2.2vw, 28px);
  line-height: 1.16; letter-spacing: -0.018em;
  color: var(--navy-700); margin: 4px 0 10px; text-wrap: balance;
}
.pd-startfirst__body {
  margin: 0; max-width: 66ch;
  font-size: clamp(15px, 1.05vw, 16.5px); line-height: 1.62; color: var(--navy-600);
  text-wrap: pretty;
}
.pd-startfirst__cta { margin-top: clamp(16px, 2vw, 22px); }

/* ══════════════════════════════════════════════════════════════
   TRUST CALLOUT — how we vet / no referral fees
   ══════════════════════════════════════════════════════════════ */
.pd-trust {
  background: var(--card-lift-bg);
  -webkit-backdrop-filter: var(--card-lift-blur); backdrop-filter: var(--card-lift-blur);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card-lift);
  padding: clamp(24px, 3vw, 36px);
  margin-bottom: clamp(26px, 3.4vw, 40px);
}
.pd-trust__title {
  font-family: var(--font-display);
  font-weight: 800; font-size: clamp(19px, 1.8vw, 24px);
  line-height: 1.2; letter-spacing: -0.015em;
  color: var(--navy-700);
  margin: 6px 0 8px;
}
.pd-trust__lead {
  margin: 0 0 18px; max-width: 64ch;
  font-size: clamp(15px, 1.05vw, 16.5px); line-height: 1.6; color: var(--navy-600);
  text-wrap: pretty;
}
.pd-trust__lead strong { color: var(--pink-700); font-weight: 700; }
.pd-trust__grid {
  display: grid; gap: 10px 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2x2 for the 4 criteria */
  margin: 0;
}
@media (max-width: 560px) { .pd-trust__grid { grid-template-columns: 1fr; } }
.pd-trust__item {
  position: relative; padding-left: 26px;
  font-size: 14.5px; line-height: 1.5; color: var(--navy-600);
}
.pd-trust__item::before {
  content: ""; position: absolute; left: 4px; top: 0.45em;
  width: 9px; height: 9px; background: var(--pink-400);
  border-radius: 2px; transform: rotate(45deg);
}
.pd-trust__order {
  margin: clamp(16px, 2vw, 22px) 0 0;
  padding-top: clamp(14px, 1.8vw, 18px);
  border-top: 1px solid rgba(62, 80, 104, 0.12);
  font-size: 13.5px; line-height: 1.5; font-style: italic;
  color: var(--navy-400);
}

/* ══════════════════════════════════════════════════════════════
   REFERRAL MAP (Leaflet + OpenStreetMap) — visible pins per type
   ══════════════════════════════════════════════════════════════ */
.pd-mapwrap { margin: 4px 0 20px; }
.pd-map {
  height: 340px; width: 100%;
  border-radius: 16px; overflow: hidden;
  border: 1px solid rgba(62, 80, 104, 0.12);
  background: #e9eef2;
}
@media (max-width: 640px) { .pd-map { height: 260px; } }
.pd-map .leaflet-container { font: inherit; background: #e9eef2; }
.pd-map .leaflet-control-attribution { font-size: 10px; }
.pd-pin svg { display: block; filter: drop-shadow(0 2px 3px rgba(31, 45, 64, 0.35)); }
.pd-pop b { font-family: var(--font-display, inherit); color: var(--navy-700); font-size: 13.5px; }
.pd-pop__pr, .pd-pop__ad, .pd-pop__c { display: block; font-size: 12px; line-height: 1.45; color: var(--navy-500); margin-top: 3px; }
.pd-pop__c { margin-top: 6px; }
.pd-pop__c a { color: var(--pink-700); text-decoration: none; font-weight: 600; }
.pd-pop__c a:hover { text-decoration: underline; }
.pd-map .leaflet-popup-content { margin: 10px 13px; }
.pd-maplegend {
  display: flex; flex-wrap: wrap; gap: 6px 18px;
  margin: 8px 2px 0;
  font-size: 12.5px; color: var(--navy-500);
}
.pd-maplegend__item { display: inline-flex; align-items: center; gap: 6px; }
.pd-maplegend__item svg { flex: none; }

/* ══════════════════════════════════════════════════════════════
   TOOLBAR (dir b) — sticky filter bar
   ══════════════════════════════════════════════════════════════ */
.pd-toolbar { display: none; }
.pd[data-dir="b"] .pd-toolbar {
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px;
  position: sticky; top: 86px; z-index: 20;
  margin-bottom: clamp(22px, 2.6vw, 30px);
  padding: 12px 14px;
  background: rgba(255, 253, 251, 0.86);
  -webkit-backdrop-filter: blur(12px) saturate(120%); backdrop-filter: blur(12px) saturate(120%);
  border: 1px solid rgba(62, 80, 104, 0.12);
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-md);
}
.pd-toolbar__cats { display: flex; flex-wrap: wrap; gap: 7px; min-width: 0; }
.pd-toolbar__search { margin-left: auto; }

/* category chip buttons (toolbar) */
.pd-cat {
  appearance: none; cursor: pointer;
  font-family: var(--font-sans); font-weight: 600; font-size: 13.5px;
  color: var(--navy-600);
  background: transparent;
  border: 1px solid rgba(62, 80, 104, 0.18);
  border-radius: var(--radius-pill);
  padding: 8px 15px;
  white-space: nowrap;
  transition: background var(--dur-fast), color var(--dur-fast), border-color var(--dur-fast);
}
.pd-cat:hover { border-color: var(--pink-300); color: var(--pink-600); }
.pd-cat[aria-pressed="true"] { background: var(--navy-500); border-color: var(--navy-500); color: #fff; }
.pd-cat__count { opacity: 0.6; font-weight: 700; font-size: 12px; margin-left: 5px; }

/* search field */
.pd-search {
  appearance: none;
  font-family: var(--font-sans); font-size: 14px; color: var(--navy-700);
  background: #fff;
  border: 1px solid rgba(62, 80, 104, 0.2);
  border-radius: var(--radius-pill);
  padding: 9px 16px; width: 210px; max-width: 100%;
}
.pd-search::placeholder { color: var(--navy-300); }
.pd-search:focus-visible { outline: 3px solid var(--pink-500); outline-offset: 2px; border-color: transparent; }

/* ══════════════════════════════════════════════════════════════
   SIDEBAR (dir c)
   ══════════════════════════════════════════════════════════════ */
.pd-sidebar { display: none; }
.pd[data-dir="c"] .pd-sidebar {
  display: block;
  position: sticky; top: 96px;
  align-self: start;
}
.pd-sidebar__label {
  font-family: var(--font-accent);
  font-weight: 700; font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--navy-400); margin: 0 0 10px 4px;
}
.pd-sidebar__nav { display: flex; flex-direction: column; gap: 3px; margin-bottom: 16px; }
.pd-navlink {
  appearance: none; cursor: pointer; text-align: left;
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  font-family: var(--font-sans); font-weight: 600; font-size: 14px;
  color: var(--navy-600);
  background: transparent; border: 0;
  border-radius: var(--radius-md);
  padding: 9px 13px;
  transition: background var(--dur-fast), color var(--dur-fast);
}
.pd-navlink:hover { background: rgba(255,255,255,0.65); color: var(--pink-600); }
.pd-navlink[aria-pressed="true"] { background: var(--pink-500); color: #fff; }
.pd-navlink__count {
  font-family: var(--font-accent); font-weight: 800; font-size: 12px;
  color: var(--navy-300);
}
.pd-navlink[aria-pressed="true"] .pd-navlink__count { color: rgba(255,255,255,0.75); }
.pd-sidebar .pd-search { width: 100%; }

/* ══════════════════════════════════════════════════════════════
   SECTIONS
   ══════════════════════════════════════════════════════════════ */
.pd-section { margin-bottom: clamp(20px, 2.6vw, 36px); }
.pd-section.is-hidden { display: none; }
.pd-section__head { margin-bottom: clamp(16px, 2vw, 22px); }
/* Small repeat of the assessment-first warning, directly above the frenectomy
   list (compact version of the page-top .pd-startfirst band). */
.pd-section__warn {
  margin: 0 0 clamp(14px, 1.8vw, 20px);
  padding: 11px 16px;
  background: var(--pink-50);
  border: 1px solid var(--pink-100);
  border-left: 3px solid var(--pink-500);
  border-radius: var(--radius-md);
  font-size: 14px; line-height: 1.5;
  color: var(--navy-600);
  text-wrap: pretty;
}
.pd-section__warn strong { color: var(--pink-700); font-weight: 700; }
.pd-section__eyebrow {
  font-family: var(--font-accent);
  font-weight: 700; font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--pink-600); margin: 0 0 8px;
  display: flex; align-items: center; gap: 9px;
}
.pd-section__eyebrow .pd-section__count {
  font-family: var(--font-sans); font-weight: 700; font-size: 11px;
  letter-spacing: 0.02em; color: var(--navy-400);
  background: rgba(62, 80, 104, 0.08);
  padding: 2px 9px; border-radius: var(--radius-pill);
}
.pd-section__title {
  font-family: var(--font-display);
  font-weight: 800; font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.12; letter-spacing: -0.02em;
  color: var(--navy-700); margin: 0;
  text-wrap: balance;
}
.pd-section__title small {
  display: block; font-family: var(--font-sans);
  font-weight: 600; font-size: 14px; letter-spacing: 0;
  color: var(--navy-400); margin-top: 5px;
}
.pd-section__blurb {
  margin: 10px 0 0; max-width: 64ch;
  font-size: clamp(15px, 1.05vw, 16.5px); line-height: 1.6; color: var(--navy-600);
  text-wrap: pretty;
}
.pd-section__note {
  margin: 12px 0 0; max-width: 64ch;
  font-size: 13.5px; line-height: 1.5; font-style: italic; color: var(--navy-400);
}

/* PBM section gets a soft accent treatment */
.pd-section--accent .pd-section__head {
  background: var(--sky-50);
  border: 1px solid var(--sky-200);
  border-radius: var(--radius-lg);
  padding: clamp(18px, 2.2vw, 26px);
  margin-bottom: clamp(14px, 1.8vw, 18px);
}
.pd-section--accent .pd-section__eyebrow { color: var(--sky-700); }

/* In-house team gets a pink-tinted header so "ours" reads as distinct from the
   alphabetical referral network below (it is not part of that list). */
.pd-section--inhouse .pd-section__head {
  background: var(--pink-50);
  border: 1px solid var(--pink-100);
  border-radius: var(--radius-lg);
  padding: clamp(18px, 2.2vw, 26px);
  margin-bottom: clamp(14px, 1.8vw, 18px);
}
.pd-section--inhouse .pd-section__eyebrow { color: var(--pink-600); }

/* ── card container layouts per direction ─────────────────────── */
.pd-cards { display: grid; gap: 14px; }
.pd[data-dir="a"] .pd-cards { grid-template-columns: 1fr; gap: 0; }
.pd[data-dir="b"] .pd-cards { grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); }
.pd[data-dir="c"] .pd-cards { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }

/* ══════════════════════════════════════════════════════════════
   PROVIDER CARD
   ══════════════════════════════════════════════════════════════ */
.pd-card {
  display: flex; flex-direction: column;
  background: var(--card-lift-bg);
  -webkit-backdrop-filter: var(--card-lift-blur); backdrop-filter: var(--card-lift-blur);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card-lift);
  padding: clamp(18px, 2vw, 22px);
}
.pd-card.is-hidden { display: none; }

.pd-card__head { display: flex; align-items: flex-start; gap: 10px; }
.pd-card__name {
  font-family: var(--font-display);
  font-weight: 700; font-size: clamp(17px, 1.3vw, 19px);
  line-height: 1.22; letter-spacing: -0.012em;
  color: var(--navy-700); margin: 0; flex: 1;
  text-wrap: balance;
}
.pd-card__badge {
  flex: none; margin-top: 2px;
  font-family: var(--font-accent);
  font-weight: 700; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase;
  color: #fff; background: var(--pink-500);
  padding: 4px 9px; border-radius: var(--radius-pill);
  white-space: nowrap;
}
.pd-card__practice {
  margin: 5px 0 0;
  font-size: 14.5px; line-height: 1.4; font-weight: 600; color: var(--navy-600);
}
.pd-card__practice .pd-card__sub { font-weight: 500; color: var(--navy-400); }
.pd-card__type {
  display: inline-block; margin: 9px 0 0;
  font-family: var(--font-accent);
  font-weight: 700; font-size: 10.5px; letter-spacing: 0.07em; text-transform: uppercase;
  color: var(--navy-500);
  background: rgba(62, 80, 104, 0.08);
  padding: 4px 10px; border-radius: var(--radius-pill);
}

.pd-chips { list-style: none; margin: 13px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.pd-chips li {
  position: relative;
  font-size: 12.5px; line-height: 1.3; font-weight: 600; color: var(--navy-600);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(62, 80, 104, 0.14);
  border-radius: var(--radius-md);
  padding: 5px 10px 5px 9px;
}
.pd-chips li.pd-chip--tool {
  color: var(--pink-700); background: var(--pink-50); border-color: var(--pink-100);
}

.pd-card__meta { margin-top: 13px; }
.pd-card__loc {
  margin: 0; font-size: 13.5px; line-height: 1.5; color: var(--navy-500);
}
.pd-card__loc b { font-weight: 700; color: var(--navy-700); }
.pd-card__note {
  margin: 10px 0 0;
  font-size: 12.5px; line-height: 1.45; font-style: italic; color: var(--navy-400);
}

.pd-card__contact {
  margin-top: 14px; padding-top: 13px;
  border-top: 1px solid rgba(62, 80, 104, 0.1);
  display: flex; flex-wrap: wrap; align-items: center; gap: 6px 16px;
}
.pd-card__contact a {
  text-decoration: none;
  font-weight: 700; font-size: 13.5px;
  color: var(--pink-600);
  transition: color var(--dur-fast);
}
.pd-card__contact a:hover { color: var(--pink-700); }
.pd-card__tel { font-variant-numeric: tabular-nums; }
.pd-card__web { display: inline-flex; align-items: center; gap: 4px; }
.pd-card__web::after { content: "\2197"; font-size: 12px; }
.pd-card__contact .pd-card__more { margin-left: auto; color: var(--navy-400); font-weight: 600; }

/* ── Direction A: cards become editorial list rows ────────────── */
.pd[data-dir="a"] .pd-card {
  background: transparent; -webkit-backdrop-filter: none; backdrop-filter: none;
  border: 0; border-radius: 0; box-shadow: none;
  border-bottom: 1px solid rgba(62, 80, 104, 0.13);
  padding: clamp(18px, 2vw, 22px) 0;
}
.pd[data-dir="a"] .pd-cards .pd-card:first-child { padding-top: 4px; }
.pd[data-dir="a"] .pd-cards .pd-card:last-child { border-bottom: 0; padding-bottom: 4px; }
.pd[data-dir="a"] .pd-card__contact { border-top: 0; padding-top: 8px; margin-top: 10px; }
@media (min-width: 720px) {
  .pd[data-dir="a"] .pd-card__head { align-items: baseline; }
}

/* ══════════════════════════════════════════════════════════════
   CTA — LIGHT closing card (Case A, light ending). The page fades into
   the navy footer via the canonical GLOBAL .footer-ombre-blend, enabled
   by the footer.css allowlist (body.page-providers). No page-scoped blend
   here (the old dark band + in-page blend clipped the buttons).
   ══════════════════════════════════════════════════════════════ */
.pd-cta {
  background: transparent;
  padding: clamp(20px, 3vw, 40px) 24px clamp(48px, 7vw, 80px);
}
.pd-cta__inner {
  max-width: 660px; margin: 0 auto; text-align: center;
  background: #fff;
  border-radius: var(--radius-xl);
  padding: clamp(30px, 4vw, 52px) clamp(24px, 4vw, 48px);
  box-shadow: 0 1px 3px rgba(31,45,64,.08), 0 26px 60px -20px rgba(31,45,64,.40);
}
.pd-cta .pd-eyebrow { color: var(--pink-600); }
.pd-cta__title {
  font-family: var(--font-display);
  font-weight: 800; font-size: clamp(25px, 3vw, 38px);
  line-height: 1.12; letter-spacing: -0.02em; color: var(--navy-700);
  margin: 6px 0 12px; text-wrap: balance;
}
.pd-cta__body { margin: 0 auto; max-width: 48ch; font-size: clamp(15px, 1.1vw, 17px); line-height: 1.62; color: var(--navy-600); }
.pd-cta__buttons {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
  margin-top: clamp(22px, 2.6vw, 30px);
}

/* ══════════════════════════════════════════════════════════════
   EXPLORATION SWITCHER (preview-only control)
   ══════════════════════════════════════════════════════════════ */
.pd-explore {
  position: fixed; left: 50%; transform: translateX(-50%);
  bottom: 18px; z-index: 60;
  display: flex; align-items: center; gap: 4px;
  padding: 6px 6px 6px 16px;
  background: rgba(28, 36, 50, 0.92);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border-radius: var(--radius-pill);
  box-shadow: 0 10px 30px -8px rgba(16,21,31,0.5);
}
.pd-explore__label {
  font-family: var(--font-accent); font-weight: 700; font-size: 10.5px;
  letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.62);
  margin-right: 6px;
}
.pd-explore__btn {
  appearance: none; cursor: pointer; border: 0;
  font-family: var(--font-sans); font-weight: 600; font-size: 13px;
  color: rgba(255,255,255,0.82);
  background: transparent; border-radius: var(--radius-pill);
  padding: 7px 14px;
  transition: background var(--dur-fast), color var(--dur-fast);
}
.pd-explore__btn:hover { background: rgba(255,255,255,0.12); color: #fff; }
.pd-explore__btn.is-active { background: var(--pink-500); color: #fff; }
@media (max-width: 980px) { .pd-explore { bottom: 76px; } }

/* ══════════════════════════════════════════════════════════════
   Responsive
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 880px) {
  .pd[data-dir="c"] .pd-layout { grid-template-columns: 1fr; }
  .pd[data-dir="c"] .pd-sidebar { position: static; margin-bottom: 8px; }
  .pd[data-dir="c"] .pd-sidebar__nav { flex-direction: row; flex-wrap: wrap; }
  .pd[data-dir="c"] .pd-navlink { padding: 8px 13px; }
  .pd[data-dir="b"] .pd-toolbar { position: static; border-radius: var(--radius-xl); }
  .pd[data-dir="b"] .pd-toolbar__search { margin-left: 0; width: 100%; }
  .pd[data-dir="b"] .pd-search { width: 100%; }
}
@media (max-width: 560px) {
  .pd-locswitch { width: 100%; }
  .pd-locswitch__btn { flex: 1; padding: 10px 12px; }
}
