#activityBookingPanel.detail-panel {
  position: static;
  top: auto;
  max-height: none;
  overflow: visible;
}

#activityBookingPanel .activity-book-form {
  display: grid;
  gap: 0;
  margin: 0;
}

#activityBookingPanel .activity-book-form__actions {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--stroke);
  scroll-margin-top: calc(var(--header-h) + 16px);
}

#activityBookingPanel .activity-book-form__actions .activity-price-box {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 4px 12px;
  padding: 10px 12px;
}

#activityBookingPanel .activity-book-form__actions .activity-price-box__amount {
  font-size: 1.2rem;
}

#activityBookingPanel .activity-book-form__actions .activity-price-box__note {
  flex: 1 1 100%;
}

#activityBookingPanel .activity-book-form__calc {
  display: inline-block;
  padding: 0;
  border: 0;
  background: none;
  color: var(--muted);
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

#activityBookingPanel .activity-book-form__calc:hover,
#activityBookingPanel .activity-book-form__calc:focus-visible {
  color: var(--navy);
}

@media (min-width: 1101px) {
  #activityBookingPanel.detail-panel {
    position: static;
    top: auto;
    max-height: none;
    overflow: visible;
  }
}
