.ln-booking-type {
  min-width: 0;
  border: 0;
  padding: 0;
  margin: 0;
}

.ln-booking-type + label,
select[data-ln-booking-type-original] {
  display: none !important;
}

.ln-hourly-hidden {
  display: none !important;
}

.ln-hourly-duration {
  margin-top: 1rem;
}

.ln-hourly-duration__select {
  width: 100%;
  border: 1px solid #e5e1e9;
  border-radius: 0.5rem;
  background: #fff;
  padding: 0.75rem 1rem;
  color: #121212;
  font-size: 0.875rem;
}

.ln-booking-type__legend {
  margin-bottom: 0.375rem;
  color: #55515f;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
}

.ln-booking-type__controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem;
  padding: 0.25rem;
  border: 1px solid #e5e1e9;
  border-radius: 0.75rem;
  background: #f7f5f8;
}

.ln-booking-type__button {
  min-width: 0;
  min-height: 2.75rem;
  border: 0;
  border-radius: 0.5rem;
  background: transparent;
  color: #55515f;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.ln-booking-type__button:hover {
  background: rgb(255 255 255 / 75%);
}

.ln-booking-type__button.is-active {
  background: #121212;
  color: #fff;
  box-shadow: 0 2px 8px rgb(18 18 18 / 16%);
}

.ln-booking-type__button:focus-visible {
  outline: 2px solid #b49a5a;
  outline-offset: 2px;
}

.ln-booking-type--dark .ln-booking-type__legend {
  color: #d1d5db;
}

.ln-booking-type--dark .ln-booking-type__controls {
  border-color: rgb(255 255 255 / 20%);
  background: rgb(255 255 255 / 10%);
  backdrop-filter: blur(12px);
}

.ln-booking-type--dark .ln-booking-type__button {
  color: #e5e7eb;
}

.ln-booking-type--dark .ln-booking-type__button:hover {
  background: rgb(255 255 255 / 10%);
}

.ln-booking-type--dark .ln-booking-type__button.is-active {
  background: #fff;
  color: #121212;
  box-shadow: 0 2px 8px rgb(0 0 0 / 18%);
}

@media (prefers-reduced-motion: reduce) {
  .ln-booking-type__button {
    transition-duration: 1ms;
  }
}
