.text-map-container {
  max-width: var(--max-width-sm);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.4s ease-in-out;
}

.text-map-container .container-1 {
  width: 35%;
  transition: all 0.4s ease-in-out;
}

.text-map-container .container-2 {
  width: 55%;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease-in-out;
}

.text-map-container .container-2 h5,
.text-map-container .container-2 h4 {
  margin-bottom: 16px;
}

.text-map-container .container-2 p {
  color: var(--color-text-2);
  font-size: 16px;
  line-height: 150%;
}

.text-map-container .map-container {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 24px;
  position: relative;
  transition: all 0.4s ease-in-out;
}

.btn-map {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 10;
}

.text-fullmap {
  margin: 0 auto 120px;
  max-width: var(--max-width-sm);
  padding: 0 16px;
}

.text-fullmap {
  margin: 0 auto 120px;
  max-width: var(--max-width-sm);
}

.text-fullmap .map-container {
  width: 100%;
  height: 520px;
  overflow: hidden;
  border-radius: 24px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.text-fullmap h5 {
  margin-bottom: 16px;
}
.text-map-container .container-2 p strong {
  color: var(--color-text-1);
  font-size: 16px;
  line-height: 160%;
}

.map-container iframe {
  border: 0;
}

section.text-map-container:has(+ section.text-map-container) {
  border-bottom: 1px solid var(--color-border-2);
}
.wp-block-eume-eume-subsection-block {
  margin-bottom: 120px;
}
.wp-block-eume-eume-subsection-block:not(:first-of-type) {
  border-top: 1px solid var(--color-border-2);
  padding-top: 80px;
}

.council-margin {
  margin-bottom: 120px;
}

@media (max-width: 1024px) {
  .text-map-container {
    flex-direction: column;
    padding: 0 32px;
  }
  .text-map-container .container-1,
  .text-map-container .container-2 {
    width: 100%;
  }
  .text-map-container .container-1 h2,
  .text-map-container .container-1 h3,
  .text-map-container .container-1 h4 {
    margin-bottom: 32px;
  }
  .text-map-container .map-container {
    height: 150px;
  }

  .wp-block-eume-eume-subsection-block:not(:first-of-type) {
    padding-top: 64px;
  }
  .council-margin {
    margin-bottom: 80px !important;
  }
  .text-fullmap {
    margin: 0 auto 80px;
  }
  .wp-block-eume-eume-subsection-block {
    margin-bottom: 80px;
  }
}
