/* Every selector is scoped to .oll-dd to protect the active WordPress theme. */
.oll-dd {
  --oll-dd-navy: #102b42;
  --oll-dd-teal: #087f7b;
  --oll-dd-teal-dark: #04645f;
  --oll-dd-mint: #e8f7f4;
  --oll-dd-ice: #f4faf9;
  --oll-dd-ink: #173044;
  --oll-dd-muted: #647683;
  --oll-dd-line: #d8e7e5;
  display: block;
  width: 100%;
  min-width: 0;
  padding: clamp(24px, 4vw, 64px) clamp(14px, 3vw, 48px) 72px;
  overflow: clip;
  background: radial-gradient(circle at 8% 0%, rgba(8, 127, 123, .12), transparent 28rem), linear-gradient(180deg, #f8fcfb 0, #fff 32rem);
  color: var(--oll-dd-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.oll-dd,
.oll-dd * { box-sizing: border-box; }
.oll-dd button,
.oll-dd input,
.oll-dd select { font: inherit; }
.oll-dd [hidden] { display: none !important; }
.oll-dd__shell { width: 100%; max-width: 1600px; margin: 0 auto; }

.oll-dd__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 30px;
}
.oll-dd__eyebrow {
  margin: 0 0 12px !important;
  color: var(--oll-dd-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.oll-dd__header h2 {
  max-width: 780px;
  margin: 0 !important;
  color: var(--oll-dd-navy);
  font-family: inherit;
  font-size: clamp(34px, 5vw, 66px);
  font-weight: 780;
  line-height: 1.02;
  letter-spacing: -.045em;
  text-transform: none;
}
.oll-dd__intro {
  max-width: 680px;
  margin: 18px 0 0 !important;
  color: var(--oll-dd-muted);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.65;
}
.oll-dd__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-width: 270px;
  overflow: hidden;
  border: 1px solid rgba(8, 127, 123, .18);
  border-radius: 20px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 16px 45px rgba(16, 43, 66, .07);
  backdrop-filter: blur(10px);
}
.oll-dd__stats span { padding: 18px 20px; color: var(--oll-dd-muted); font-size: 13px; text-align: center; }
.oll-dd__stats span + span { border-left: 1px solid var(--oll-dd-line); }
.oll-dd__stats strong { display: block; margin-bottom: 3px; color: var(--oll-dd-navy); font-size: 24px; line-height: 1.1; }

.oll-dd__filter-panel {
  position: sticky;
  top: 12px;
  z-index: 20;
  margin-bottom: 28px;
  padding: 16px;
  border: 1px solid rgba(8, 127, 123, .18);
  border-radius: 22px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 55px rgba(16, 43, 66, .09);
  backdrop-filter: blur(16px);
}
.admin-bar .oll-dd__filter-panel { top: 44px; }
.oll-dd__filter-title { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 12px; color: var(--oll-dd-navy); font-size: 13px; font-weight: 750; }
.oll-dd__clear { padding: 4px 6px; border: 0; background: transparent; color: var(--oll-dd-teal-dark); cursor: pointer; font-size: 12px; font-weight: 750; }
.oll-dd__filters { display: grid; grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(180px, .7fr)); gap: 10px; }
.oll-dd__filters label { min-width: 0; margin: 0; }
.oll-dd__search { position: relative; display: block; }
.oll-dd__search > span:not(.oll-dd__sr-only) { position: absolute; top: 50%; left: 15px; z-index: 1; color: var(--oll-dd-teal); font-size: 24px; transform: translateY(-56%); pointer-events: none; }
.oll-dd__filters input,
.oll-dd__filters select {
  display: block;
  width: 100%;
  height: 50px;
  min-height: 50px;
  margin: 0;
  border: 1px solid var(--oll-dd-line);
  border-radius: 13px;
  outline: 0;
  background-color: var(--oll-dd-ice);
  box-shadow: none;
  color: var(--oll-dd-ink);
  font-size: 14px;
  line-height: normal;
}
.oll-dd__filters input { padding: 0 14px 0 44px; }
.oll-dd__filters select { padding: 0 38px 0 14px; cursor: pointer; }
.oll-dd__filters input:focus,
.oll-dd__filters select:focus { border-color: var(--oll-dd-teal); box-shadow: 0 0 0 3px rgba(8, 127, 123, .12); }

.oll-dd__results { scroll-margin-top: 124px; }
.oll-dd__results-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; color: var(--oll-dd-muted); font-size: 13px; }
.oll-dd__results-head strong { color: var(--oll-dd-navy); font-size: 21px; }
.oll-dd__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }

