.azt-rooftop-location-map {
  --azt-rlm-bg: #ffffff;
  --azt-rlm-navy: #123a62;
  --azt-rlm-text: #202830;
  width: 100%;
  background: var(--azt-rlm-bg);
  color: var(--azt-rlm-text);
}

.elementor-widget-azotea_rooftop_location_map {
  width: 100%;
}

.azt-rooftop-location-map *,
.azt-rooftop-location-map *::before,
.azt-rooftop-location-map *::after {
  box-sizing: border-box;
}

.azt-rooftop-location-map__inner {
  width: min(1750px, calc(100% - clamp(24px, 5vw, 88px)));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.azt-rooftop-location-map__media {
  margin: 0;
  order: 2;
  width: 100%;
}

.azt-rooftop-location-map__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 6;
  min-height: clamp(260px, 22vw, 420px);
  max-height: 440px;
  object-fit: cover;
  display: block;
}

.azt-rooftop-location-map__content {
  order: 1;
  padding: clamp(30px, 4vw, 72px) 0;
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 2.8vw, 46px);
}

.azt-rooftop-location-map__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: clamp(16px, 2vw, 34px);
  align-items: start;
}

.azt-rooftop-location-map__section-title {
  margin: 0;
  color: var(--azt-rlm-navy);
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 4.6vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.azt-rooftop-location-map__text {
  margin-top: clamp(20px, 2vw, 30px);
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(18px, 1.15vw, 24px);
  line-height: 1.34;
}

.azt-rooftop-location-map__text p {
  margin: 0;
}

.azt-rooftop-location-map__text p+p {
  margin-top: 12px;
}

.azt-rooftop-location-map__transport {
  border-left: 3px solid color-mix(in srgb, var(--azt-rlm-navy) 80%, white);
  padding-left: 22px;
}

.azt-rooftop-location-map__transport-title {
  margin: 0;
  color: var(--azt-rlm-navy);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(14px, 0.95vw, 18px);
  font-weight: 600;
}

.azt-rooftop-location-map__transport-item {
  margin-top: 24px;
  text-align: center;
}

.azt-rooftop-location-map__transport-item img {
  width: clamp(42px, 3.8vw, 74px);
  height: auto;
  display: block;
  margin: 0 auto;
}

.azt-rooftop-location-map__transport-text {
  margin: 12px 0 0;
  color: #1f2830;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(16px, 1.05vw, 20px);
  line-height: 1.26;
}

.azt-rooftop-location-map__walk-title {
  margin: 0;
  color: var(--azt-rlm-navy);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(15px, 0.95vw, 18px);
  font-weight: 600;
}

.azt-rooftop-location-map__walk-list {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.azt-rooftop-location-map__walk-item {
  display: grid;
  grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.azt-rooftop-location-map__walk-name {
  margin: 0;
  color: #1f2830;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(16px, 1.02vw, 19px);
  line-height: 1.2;
}

.azt-rooftop-location-map__walk-bar-wrap {
  position: relative;
  height: 24px;
  display: flex;
  align-items: center;
}

.azt-rooftop-location-map__walk-minutes {
  position: absolute;
  right: 0;
  top: -18px;
  color: #5f6974;
  font: 500 12px/1 "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

.azt-rooftop-location-map__walk-bar {
  width: var(--walk-w, 0%);
  height: 6px;
  border-radius: 0;
  background: var(--azt-rlm-navy);
}

@media (max-width: 1300px) {
  .azt-rooftop-location-map__top {
    grid-template-columns: 1fr;
  }

  .azt-rooftop-location-map__transport {
    max-width: 350px;
  }
}

@media (max-width: 1024px) {
  .azt-rooftop-location-map__media img {
    aspect-ratio: 16 / 8;
    min-height: 220px;
    max-height: 360px;
  }
}

@media (max-width: 767px) {
  .azt-rooftop-location-map__content {
    padding: 28px 14px 34px;
  }

  .azt-rooftop-location-map__walk-item {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}
