/* Recovery styles for static-exported Elementor single posts whose optimized
   LiteSpeed page CSS was not included in the export. */
.elementor-location-single {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100%;
  background: #fff;
  color: #111;
}

.elementor-location-single .e-con-inner {
  width: min(100% - 32px, 980px);
  margin: 0 auto;
}

.elementor-location-single .elementor-widget-theme-post-featured-image img {
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 48px auto 28px;
  border-radius: 8px;
}

.elementor-location-single .elementor-post-info,
.elementor-location-single #breadcrumbs {
  width: min(100%, 900px);
  margin: 0 auto 16px;
  color: #666;
  font-size: 14px;
}

.elementor-location-single .elementor-heading-title {
  width: min(100%, 900px);
  margin: 0 auto 26px;
  color: #111;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.1;
  font-weight: 700;
}

.elementor-location-single .elementor-widget-theme-post-content .elementor-widget-container {
  width: min(100%, 900px);
  margin: 0 auto 56px;
  color: #222;
  font-size: 18px;
  line-height: 1.75;
}

.elementor-location-single .elementor-widget-theme-post-content p,
.elementor-location-single .elementor-widget-theme-post-content ul {
  margin: 0 0 1.2em;
}

.elementor-location-single .elementor-widget-theme-post-content h2 {
  margin: 1.8em 0 .7em;
  color: #111;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.25;
  font-weight: 700;
}

.elementor-location-single .elementor-widget-theme-post-content ul {
  padding-left: 1.4em;
}

.elementor-location-single .elementor-widget-theme-post-content a {
  color: #ed1c24;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .elementor-location-single .e-con-inner {
    width: min(100% - 24px, 900px);
  }

  .elementor-location-single .elementor-widget-theme-post-content .elementor-widget-container {
    font-size: 16px;
    line-height: 1.7;
  }
}
