.rentalos-booking-embed {
  background: #f5f7f8;
  border: 1px solid rgba(23, 32, 42, 0.12);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(23, 32, 42, 0.1);
  display: block;
  max-width: 100%;
  overflow: clip;
  position: relative;
  width: 100%;
}

.rentalos-booking-embed__frame {
  background: #f5f7f8;
  border: 0;
  display: block;
  height: 780px;
  max-width: 100%;
  transition: height 180ms ease;
  width: 100%;
}

.rentalos-booking-embed__fallback {
  background: #fff;
  border-top: 1px solid rgba(23, 32, 42, 0.09);
  font-size: 0.875rem;
  line-height: 1.45;
  margin: 0;
  padding: 0.75rem 1rem;
  text-align: center;
}

.rentalos-booking-embed__fallback a {
  color: #5f4500;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

@media (max-width: 767px) {
  .rentalos-booking-embed {
    border-left: 0;
    border-radius: 16px;
    border-right: 0;
  }

  .rentalos-booking-embed__frame {
    height: 860px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rentalos-booking-embed__frame {
    transition: none;
  }
}
