/* Shared, responsive Google Business Profile map for contact/franchise pages. */
.faq-section {
  margin-bottom: 0;
}

.pc-location-section {
  width: 100%;
  margin: 0;
  padding: 58px 20px 68px;
  background: #f7f7f7;
}

.pc-location-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.pc-location-heading {
  max-width: 760px;
  margin: 0 auto 26px;
  text-align: center;
}

.pc-location-eyebrow {
  display: inline-block;
  margin: 0 0 7px;
  color: #e40000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pc-location-title {
  margin: 0 0 10px;
  color: #202020;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.2;
}

.pc-location-address {
  margin: 0;
  color: #555;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

.pc-location-address i {
  margin-right: 7px;
  color: #e40000;
}

.pc-location-card {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  background: #e9e9e9;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 16px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.13);
}

.pc-location-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
}

@media (max-width: 767.98px) {
  .pc-location-section {
    padding: 42px 15px 50px;
  }

  .pc-location-heading {
    margin-bottom: 20px;
  }

  .pc-location-eyebrow {
    font-size: 11px;
  }

  .pc-location-title {
    font-size: 26px;
  }

  .pc-location-address {
    font-size: 13px;
    line-height: 1.6;
  }

  .pc-location-card {
    height: 340px;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  }
}

@media (max-width: 479.98px) {
  .pc-location-card {
    height: 300px;
  }
}
