/* Generated by vite-plugin-svg-spritemap */
.booking-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background-color: rgba(0, 0, 0, 0.62);
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.booking-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.booking-modal__dialog {
  position: relative;
  width: min(45rem, 100%);
  max-width: none;
  max-height: calc(100vh - 3rem);
  overflow: auto;
  background-color: #eef0e3;
  padding: 1.375rem;
  box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.24);
}
.booking-modal .booking-modal__dialog {
  max-width: none;
}
.booking-modal__dialog--form {
  width: min(45rem, 100%);
}
.booking-modal__dialog--chooser {
  width: min(45rem, 100%);
}
.booking-modal__close {
  position: absolute;
  z-index: 2;
  top: 0.75rem;
  right: 0.75rem;
  width: 2.375rem;
  height: 2.375rem;
  border: 0;
  border-radius: 50%;
  background-color: #2a401e;
  color: #ffffff;
  font-size: 1.375rem;
  line-height: 1;
  cursor: pointer;
}
.booking-modal__title {
  padding-right: 2.75rem;
  color: #225c54;
  font-family: "Glory";
  line-height: 1.2;
}
.booking-modal__tours {
  display: grid;
  gap: 0.75rem;
}
.booking-modal__tour {
  display: grid;
  gap: 0.4375rem;
  width: 100%;
  padding: 1rem 1.125rem;
  border: 0.0625rem solid rgba(34, 92, 84, 0.18);
  background-color: #ffffff;
  color: #3c5c55;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.booking-modal__tour:hover {
  border-color: #225c54;
  box-shadow: 0 0.75rem 1.875rem rgba(42, 64, 30, 0.12);
  transform: translateY(-0.125rem);
}
.booking-modal__tour-name {
  color: #225c54;
  font-family: "Glory";
  line-height: 1.15;
}
.booking-modal__tour-text {
  line-height: 1.45;
}
.booking-modal__tour-price {
  color: #225c54;
  font-weight: 700;
}
.booking-modal__tour-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem 0.875rem;
}
.booking-modal__tour-link {
  display: inline-flex;
  align-items: center;
  min-height: 1.625rem;
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: center;
}
.booking-modal__tour-link {
  position: relative;
  color: #225c54;
  cursor: pointer;
  transition: color 0.2s ease;
}
.booking-modal__tour-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.1875rem;
  left: 0;
  height: 0.0625rem;
  background-color: currentColor;
  opacity: 0.45;
}
.booking-modal__tour-link:hover {
  color: #3c5c55;
}

.booking-modal-open {
  overflow: hidden;
}

@media (max-width: 20em) {
  .booking-modal__title {
    font-size: 1.5625rem;
  }
  .booking-modal__title {
    margin-bottom: 0.875rem;
  }
  .booking-modal__tour-name {
    font-size: 1.3125rem;
  }
  .booking-modal__tour-text {
    font-size: 0.875rem;
  }
}

@media (max-width: 479.98) {
  .booking-modal {
    padding: 0.625rem;
  }
  .booking-modal__dialog {
    max-height: calc(100vh - 1.25rem);
    padding: 0.875rem;
  }
}

@media (min-width: 20em) and (max-width: 76.25em) {
  .booking-modal__title {
    font-size: clamp( 1.5625rem , 1.40694444444375rem  +  0.7777777778vw , 2rem );
  }
  .booking-modal__title {
    margin-bottom: clamp( 0.875rem , 0.74166666666875rem  +  0.6666666667vw , 1.25rem );
  }
  .booking-modal__tour-name {
    font-size: clamp( 1.3125rem , 1.24583333333125rem  +  0.3333333333vw , 1.5rem );
  }
  .booking-modal__tour-text {
    font-size: clamp( 0.875rem , 0.852777777775rem  +  0.1111111111vw , 0.9375rem );
  }
}

@media (min-width: 76.25em) {
  .booking-modal__title {
    font-size: 2rem;
  }
  .booking-modal__title {
    margin-bottom: 1.25rem;
  }
  .booking-modal__tour-name {
    font-size: 1.5rem;
  }
  .booking-modal__tour-text {
    font-size: 0.9375rem;
  }
}
