body.single-location .custom-post-wpr {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

body.single-location .custom-post-ctr {
  padding: 10px 0;
  width: 100%;
  max-width: 1050px;
}

body.single-location .post-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 30px;
  padding: 40px 0;
  width: 80%;
}

@media (max-width: 768px) {
  body.single-location .post-content {
    grid-template-columns: 1fr;
  }
}

body.single-location .post-content p {
  display: flex;
  font-family: "Roboto", sans-serif;
}

body.single-location .post-content div {
    color: white;
    font-family: "Roboto", sans-serif;
}

body.single-location .post-content strong {
  text-transform: uppercase;
  padding-right: 10px;
}

body.single-location .info-banner p {
  text-transform: uppercase;
  font-weight: 500;
  color: white;
  background: #404040;
  display: inline-block;
  padding: 3px 13px;
  margin: 0;
}

body.single-location .info-banner {
  border-bottom: 2px solid #404040;
  display: flex;
}

body.single-location .custom-post-ctr .top-btns-flex a {
  background: #f1f1f1;
  padding: 10px 25px;
  border-radius: 10px;
  color: #404040;
}

body.single-location .custom-post-ctr .top-btns-flex a:hover {
  opacity: 0.8;
}

body.single-location .custom-post-item iframe {
  width: 100%;
  height: 350px;
  border: 0;
  margin-top: 20px;
}

body.single-location .top-btns-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Mobile responsive adjustments */
@media screen and (max-width: 768px) {
  body.single-location .custom-post-wpr {
    padding: 15px;
  }

  body.single-location .custom-post-ctr {
    width: 100%;
  }

  body.single-location .custom-post-item iframe {
    height: 250px;
  }
  body.single-location .post-content {
    width: 100%;
  }
}

.breadcrumbs {
  margin: 0.5rem 0 1rem;
  font-size: 0.75rem;
  color: #666;
}
.breadcrumbs a {
  color: #222;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}


.related-dealers h2 {
  font-size: 1.25rem;
}

.related-dealers h3 {
  font-size: 0.875rem;
}

.related-dealers ul,
.related-dealers h2,
.related-dealers h3 {
  margin: 0;
}

section.related-dealers-ctr {
  display: flex;
  padding-top: 50px;
  justify-content: space-between;
}
