.pdl-locator {
  --pdl-color-blue: #254f5f;
  --pdl-color-blue-dark: #173f4d;
  --pdl-color-gold: #c7a155;
  --pdl-color-gold-dark: #b78f43;
  --pdl-color-text: #294856;
  --pdl-color-muted: #6d7f87;
  --pdl-color-border: #d8dde0;
  --pdl-color-bg: #ffffff;
  --pdl-color-soft-bg: #f5f7f7;
  --pdl-color-card: #ffffff;
  --pdl-shadow-soft: 0 12px 30px rgba(23, 63, 77, 0.08);
  --pdl-shadow-card: 0 10px 24px rgba(23, 63, 77, 0.07);
  --pdl-radius-xl: 20px;
  --pdl-radius-lg: 16px;
  --pdl-radius-md: 12px;
  --pdl-radius-pill: 999px;
  width: 100%;
  color: var(--pdl-color-text);
  font-family: inherit;
}

.pdl-single-shell {
  padding-top: 0 !important;
}

.pdl-single-header {
  position: relative;
  padding-top: 5% !important;
  padding-bottom: 5%;
  margin-bottom: 34px;
}

.pdl-single-header .row-bg-wrap,
.pdl-single-header .inner-wrap,
.pdl-single-header .row-bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.pdl-single-header .row-bg-wrap {
  margin-left: -50vw;
  margin-left: calc(-50vw + var(--scroll-bar-w) / 2);
  left: 50%;
  width: 100vw;
  width: calc(100vw - var(--scroll-bar-w));
  height: 100%;
}

.pdl-single-header .row-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  border-bottom-left-radius: 100px;
}

.pdl-single-header__content {
  position: relative;
  z-index: 1;
}

.pdl-single-badge {
  display: inline-flex;
  padding: 0;
  color: #bc9b5f;
  font-size: 25px !important;
  font-weight: 700 !important;
  margin-bottom: 12px;
}

.pdl-single-title {
  margin: 0 0 10px;
  color: #FFF;
}

.pdl-single-subtitle {
  margin: 0 0 10px;
  color: #FFF;
}

.pdl-single-address {
  margin: 0;
  color: var(--pdl-color-muted);
}

.pdl-single-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.9fr);
  gap: 32px;
  align-items: start;
}

.pdl-single-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--pdl-radius-lg);
  margin-bottom: 24px;
}

.pdl-single-card,
.pdl-single-extra,
.pdl-single-content {
  background: #fff;
  border-radius: var(--pdl-radius-lg);
  box-shadow: var(--pdl-shadow-soft);
  padding: 24px;
}

.pdl-single-content {
  margin-bottom: 24px;
}

.pdl-single-extra {
  display: grid;
  gap: 20px;
}

.pdl-single-card {
  margin-bottom: 20px;
}

.pdl-single-extra .pdl-single-card {
  margin-bottom: 0;
  border-radius: 37px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
}

.pdl-single-card h2,
.pdl-single-block h2 {
  margin: 0 0 12px;
  color: var(--pdl-color-blue);
  font-size: 20px !important;
}

.pdl-single-info-box {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 28px 30px;
}

.pdl-single-info-box__icon {
  min-height: 100%;
  display: inline-flex;
  align-items: start;
  justify-content: center;
}

.pdl-single-info-box__body h2 {
  margin-bottom: 20px;
  line-height: 1;
}

.pdl-single-info-box__text {
  margin: 0;
  padding-bottom: 0;
  color: var(--pdl-color-muted);
  line-height: 1.5;
}

.pdl-single-info-box__text a,
.pdl-single-contact-item a {
  color: var(--pdl-color-muted);
  text-decoration: none;
}

.pdl-single-contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
}

.pdl-single-contact-item {
  display: inline-flex;
  align-items: center;
  color: var(--pdl-color-muted);
}

.pdl-single-nearby-wrap--hidden {
  display: none;
}

.pdl-single-disclaimer {
  margin: 4px 0 0;
  color: var(--pdl-color-muted);
  font-size: 13px !important;
  line-height: 1.6;
}

.pdl-locator--single .pdl-main-grid {
  grid-template-columns: 1fr;
  gap: 0;
}

.pdl-locator--single .pdl-map,
.pdl-locator--single .pdl-map-placeholder,
.pdl-locator--single .pdl-map-canvas {
  min-height: 360px;
}

