.bookings {
  position: relative;
  margin-bottom: 24px;
}
.bookings__loading {
  color: #ffffff;
  font-size: 15px;
  text-indent: -9999em;
  overflow: hidden;
  position: absolute !important;
  left: 45%;
  top: 35%;
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
}
@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bookings__plz {
  width: 100%;
}
.bookings__plz__inputs {
  width: 100%;
  display: flex;
  gap: 8px;
}
.bookings__plz__notice {
  display: flex;
  margin-top: 8px;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
}
.bookings__plz__notice p {
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 0;
}
.bookings__plz input {
  border: 1px solid #e2e2e2;
  outline: none !important;
  font-size: 24px;
  background: #f9f9f9;
  font-family: "Open Sans Condensed";
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow;
  padding: 10px;
  width: 100%;
}
.bookings__plz label {
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 8px;
  padding: 0;
}
.bookings__plz button {
  display: inline-block;
  color: #fff;
  background: #a60d1f;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 13px;
  font-family: mostra-nuova;
  font-weight: 700;
  width: 240px;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  font-size: 18px;
  border: 1px solid #a60d1f;
  cursor: pointer;
}
.bookings__plz button svg {
  transform: translate(-1px, -2px) rotate(-45deg) !important;
}
.bookings__booking {
  margin-top: 24px;
}
.bookings__booking__error {
  color: #a60d1f;
  font-style: italic;
  font-size: 26px;
  color: #a60d1f;
}
.bookings__booking__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 426px) {
  .bookings__booking__wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .bookings__booking__wrapper {
    gap: 42px;
  }
}
.bookings__booking__wrapper iframe {
  width: 480px;
  height: 700px;
}
@media screen and (max-width: 426px) {
  .bookings__booking__wrapper iframe {
    width: 100%;
  }
}
.bookings__booking__seller {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .bookings__booking__seller {
    flex-direction: column;
    align-items: start;
  }
}
.bookings__booking__seller--name {
  font-size: 32px;
  font-weight: 900;
}
.bookings__booking__seller img {
  max-height: 350px;
  aspect-ratio: 4/5;
}/*# sourceMappingURL=main.css.map */