@import url("../lojas/lojas.css");

.komprao-offer-city-page {
  background: #fff;
}

.komprao-offer-city-hero {
  padding: 1.75rem 0 0.5rem;
}

.komprao-offer-city-hero .container,
.komprao-offer-city-content .container {
  width: min(1280px, calc(100% - 3rem));
}

.komprao-offer-city-hero h1 {
  margin: 0;
  color: #ee1c1f;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
}

.komprao-offer-city-content {
  padding: 0.35rem 0 3.5rem;
}

.komprao-offer-leaflet {
  margin-bottom: 1.2rem;
  padding: 0.8rem 0;
}

.komprao-offer-leaflet:last-child {
  margin-bottom: 0;
}

.komprao-offer-leaflet h2 {
  margin: 0 0 0.8rem;
  color: #122447;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
}

.komprao-offer-embed {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: max(60%, 326px);
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(18, 36, 71, 0.08);
  background: #f6f8fb;
}

.komprao-offer-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 767.98px) {
  .komprao-offer-city-hero {
    padding-top: 1.35rem;
  }

  .komprao-offer-city-hero .container,
  .komprao-offer-city-content .container {
    width: min(100%, calc(100% - 1.5rem));
  }

  .komprao-offer-city-hero h1 {
    font-size: 24px;
  }

  .komprao-offer-city-content {
    padding-bottom: 2.4rem;
  }

  .komprao-offer-leaflet h2 {
    font-size: 18px;
  }

  .komprao-offer-embed {
    border-radius: 14px;
  }
}