.pdl-locator,
.pdl-locator *,
.pdl-locator *::before,
.pdl-locator *::after {
  box-sizing: border-box;
}

.pdl-loader {
  padding: 18px 20px;
  border-radius: var(--pdl-radius-lg);
  background: var(--pdl-color-soft-bg);
  color: var(--pdl-color-muted);
}

.pdl-app {
  min-height: 420px;
}

.pdl-topbar {
  margin-bottom: 42px;
}

.pdl-search-wrap {
  position: relative;
  margin-bottom: 22px;
}

.pdl-search-input {
  width: 100%;
  height: 58px;
  border: 1px solid rgba(216, 221, 224, 0.9);
  border-radius: 100px !important;
  background: #f7f8f8;
  color: var(--pdl-color-text);
  font-size: 16px !important;
  padding: 0 64px 0 28px;
  box-shadow: 0 8px 22px rgba(23, 63, 77, 0.06) inset, 0 8px 20px rgba(23, 63, 77, 0.04);
}

.pdl-search-button {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: 0;
  background: transparent;
  color: var(--pdl-color-blue);
  cursor: pointer;
  font-size: 30px !important;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pdl-filters-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pdl-select {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: var(--pdl-radius-pill);
  background: #fff;
  color: var(--pdl-color-muted);
  padding: 0 48px 0 24px;
  appearance: none;
  box-shadow: var(--pdl-shadow-soft);
}

.pdl-main-grid {
  display: grid;
  grid-template-columns: 334px minmax(0, 1fr);
  gap: 50px;
  align-items: stretch;
}

.pdl-results-panel {
  min-width: 0;
  max-height: 640px;
}

.pdl-results-title {
  margin: 0;
  color: var(--pdl-color-muted);
  font-size: 15px !important;
}

.pdl-results-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-height: 590px;
  overflow-y: auto;
  padding-right: 18px;
}

.pdl-selected-dealer {
  margin-bottom: 18px;
}

.pdl-results-panel.has-selection .pdl-results-title,
.pdl-results-panel.has-selection .pdl-results-list {
  display: none !important;
}

.pdl-selected-dealer__label {
  margin: 0 0 10px;
  color: var(--pdl-color-blue);
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pdl-card--selected {
  border-color: rgba(37, 79, 95, 0.3);
  box-shadow: 0 16px 34px rgba(23, 63, 77, 0.12);
}

.pdl-card {
  background: var(--pdl-color-card);
  border-radius: var(--pdl-radius-md);
  box-shadow: var(--pdl-shadow-card);
  padding: 20px;
  border: 1px solid rgba(216, 221, 224, 0.25);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  cursor: pointer;
}

.pdl-card.is-active,
.pdl-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(23, 63, 77, 0.12);
}

.pdl-card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--pdl-color-blue);
  font-size: 17px !important;
  font-weight: 700 !important;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(41, 76, 90, 0.43);
}

.pdl-card-title-icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pdl-card-meta {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: #5e727b;
  font-size: 13px !important;
  line-height: 1.4;
}

.pdl-card-meta--phone {
  align-items: center;
}

.pdl-card-meta a {
  color: #5e727b;
  text-decoration: none;
}

.pdl-meta-icon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-top: 1px;
}

.pdl-card-meta--phone .pdl-meta-icon {
  margin-top: 0;
}

.pdl-card-cta {
  display: inline-flex;
  width: 100%;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: var(--pdl-radius-pill);
  background: var(--pdl-color-gold);
  color: #fff;
  text-decoration: none;
  font-size: 15px !important;
  font-weight: 700 !important;
  box-shadow: 0 8px 14px rgba(199, 161, 85, 0.24);
}

.pdl-map {
  height: 640px;
  min-height: 640px;
  border-radius: 16px;
  background: linear-gradient(180deg, #e8eded 0%, #dde5e7 100%);
  box-shadow: 0 12px 28px rgba(23, 63, 77, 0.08);
  overflow: hidden;
  position: relative;
}

.pdl-map-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 640px;
  color: var(--pdl-color-muted);
  padding: 24px;
  text-align: center;
}

.pdl-map-canvas {
  width: 100%;
  height: 640px;
  min-height: 640px;
}

.pdl-map-status {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--pdl-color-muted);
  font-size: 12px !important;
  box-shadow: var(--pdl-shadow-soft);
}

