.elementor-28866 .elementor-element.elementor-element-65cae5a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c5feb4e */<style>
.pl-locations-section,
.pl-locations-section * {
  box-sizing: border-box;
}

.pl-locations-section {
  background: #0a0a0a;
  color: #ffffff;
  padding: 42px 14px;
  overflow: hidden;
}

.pl-locations-wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 22px;
}

.pl-locations-header {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.pl-eyebrow,
.pl-kicker {
  margin: 0 0 8px;
  color: #ffd400;
  font-size: 9px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pl-locations-header h2,
.pl-location-copy h3,
.pl-help-panel h3,
.pl-service-area-top h4 {
  font-family: "Arial Black", Impact, sans-serif;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  margin: 0;
  line-height: 0.94;
}

.pl-locations-header h2 {
  font-size: clamp(34px, 8vw, 58px);
  margin-bottom: 12px;
}

.pl-locations-header h2 span {
  color: #ffd400;
}

.pl-locations-header p,
.pl-location-copy p,
.pl-help-panel p,
.pl-service-area-top p {
  font-size: 14px;
  line-height: 1.55;
  color: #e8e8e8;
  margin: 0;
}

.pl-location-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  background: #1a1a1a;
  border: 2px solid #ffd400;
  padding: 22px 16px;
}

.pl-location-copy h3 {
  font-size: clamp(30px, 8vw, 48px);
  margin-bottom: 12px;
}

.pl-cta-row,
.pl-help-buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 18px;
}

.pl-btn {
  display: block;
  width: 100%;
  padding: 12px 12px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
}

.pl-btn-yellow {
  background: #ffd400;
  color: #0a0a0a !important;
  border: 2px solid #ffd400;
}

.pl-btn-outline {
  background: transparent;
  color: #ffffff !important;
  border: 2px solid #ffffff;
}

.pl-btn-dark {
  background: #0a0a0a;
  color: #ffd400 !important;
  border: 2px solid #0a0a0a;
}

.pl-service-area-card {
  background: #ffffff;
  color: #0a0a0a;
  padding: 16px;
  border: 2px solid #ffffff;
  display: grid;
  gap: 14px;
}

.pl-service-area-top h4 {
  font-size: clamp(24px, 6vw, 36px);
  margin-bottom: 8px;
}

.pl-service-area-top p {
  color: #333333;
}

.pl-service-area-top .pl-kicker {
  color: #d6aa00;
}

.pl-store-chip-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.pl-store-chip-grid span {
  background: #ffd400;
  color: #0a0a0a;
  border: 2px solid #0a0a0a;
  padding: 9px 8px;
  text-align: center;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.pl-map-card {
  background: #ffffff;
  border: 2px solid #0a0a0a;
  min-height: 180px;
  overflow: hidden;
}

.pl-map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 180px;
  display: block;
}

.pl-store-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.pl-store-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 12px;
  align-items: center;
  background: #ffffff;
  color: #0a0a0a;
  border: 2px solid #0a0a0a;
  padding: 10px;
  text-decoration: none;
}

.pl-store-card img {
  width: 96px;
  height: 112px;
  object-fit: cover;
  display: block;
  box-shadow: none !important;
}

.pl-store-card h4 {
  font-family: "Arial Black", Impact, sans-serif;
  font-style: italic;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 0.95;
  margin: 0 0 7px;
}

.pl-store-card p {
  margin: 0 0 7px;
  color: #333333;
  font-size: 12px;
  line-height: 1.4;
}

.pl-store-card span {
  display: inline-block;
  color: #0a0a0a;
  font-weight: 900;
  font-size: 12.5px;
}

.pl-help-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  background: #ffd400;
  color: #0a0a0a;
  padding: 22px 16px;
}

.pl-help-panel .pl-kicker,
.pl-help-panel p {
  color: #0a0a0a;
}

.pl-help-panel h3 {
  font-size: clamp(30px, 8vw, 46px);
  margin-bottom: 12px;
}

@media (min-width: 700px) {
  .pl-locations-section {
    padding: 56px 22px;
  }

  .pl-location-hero {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    padding: 28px 24px;
  }

  .pl-cta-row,
  .pl-help-buttons {
    grid-template-columns: repeat(2, max-content);
  }

  .pl-btn {
    display: inline-block;
    width: auto;
    min-width: 128px;
    padding: 12px 18px;
  }

  .pl-store-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pl-help-panel {
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 28px 24px;
  }
}

@media (min-width: 1024px) {
  .pl-locations-section {
    padding: 64px 28px;
  }

  .pl-locations-header h2 {
    font-size: clamp(48px, 5vw, 68px);
  }

  .pl-locations-header p,
  .pl-location-copy p,
  .pl-help-panel p,
  .pl-service-area-top p {
    font-size: 15px;
  }

  .pl-location-copy h3,
  .pl-help-panel h3 {
    font-size: clamp(38px, 3.8vw, 56px);
  }

  .pl-map-card,
  .pl-map-card iframe {
    min-height: 220px;
  }

  .pl-store-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .pl-store-card {
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: center;
    padding: 14px;
  }

  .pl-store-card img {
    width: 100%;
    height: 210px;
  }
}
</style>/* End custom CSS */