.arengo-map {
  margin: 36px 0;
}

.arengo-map > .container {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.arengo-map__shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 24px;
  align-items: stretch;
  padding: 24px;
  border: 1px solid #d9e7ff;
  border-radius: 8px;
  background: #ffffff;
}

.arengo-map__eyebrow {
  margin: 0 0 8px;
  color: #1269d3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.arengo-map__title {
  margin: 0 0 12px;
  color: #082b5f;
  font-size: 30px;
  line-height: 1.15;
}

.arengo-map__subtitle,
.arengo-map__address {
  color: #415b82;
  font-size: 16px;
  line-height: 1.55;
}

.arengo-map__address {
  margin: 16px 0 20px;
  font-weight: 700;
}

.arengo-map__hours {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: -8px 0 16px;
  color: #415b82;
  font-size: 14px;
  line-height: 1.45;
}

.arengo-map__hours > i {
  flex: 0 0 auto;
  color: #1269d3;
  font-size: 15px;
}

.arengo-map__hours-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  min-width: 0;
}

.arengo-map__hours-content strong {
  color: #082b5f;
  font-weight: 800;
}

.arengo-map__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.arengo-map__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 6px;
  background: #0067e9;
  color: #ffffff;
  font-weight: 700;
}

.arengo-map__button:hover,
.arengo-map__button:focus {
  color: #ffffff;
  background: #0050b6;
}

.arengo-map__button--secondary {
  border: 1px solid #cfe0fa;
  background: #ffffff;
  color: #082b5f;
}

.arengo-map__button--secondary:hover,
.arengo-map__button--secondary:focus {
  background: #eef5ff;
  color: #082b5f;
}

.arengo-map__frame {
  min-height: 320px;
  overflow: hidden;
  border: 1px solid #cfe0fa;
  border-radius: 8px;
}

.arengo-map__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}

@media (max-width: 767px) {
  .arengo-map__shell {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .arengo-map__title {
    font-size: 24px;
  }

  .arengo-map__hours {
    align-items: flex-start;
    margin-top: -4px;
  }
}