.pdl-map-status.is-error {
  color: #7d2d2d;
}

.pdl-footer-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  margin-top: 34px;
}

.pdl-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.pdl-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #526b76;
  font-size: 13px !important;
}

.pdl-type-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.pdl-type-icon--star {
  width: 18px;
  height: 18px;
}

.pdl-type-icon--dot {
  width: 14px;
  height: 14px;
}

.pdl-legal-note {
  margin: 0;
  max-width: 520px;
  color: #526b76;
  font-size: 12px !important;
  line-height: 1.35;
}

.pdl-empty-state {
  padding: 24px;
  border-radius: var(--pdl-radius-md);
  background: var(--pdl-color-soft-bg);
}

.pdl-nearby-list {
  display: grid;
  gap: 14px;
}

.pdl-nearby-item {
  padding: 14px 0 0;
  border-top: 1px solid rgba(41, 72, 86, 0.12);
}

.pdl-nearby-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.pdl-nearby-item h3 {
  margin: 0 0 6px;
  font-size: 16px !important;
}

.pdl-nearby-item h3 a {
  color: var(--pdl-color-blue);
  text-decoration: none;
}

.pdl-nearby-item p,
.pdl-nearby-item span {
  margin: 0;
  color: var(--pdl-color-muted);
  font-size: 13px !important;
}

.pdl-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.pdl-contact-row + .pdl-contact-row {
  margin-top: 12px;
}

.pdl-contact-label {
  min-width: 80px;
  color: var(--pdl-color-blue);
  font-weight: 700;
}

.pdl-info-svg {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  margin-top: 0;
}

.pdl-single-info-box__body .pdl-hours-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  column-gap: 32px;
  gap: 0 40px;
}

.pdl-map-modal .pdl-hours-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: none;
  grid-auto-flow: row;
  column-gap: 0;
  gap: 0;
}

.pdl-hours-row {
  display: grid;
  grid-template-columns: minmax(52px, 72px) minmax(0, 1fr);
  gap: 10px;
  padding: 0;
  margin-bottom: 10px;
}

.pdl-hours-row:first-child {
  border-top: 0;
  padding-top: 0;
}

.pdl-hours-row.is-today .pdl-hours-day {
  font-weight: 700 !important;
  text-decoration: none;
}

.pdl-hours-row.is-today .pdl-hours-time {
  font-weight: 700 !important;
}

.pdl-hours-row:not(.is-today) .pdl-hours-time,
.pdl-hours-row.is-today .pdl-hours-time {
  text-decoration: none;
}

.pdl-hours-day {
  color: var(--pdl-color-blue);
}

.pdl-hours-time {
  color: var(--pdl-color-muted);
}

.pdl-map-modal {
  position: relative;
  min-width: 260px;
  max-width: 320px;
  padding: 0 2px 2px;
}

.pdl-map-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: var(--pdl-color-blue);
  font-size: 22px !important;
  line-height: 1;
  cursor: pointer;
}

.pdl-map-modal__title {
  margin: 0 28px 8px 0;
  color: var(--pdl-color-blue);
  font-size: 18px !important;
  font-weight: 700 !important;
}

.pdl-map-modal__meta {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  color: #294c59;
  font-size: 14px !important;
  line-height: 1.4;
}

.pdl-map-modal__meta a {
  color: var(--pdl-color-muted);
  text-decoration: none;
}

.pdl-map-modal__hours {
  margin-top: 14px;
}

.pdl-map-modal__hours h4 {
  margin: 0 0 8px;
  color: var(--pdl-color-blue);
  font-size: 14px !important;
}

.pdl-map .gm-ui-hover-effect {
  display: none !important;
}

@media (max-width: 999px) {
  .pdl-single-grid,
  .pdl-filters-grid,
  .pdl-main-grid,
  .pdl-footer-row {
    grid-template-columns: 1fr;
  }

  .pdl-map,
  .pdl-map-placeholder {
    min-height: 420px;
  }

  .pdl-map-canvas {
    min-height: 420px;
  }

  .pdl-single-info-box {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pdl-single-info-box__icon {
    min-height: auto;
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .pdl-filters-grid {
    gap: 12px;
  }

  .pdl-single-extra .pdl-single-card,
  .pdl-single-content {
    padding: 22px;
  }

  .pdl-single-info-box__body .pdl-hours-list {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
    column-gap: 0;
  }

  .pdl-hours-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
