.hv-booking-form-wrap,
.hv-booking-form {
  width: 100%;
}

.hv-booking-form {
  position: relative;
  max-width: none;
}

.hv-section {
  width: 100%;
  margin: 0 0 44px;
}

.hv-main-title {
  margin: 0 0 18px;
  font-size: clamp(1.3rem, 2.8vw, 2rem);
  line-height: 1.1;
  font-weight: 800;
}

.hv-lead-notice {
  margin: 0 0 28px;
  font-size: 1.125rem;
  color: #444;
}

.hv-subsection {
  margin-bottom: 18px;
}

.hv-subsection-head {
  padding-bottom: 12px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, .8);
}

.hv-subsection-head h3 {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  line-height: 1.1;
  font-weight: 700;
}

.hv-booking-form .uk-form-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 500;
  color: #303030;
}

.hv-required {
  color: #bb1e10;
  font-weight: 700;
}

.hv-booking-form .uk-input,
.hv-booking-form .uk-select,
.hv-booking-form .uk-textarea {
  width: 100%;
  min-height: 62px;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  background: #fff;
  color: #2d2d2d;
  padding: 12px 16px;
  font-size: 1rem;
  box-sizing: border-box;
}

.hv-booking-form .uk-textarea {
  min-height: 220px;
  resize: vertical;
  padding-top: 14px;
}

.hv-booking-form .uk-input:focus,
.hv-booking-form .uk-select:focus,
.hv-booking-form .uk-textarea:focus {
  border-color: #005387;
  outline: 0;
}

.hv-meta-grid {
  margin-top: 20px;
  margin-bottom: 28px;
}

.hv-pill-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hv-pill-option {
  display: inline-flex;
  cursor: pointer;
}

.hv-pill-option span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 58px;
  padding: 0 0px;
  border-radius: 500px;
  background: #005387;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  transition: transform .15s ease, box-shadow .15s ease;
}

.hv-pill-option input:checked+span {
  background: #bb1e10;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .92), 0 0 0 2px #bb1e10;
}

.hv-pill-option:hover span {
  transform: translateY(-1px);
}

.hv-inline-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  min-height: 62px;
  align-items: center;
}

.hv-inline-radio-group label,
.hv-booking-form .uk-display-block {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
}

.hv-salutation-group {
  gap: 26px;
}

.hv-tooltip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #333;
  border-radius: 50%;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  cursor: help;
}

.hv-booking-form .uk-button,
.hv-booking-form #hv-paypal-buttons,
.hv-paypal-wrap,
.hv-bank-submit-wrap {
  width: 100%;
}

.hv-booking-form .uk-button-primary {
  min-height: 56px;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 700;
}

.hv-price-sticky {
  position: sticky;
  bottom: 24px;
  z-index: 20;
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
  pointer-events: none;
}

.hv-price-card {
  min-width: 260px;
  max-width: 320px;
  padding: 18px 22px;
  border-radius: 10px;
  background: rgba(187, 30, 16, .9);
  color: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .22);
  pointer-events: auto;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 3;
}

.hv-price-label {
  margin-bottom: 6px;
  font-size: .95rem;
  opacity: .9;
}

.hv-price-value {
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 800;
}


.hv-price-meta {
  margin-top: 10px;
  font-size: .95rem;
  opacity: .9;
}

.hv-price-vat {
  margin-top: 6px;
  font-size: .95rem;
  opacity: .85;
}

@media (max-width: 1199px) {
  .hv-price-sticky {
    position: fixed;
    right: 18px;
    bottom: 18px;
    margin-top: 0;
  }

  .hv-price-card {
    min-width: 220px;
  }
}

@media (max-width: 959px) {
  .hv-main-title {
    margin-bottom: 14px;
  }

  .hv-lead-notice {
    margin-bottom: 22px;
    font-size: 1rem;
  }

  .hv-price-sticky {
    position: static;
    justify-content: stretch;
    margin-top: 24px;
  }

  .hv-price-card {
    max-width: none;
    width: 100%;
  }

  .hv-inline-radio-group,
  .hv-salutation-group {
    gap: 14px;
  }

  .hv-pill-option span {
    min-width: 78px;
  }
}
.hv-item-panel {
  position: relative;
  margin: 0 0 28px;
  padding: 24px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.05);
}

.hv-item-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.hv-item-panel-title-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hv-item-panel-title {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  line-height: 1.15;
  font-weight: 800;
}

.hv-item-panel-price {
  font-size: 1rem;
  font-weight: 700;
  color: #005387;
}

.hv-item-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #bb1e10;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.hv-item-remove:hover,
.hv-item-remove:focus {
  background: #98180d;
  outline: 0;
}

.hv-item-incomplete .hv-item-panel-price {
  color: #bb1e10;
}

.hv-incomplete-notice {
  margin-top: 12px;
  padding: 12px 16px;
  border-radius: 6px;
  background: #fff3cd;
  color: #6b5300;
  font-size: .95rem;
}

@media (max-width: 959px) {
  .hv-item-panel {
    padding: 18px;
  }

  .hv-item-panel-head {
    align-items: center;
  }
}

.hv-billing-panel {
  margin-top: 8px;
}

.hv-item-panel-head--static {
  margin-bottom: 24px;
}

.hv-item-needs-completion {
  border-color: #bb1e10;
  box-shadow: 0 0 0 3px rgba(187, 30, 16, .12), 0 6px 18px rgba(0,0,0,.05);
}

.hv-item-complete {
  border-color: #8bb98f;
}

.hv-add-item-notice {
  margin-top: 12px;
  padding: 12px 16px;
  border-radius: 6px;
  background: #fdecea;
  color: #7a1c14;
  font-size: .95rem;
}

.hv-permit-upload-wrap[hidden]{display:none !important;}
.hv-permit-upload-wrap{margin-top:12px;padding:14px;border:1px dashed #c9c9c9;border-radius:6px;background:#fafafa;}
.hv-upload-hint{margin:8px 0 0;font-size:.95rem;color:#555;}