.oll-dd__card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 440px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--oll-dd-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(16, 43, 66, .055);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.oll-dd__card::before { position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--oll-dd-teal), #53bcae); content: ""; }
.oll-dd__card:hover { border-color: rgba(8, 127, 123, .42); box-shadow: 0 20px 48px rgba(16, 43, 66, .12); transform: translateY(-3px); }
.oll-dd__card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding: 20px 20px 0; }
.oll-dd__avatar {
  display: block;
  width: 78px;
  height: 78px;
  flex: 0 0 78px;
  object-fit: cover;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 20px;
  background: var(--oll-dd-mint);
  box-shadow: 0 0 0 1px var(--oll-dd-line), 0 10px 22px rgba(8, 127, 123, .12);
}
.oll-dd__specialty { padding: 6px 10px; border: 1px solid #cbe9e4; border-radius: 999px; background: var(--oll-dd-mint); color: var(--oll-dd-teal-dark); font-size: 10px; font-weight: 800; letter-spacing: .045em; line-height: 1.35; text-align: center; text-transform: uppercase; }
.oll-dd__identity { padding: 16px 20px 14px; border-bottom: 1px solid #edf3f2; }
.oll-dd__identity h3 { margin: 0 !important; color: var(--oll-dd-navy); font-family: inherit; font-size: 18px; font-weight: 780; line-height: 1.25; letter-spacing: -.02em; text-transform: none; }
.oll-dd__identity p { margin: 6px 0 0 !important; color: var(--oll-dd-teal-dark); font-size: 12px; font-weight: 750; }
.oll-dd__details { display: grid; gap: 12px; padding: 16px 20px; }
.oll-dd__details p { display: flex; gap: 10px; margin: 0 !important; color: var(--oll-dd-muted); font-size: 12.5px; line-height: 1.48; }
.oll-dd__details b { flex: 0 0 16px; color: var(--oll-dd-teal); font-size: 16px; font-weight: 700; }
.oll-dd__details span { min-width: 0; overflow-wrap: anywhere; }
.oll-dd__details strong { display: block; margin-bottom: 2px; color: var(--oll-dd-ink); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.oll-dd__card-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding: 14px 20px 18px; }
.oll-dd__card-footer small { color: #8a9aa5; font-size: 10px; }
.oll-dd__call { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 9px 13px; border-radius: 11px; background: var(--oll-dd-teal); box-shadow: none; color: #fff !important; font-size: 12px; font-weight: 750; line-height: 1.4; text-decoration: none !important; }
.oll-dd__call:hover { background: var(--oll-dd-teal-dark); color: #fff; }
.oll-dd__no-phone { color: #8a9aa5; font-size: 11px; }

.oll-dd__pagination { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 32px; }
.oll-dd__pagination button { min-width: 38px; height: 38px; min-height: 38px; margin: 0; padding: 0 11px; border: 1px solid var(--oll-dd-line); border-radius: 10px; background: #fff; box-shadow: none; color: var(--oll-dd-ink); cursor: pointer; font-size: 13px; line-height: 1; text-transform: none; }
.oll-dd__pagination button:hover:not(:disabled),
.oll-dd__pagination button.is-active { border-color: var(--oll-dd-teal); background: var(--oll-dd-teal); color: #fff; }
.oll-dd__pagination button:disabled { cursor: not-allowed; opacity: .35; }
.oll-dd__pages { display: flex; align-items: center; gap: 5px; }
.oll-dd__pages span { padding: 0 4px; color: var(--oll-dd-muted); }
.oll-dd__empty { padding: 70px 20px; border: 1px dashed #bcd8d4; border-radius: 22px; background: var(--oll-dd-ice); text-align: center; }
.oll-dd__empty strong { color: var(--oll-dd-navy); font-size: 22px; }
.oll-dd__empty p { margin: 8px 0 18px !important; color: var(--oll-dd-muted); }
.oll-dd__empty button { border: 0; border-radius: 10px; background: var(--oll-dd-teal); color: #fff; cursor: pointer; padding: 10px 15px; font-weight: 700; }
.oll-dd__sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

@media (max-width: 1240px) {
  .oll-dd__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .oll-dd__filters { grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(155px, .7fr)); }
}
@media (max-width: 980px) {
  .oll-dd__header { align-items: flex-start; flex-direction: column; }
  .oll-dd__stats { min-width: 260px; }
  .oll-dd__filters { grid-template-columns: 1fr 1fr; }
  .oll-dd__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 782px) {
  .admin-bar .oll-dd__filter-panel { top: 58px; }
}
@media (max-width: 640px) {
  .oll-dd { padding: 24px 12px 48px; }
  .oll-dd__header { gap: 20px; margin-bottom: 22px; }
  .oll-dd__stats { width: 100%; min-width: 0; }
  .oll-dd__filter-panel { position: static; padding: 12px; border-radius: 17px; }
  .oll-dd__filters,
  .oll-dd__grid { grid-template-columns: 1fr; }
  .oll-dd__results-head { align-items: flex-start; flex-direction: column; gap: 4px; }
  .oll-dd__pagination { flex-wrap: wrap; }
  .oll-dd__card { min-height: 405px; }
}
@media (prefers-reduced-motion: reduce) {
  .oll-dd__card { transition: none; }
  .oll-dd__card:hover { transform: none; }
}
