.azuline-map {
  padding: 0 16px;
  margin-bottom: var(--space-between-sections);
}

.azuline-map__canvas {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 8px;
}

.azuline-map__header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: var(--space-between-sections);
  text-align: center;
}

.azuline-map__header img {
  width: 40px;
  margin: 0 auto;
  margin-bottom: 24px;
}

.azuline-map__title {
  color: #2CCCD3;
  font-family: Comfortaa;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 1.52px;
}

.azuline-map__subtitle {
  font-size: 16px;
  color: #97999B;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.64px;
}

.azuline-map__subtitle p {
  margin: 0;
}

.neo-hotel-popup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 240px;
}

.neo-hotel-popup img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  margin-top: 16px;
}

.neo-hotel-popup strong {
  display: flex;
  margin-top: 16px;
  font-family: "comfortaa";
  font-size: 16px;
  font-weight: bold;
  color: #45c2cc;
}

.neo-hotel-popup p {
  font-size: 12px;
  color: #97999B;
}

.neo-hotel-popup a {
  color: #fff;
  background-color: #FFCF57;
  font-size: 12px;
  height: unset;
  padding-right: 50px;
}

.neo-hotel-popup a:after {
  width: 35px;
}

.neo-hotel-popup a:hover,
.neo-hotel-popup a:focus {
  background-color: #ff9900;
  border-color: #ff9900;
  color: #fff !important;
}

.neo-hotel-popup a:hover::after,
.neo-hotel-popup a:focus::after {
  background-image: url(../../../images/button-arrow-white.png);
}

@media (max-width: 992px) {
  .azuline-map__canvas {
    border-radius: 25px;
    height: 400px;
  }
}