.rbf {
  color: #151515;
  font-family: Poppins, Arial, sans-serif;
  max-width: 1180px;
  margin: 92px auto 0;
  padding: 24px 16px;
}

.rbf *,
.rbf *::before,
.rbf *::after {
  box-sizing: border-box;
}

.rbf [hidden] {
  display: none !important;
}

body.rbf-managed-car-product form.cart,
body.rbf-managed-car-product .reviews_tab,
body.rbf-managed-car-product #tab-reviews,
body.rbf-managed-car-product #reviews,
body.rbf-managed-car-product .woocommerce-Reviews {
  display: none !important;
}

body.rbf-managed-car-product-empty-description .woocommerce-tabs {
  display: none !important;
}

body.rbf-managed-car-product .woocommerce-breadcrumb {
  display: none !important;
}

.rbf-managed-product-hero {
  background-position: center;
  background-size: cover;
  color: #ffffff;
  margin: 0 calc(50% - 50vw) 38px;
  min-height: 190px;
  padding: 46px max(24px, calc((100vw - 1180px) / 2));
  width: 100vw;
}

.rbf-managed-product-hero-inner {
  max-width: 760px;
}

.rbf-managed-product-hero span {
  color: #ffd600;
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.rbf-managed-product-hero h1 {
  color: #ffffff;
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 12px;
}

.rbf-managed-product-hero p {
  color: #f4f4f4;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}

.rbf-managed-vehicle-details {
  border-left: 4px solid #ffd600;
  margin: 18px 0 24px;
  padding: 2px 0 2px 14px;
}

.rbf-managed-rate-note {
  color: #d63638;
  font-weight: 700;
  margin: 0 0 12px;
}

.rbf-managed-vehicle-details dl {
  display: grid;
  font-size: 13px;
  gap: 5px 12px;
  grid-template-columns: max-content minmax(0, 1fr);
  margin: 0;
}

.rbf-managed-vehicle-details dt {
  font-weight: 800;
  text-transform: uppercase;
}

.rbf-managed-vehicle-details dd {
  margin: 0;
}

body.rbf-managed-car-product .rbf--direct-product-mode {
  clear: both;
  margin: 38px auto 0;
  width: 100%;
}

.rbf-managed-customer-form-host {
  background: #ffffff;
  border: 1px solid #dedede;
  clear: both;
  margin: 38px 0 24px;
  padding: 22px;
  width: 100%;
}

.rbf-managed-customer-form-host > h2 {
  color: #111111;
  font-size: 28px;
  font-weight: 900;
  margin: 0 0 18px;
}

.rbf-managed-customer-form-host .booking_form_div,
.rbf-managed-customer-form-host .wpbc_booking_form_structure {
  max-width: none !important;
  width: 100% !important;
}

@media (max-width: 767px) {
  .rbf-managed-product-hero {
    margin-bottom: 24px;
    min-height: 150px;
    padding-bottom: 32px;
    padding-top: 32px;
  }

  .rbf-managed-vehicle-details dl {
    grid-template-columns: 1fr;
  }

  .rbf-managed-vehicle-details dd {
    margin-bottom: 6px;
  }

  .rbf-managed-customer-form-host {
    margin-top: 24px;
    padding: 14px;
  }
}

.rbf-search,
.rbf-selected-inner {
  border: 1px solid #d9d9d9;
  background: #ffffff;
  padding: 18px;
}

.rbf-title {
  color: #111111;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 14px;
}

.rbf-search {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.rbf-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rbf-note-label {
  margin-top: 6px;
}

.rbf-note-label span {
  color: #666666;
  font-weight: 500;
}

.rbf-location-note {
  min-height: 68px;
}

.rbf-location-entry {
  align-items: stretch;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.rbf-location-entry input {
  min-width: 0;
}

.rbf-map-search-button {
  white-space: nowrap;
}

.rbf-field-full {
  grid-column: 1 / -1;
}

.rbf-date-range-field {
  grid-column: 1 / -1;
}

.rbf-date-range-title {
  color: #111111;
  font-size: 15px;
  font-weight: 800;
}

.rbf-date-summary {
  align-items: center;
  background: #fffbea;
  border: 1px solid #f0c400;
  color: #111111;
  display: flex;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.35;
  padding: 10px 12px;
}

.rbf-date-summary span {
  flex: 1 1 auto;
}

.rbf-date-summary-reset {
  background: #111111 !important;
  border: 2px solid #111111 !important;
  color: #ffd700 !important;
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 900;
  padding: 6px 10px;
  text-transform: uppercase;
}

.rbf-date-summary-reset:hover,
.rbf-date-summary-reset:focus {
  background: #ffd700 !important;
  color: #111111 !important;
  outline: none;
}

.rbf-range-calendar {
  background: #ffffff;
  border: 1px solid #d8d8d8;
  padding: 12px;
}

.rbf-range-calendar-head {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 10px;
}

.rbf-range-calendar-title {
  color: #111111;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

.rbf-range-calendar-nav {
  align-items: center;
  background: #111111 !important;
  border: 2px solid #111111 !important;
  border-radius: 10px;
  color: #ffd700 !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 30px;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  min-height: 48px;
  min-width: 56px;
  padding: 0 !important;
  text-decoration: none !important;
}

.rbf-range-calendar-nav[disabled] {
  cursor: not-allowed;
  opacity: 0.35;
}

.rbf-range-calendar-weekdays,
.rbf-range-calendar-grid {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.rbf-range-calendar-weekdays {
  color: #555555;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 4px;
  text-align: center;
  text-transform: uppercase;
}

.rbf-range-day {
  align-items: center;
  background: #f7f7f7;
  border: 1px solid #e6e2d3;
  border-radius: 8px;
  color: #111111;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 800;
  justify-content: center;
  line-height: 1.12;
  min-height: 66px;
  padding: 8px 6px;
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.rbf-range-day:hover,
.rbf-range-day:focus {
  border-color: #111111;
  box-shadow: 0 0 0 2px rgba(255, 215, 0, 0.35);
  outline: none;
  transform: translateY(-1px);
}

.rbf-range-day[data-muted="1"] {
  background: #fbfbfb;
  color: #b7b7b7;
  cursor: default;
  transform: none;
}

.rbf-range-day[data-disabled="1"] {
  cursor: not-allowed;
  opacity: 0.62;
  text-decoration: line-through;
  transform: none;
}

.rbf-range-day[data-rbf-status="available"] {
  background: #b8ff9f !important;
  border-color: #72d85a !important;
}

.rbf-range-day[data-rbf-status="partial"] {
  background: #4cc8e8 !important;
  border-color: #1da7cc !important;
}

.rbf-range-day[data-rbf-status="booked"] {
  background: #ff676b !important;
  border-color: #ef4b50 !important;
}

.rbf-range-day[data-rbf-status="unavailable"],
.rbf-range-day[data-rbf-status="loading"] {
  background: #eeeeee !important;
  border-color: #d4d4d4 !important;
}

.rbf-range-day[data-rbf-status][data-disabled="1"] {
  text-decoration: none;
}

.rbf-range-day[data-in-range="1"],
.rbf-range-day[data-preview-range="1"],
.rbf-range-day[data-rbf-status][data-in-range="1"],
.rbf-range-day[data-rbf-status][data-preview-range="1"] {
  background: #fff4a3 !important;
  border-color: #f0c400 !important;
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.08) !important;
}

.rbf-range-day[data-boundary="1"],
.rbf-range-day[data-rbf-status][data-boundary="1"] {
  background: #ffd700 !important;
  border-color: #111111 !important;
  box-shadow: 0 0 0 2px rgba(17, 17, 17, 0.18) !important;
}

.rbf-range-day-number {
  color: #111111;
  display: block;
  font-size: 18px;
  font-weight: 900;
}

.rbf-range-day-rate {
  color: #8a6500;
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.rbf-range-day-rate-compact {
  display: none;
}

.rbf-range-day[data-disabled="1"] .rbf-range-day-number,
.rbf-range-day[data-disabled="1"] .rbf-range-day-rate,
.rbf-range-day[data-muted="1"] .rbf-range-day-number {
  color: #b7b7b7;
}

.rbf-range-day[data-rbf-status="booked"] .rbf-range-day-number,
.rbf-range-day[data-rbf-status="booked"] .rbf-range-day-rate,
.rbf-range-day[data-boundary="1"] .rbf-range-day-number,
.rbf-range-day[data-boundary="1"] .rbf-range-day-rate,
.rbf-range-day[data-in-range="1"] .rbf-range-day-number,
.rbf-range-day[data-in-range="1"] .rbf-range-day-rate,
.rbf-range-day[data-preview-range="1"] .rbf-range-day-number,
.rbf-range-day[data-preview-range="1"] .rbf-range-day-rate {
  color: #111111;
}

.rbf-range-calendar-legend {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 10px;
}

.rbf-range-calendar-legend span {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
}

.rbf-range-calendar-legend b {
  align-items: center;
  border: 1px solid #dddddd;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  min-width: 34px;
  padding: 0 6px;
}

.rbf-range-calendar-legend b[data-rbf-legend-status="available"] {
  background: #b8ff9f;
  border-color: #9be984;
}

.rbf-range-calendar-legend b[data-rbf-legend-status="partial"] {
  background: #4cc8e8;
  border-color: #38b9dc;
}

.rbf-range-calendar-legend b[data-rbf-legend-status="booked"] {
  background: #ff676b;
  border-color: #ef4b50;
}

.rbf-range-calendar-legend b[data-rbf-legend-status="unavailable"] {
  background: #fbfbfb;
  color: #cfcfcf;
}

.rbf-range-calendar-note {
  color: #333333;
  font-size: 13px;
  margin: 8px 0 0;
}

.rbf-range-calendar-note--error {
  color: #b00020;
  font-weight: 700;
}

.rbf-addon-field {
  background: #fffdf1;
  border: 1px solid #f0c400;
  cursor: pointer;
  display: grid;
  gap: 10px;
  padding: 12px;
  transition: background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.rbf-addon-field:hover,
.rbf-addon-field:focus-within,
.rbf-addon-field.rbf-addon-selected {
  background: #fff8d8;
  border-color: #d7a900;
  box-shadow: inset 0 0 0 1px rgba(215, 169, 0, 0.35);
}

.rbf-addon-field.rbf-addon-disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.rbf-selected-location-box {
  border: 1px solid #e1e1e1;
  display: grid;
  gap: 14px;
  padding: 14px;
}

.rbf-selected-service-options {
  display: grid;
  gap: 10px;
}

.rbf-selected-service-options .rbf-options {
  margin: 0;
}

.rbf-checkbox-line {
  align-items: start;
  display: flex;
  gap: 10px;
}

.rbf-checkbox-line input {
  flex: 0 0 auto;
  height: 18px;
  margin-top: 2px;
  min-height: 0;
  transform: scale(1.1);
  width: 18px;
}

.rbf-addon-toggle {
  border-bottom: 1px solid rgba(240, 196, 0, 0.45);
  margin: 0;
  padding-bottom: 10px;
}

.rbf-addon-toggle strong {
  display: block;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.rbf-addon-toggle small {
  color: #555555;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  margin-top: 3px;
}

.rbf-addon-field select {
  background-color: #ffffff;
  cursor: pointer;
}

.rbf-addon-field > .rbf-help {
  margin: 0;
}

.rbf-chauffeur-overnight-note {
  background: #fffbea;
  border-left: 3px solid #f0c400;
  color: #3f3200;
  display: block;
  margin-top: 6px;
  padding: 7px 9px;
}

.rbf-customer-title,
.rbf-trip-card-note,
.rbf-addon-badge {
  display: none;
}

.rbf .rbf-customer-intro {
  display: none;
}

.rbf .rbf-addon-toggle input[type="checkbox"] {
  height: 18px !important;
  min-height: 18px !important;
  padding: 0 !important;
  width: 18px !important;
}

.rbf label,
.rbf legend {
  color: #111111;
  font-size: 13px;
  font-weight: 700;
}

.rbf input,
.rbf select,
.rbf textarea {
  width: 100%;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  color: #111111;
  font: inherit;
  min-height: 44px;
  padding: 10px 12px;
}

.rbf textarea {
  min-height: 96px;
  resize: vertical;
}

.rbf .rbf-options {
  border: 1px solid #d8d8d8;
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px;
}

.rbf .rbf-options[hidden],
.rbf .rbf-door-modes[hidden],
.rbf [data-rbf-selected-door-modes][hidden] {
  display: none !important;
}

.rbf .rbf-door-modes {
  background: #fff9d8;
  border-color: #ffd700;
}

.rbf-has-selected-car > .rbf-search > .rbf-door-modes {
  display: none !important;
}

.rbf .rbf-options label {
  align-items: center;
  display: inline-flex !important;
  font-weight: 500;
  gap: 8px;
  margin: 0 !important;
  width: auto !important;
}

.rbf .rbf-options input {
  min-height: 0;
  width: auto !important;
}

.rbf-service-copy,
.rbf-service-copy strong {
  color: inherit;
  font: inherit;
}

.rbf-service-copy small,
.rbf-choice-badge,
.rbf-location-step {
  display: none;
}

.rbf-map-search-button span[aria-hidden="true"] {
  line-height: 1;
}

.rbf-primary,
.rbf-secondary,
.rbf-link-button,
.rbf .rbf-coupon-control button {
  align-items: center;
  border: 2px solid #111111;
  border-radius: 0;
  box-shadow: 3px 3px 0 #111111;
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  line-height: 1.1;
  min-height: 44px;
  padding: 11px 16px;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background-color 150ms ease, color 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.rbf-primary,
.rbf-link-button.rbf-primary,
.rbf .rbf-coupon-control button {
  background: #ffd700 !important;
  color: #111111 !important;
}

.rbf-primary:hover,
.rbf-primary:focus,
.rbf-link-button.rbf-primary:hover,
.rbf-link-button.rbf-primary:focus,
.rbf .rbf-coupon-control button:hover,
.rbf .rbf-coupon-control button:focus,
.rbf-primary.rbf-is-loading,
.rbf-primary.rbf-is-loading:hover,
.rbf-primary.rbf-is-loading:focus {
  background: #111111 !important;
  color: #ffd700 !important;
}

.rbf-secondary {
  background: #ffffff;
  box-shadow: none;
  color: #111111 !important;
  text-transform: none;
}

.rbf-secondary:hover,
.rbf-secondary:focus {
  border-color: #ffd700;
}

.rbf button[disabled] {
  cursor: not-allowed;
  opacity: 0.55;
}

.rbf button.rbf-is-loading[disabled] {
  cursor: wait;
  opacity: 1;
}

.rbf-message {
  color: #555555;
  font-size: 13px;
  grid-column: 1 / -1;
  min-height: 20px;
}

.rbf-message[data-type="error"] {
  color: #b00020;
  font-weight: 700;
}

.rbf-help {
  color: #666666;
  display: block;
  font-size: 12px;
  line-height: 1.45;
}

.rbf-breakdown small {
  color: #666666;
  display: block;
  font-size: 11px;
  line-height: 1.35;
  margin-top: 3px;
}

.rbf-warning {
  background: #fff4ce;
  border: 1px solid #f1c232;
  color: #473700;
  font-size: 13px;
  grid-column: 1 / -1;
  padding: 10px 12px;
}

.rbf-results {
  margin-top: 22px;
}

.rbf-results-head {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.rbf-results-head h3,
.rbf-selected h3,
.rbf-selected h4 {
  color: #111111;
  margin: 0;
}

.rbf-results-head p {
  color: #555555;
  margin: 0;
}

.rbf-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rbf-card {
  border: 1px solid #d8d8d8;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.rbf-card-unavailable {
  filter: grayscale(1);
  opacity: 0.58;
}

.rbf-card img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.rbf-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
}

.rbf-card-top {
  align-items: start;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.rbf-card h4 {
  color: #111111;
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
}

.rbf-status {
  background: #eeeeee;
  color: #111111;
  font-size: 11px;
  font-weight: 800;
  padding: 5px 7px;
  text-transform: uppercase;
  white-space: nowrap;
}

.rbf-card:not(.rbf-card-unavailable) .rbf-status {
  background: #e4f8d8;
}

.rbf-meta,
.rbf-price {
  margin: 0;
}

.rbf-meta {
  color: #666666;
  font-size: 13px;
  min-height: 38px;
}

.rbf-price {
  color: #111111;
  font-size: 18px;
  font-weight: 900;
}

.rbf-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.rbf-selected {
  margin-top: 24px;
}

.rbf-selected-inner {
  display: grid;
  gap: 18px;
}

.rbf-selected-summary {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 160px 1fr;
}

.rbf-selected-summary img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.rbf-selected-summary p {
  color: #555555;
  margin: 5px 0 0;
}

.rbf-private-note,
.rbf-door-panel,
.rbf-customer,
.rbf-breakdown {
  border: 1px solid #e1e1e1;
  padding: 14px;
}

.rbf-garage {
  padding: 0;
}

.rbf-selected-location-box .rbf-door-panel {
  border: 0;
  padding: 0;
}

.rbf-selected-location-box .rbf-location-entry {
  grid-template-columns: 1fr;
}

.rbf-selected-location-box .rbf-map-search-button,
.rbf-selected-location-box [data-rbf-calc-fee] {
  align-items: center;
  background: #ffffff !important;
  border: 1px solid #111111 !important;
  color: #111111 !important;
  display: flex;
  font-weight: 900;
  justify-content: center;
  min-height: 44px;
  text-align: center;
  width: 100%;
}

.rbf-selected-location-box .rbf-map-search-button:hover,
.rbf-selected-location-box .rbf-map-search-button:focus,
.rbf-selected-location-box [data-rbf-calc-fee]:hover,
.rbf-selected-location-box [data-rbf-calc-fee]:focus {
  border-color: #111111 !important;
  box-shadow: inset 0 0 0 1px #111111;
}

.rbf-private-note {
  background: #f7f7f7;
  color: #333333;
}

.rbf-door-panel,
.rbf-customer {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rbf-door-panel h4,
.rbf-door-panel p,
.rbf-door-panel button,
.rbf-fee-result {
  grid-column: 1 / -1;
}

.rbf-fee-result {
  color: #111111;
  font-weight: 800;
  min-height: 20px;
}

[data-rbf-door-fee-status="missing"] .rbf-fee-result,
[data-rbf-door-fee-status="error"] .rbf-fee-result,
.rbf-help[data-rbf-help-state="error"] {
  color: #b00020;
  font-weight: 900;
}

.rbf-breakdown {
  display: grid;
  gap: 12px;
}

.rbf-breakdown-section,
.rbf-total {
  border-top: 1px solid #e5e5e5;
  padding-top: 12px;
}

.rbf-breakdown-section:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.rbf-breakdown-section > div,
.rbf-total {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.rbf-additional-section {
  background: #fbfbfb;
  padding: 12px;
}

.rbf-fees-section {
  background: #fff8cf;
  border: 1px solid #f1d25a;
  padding: 12px;
}

.rbf-coupon-section {
  background: #fffdf1;
  border: 1px solid #f1d25a;
  padding: 12px;
}

.rbf-coupon-section[data-status="valid"] {
  background: #f2fff6;
  border-color: #9ed9ad;
}

.rbf-coupon-section[data-status="invalid"] {
  background: #fff3f3;
  border-color: #d63638;
}

.rbf-coupon-section[data-status="pending"] {
  background: #fff8cf;
  border-color: #f1d25a;
}

.rbf-coupon-control {
  background: #fff9d8;
  border: 1px solid #111111;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
  padding: 8px;
}

.rbf-coupon-control input {
  flex: 1 1 190px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.rbf-coupon-control button {
  min-height: 42px;
  min-width: 140px;
  padding: 10px 16px;
}

.rbf-coupon-control [data-rbf-remove-coupon] {
  background: #ffffff !important;
  box-shadow: none;
  min-width: 96px;
  text-transform: none;
}

.rbf-coupon-control button[hidden] {
  display: none;
}

.rbf-coupon-control button:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.rbf-coupon-section[data-status="valid"] [data-rbf-coupon-message] {
  color: #0b5f24;
  font-weight: 800;
}

.rbf-coupon-section[data-status="invalid"] [data-rbf-coupon-message] {
  color: #b00020;
  font-weight: 800;
}

.rbf-coupon-section [data-rbf-coupon-row] dd {
  color: #0f7a2f;
}

.rbf-breakdown dl {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
}

.rbf-breakdown dl div {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.rbf-breakdown dt,
.rbf-breakdown dd {
  margin: 0;
}

.rbf-breakdown dd,
.rbf-total span,
.rbf-breakdown-section span {
  font-weight: 900;
}

.rbf-breakdown [data-rbf-booking-cost],
.rbf-breakdown [data-rbf-additional-total] {
  background: #fff4c2;
  border: 1px solid #f1d25a;
  color: #8a4b00;
  font-size: 18px;
  font-weight: 950;
  padding: 4px 9px;
}

.rbf-total {
  align-items: center;
  background: linear-gradient(135deg, #111111 0%, #2b2400 100%);
  border: 2px solid #ffd700;
  box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.18);
  color: #ffffff;
  margin-top: 4px;
  padding: 16px;
}

.rbf-total strong {
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rbf-total [data-rbf-grand-total] {
  color: #ffd700;
  font-size: clamp(24px, 3.4vw, 34px);
  font-weight: 1000;
  letter-spacing: 0.01em;
  line-height: 1;
}

.rbf-breakdown dd small {
  color: #555555;
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-top: 4px;
  text-align: right;
}

.rbf-breakdown .rbf-discount-row dd {
  color: #0f7a2f;
  max-width: 68%;
  text-align: right;
}

.rbf-breakdown dl .rbf-savings-card {
  align-items: stretch;
  background: #f2fff6;
  border: 1px solid #9ed9ad;
  padding: 12px;
}

.rbf-breakdown .rbf-savings-card dt {
  color: #0b5f24;
  font-weight: 900;
}

.rbf-breakdown .rbf-savings-card dd {
  display: grid;
  gap: 4px;
  justify-items: end;
}

.rbf-savings-kicker {
  color: #0b5f24;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.rbf-savings-amount {
  color: #0f7a2f;
  display: block;
  font-size: 22px;
  line-height: 1.1;
}

.rbf-breakdown .rbf-savings-card small {
  color: #245a35;
}

.rbf-final-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rbf-final-block {
  display: contents;
}

.rbf-availability-status {
  border: 1px solid #d8d8d8;
  color: #111111;
  font-weight: 800;
  padding: 10px 12px;
}

.rbf-availability-status[data-status="available"] {
  background: #effaf1;
  border-color: #8bd19a;
  color: #126322;
}

.rbf-availability-status[data-status="checking"] {
  background: #fff8df;
  border-color: #f0cf63;
  color: #6d5400;
}

.rbf-availability-status[data-status="unavailable"] {
  background: #fff0f0;
  border-color: #d63638;
  color: #b00020;
}

.rbf-control-warning {
  background: #fff4f4 !important;
  border-color: #d63638 !important;
  color: #8a0016 !important;
}

.rbf select option:disabled {
  background: #eeeeee;
  color: #777777;
}

.rbf-link-button.rbf-disabled,
.rbf-primary.rbf-disabled,
.rbf-secondary.rbf-disabled {
  cursor: not-allowed;
  opacity: 0.48;
  pointer-events: none;
}

body.rbf-transition-lock {
  overflow: hidden;
}

.rbf-transition-overlay {
  align-items: center;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.72);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.22s ease;
  z-index: 1000002;
}

.rbf-transition-overlay[data-active="1"] {
  opacity: 1;
  pointer-events: auto;
}

.rbf-transition-video-shell {
  align-items: center;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  max-height: 100vh;
  max-width: 100vw;
  overflow: hidden;
  width: min(32vw, 52vh, 420px);
}

.rbf-transition-video {
  aspect-ratio: 1;
  border-radius: 50%;
  clip-path: circle(46% at 50% 50%);
  display: block;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.58));
  height: auto;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 767px) {
  .rbf-transition-video-shell {
    width: min(58vw, 42vh, 280px);
  }
}

.rbf-transition-status-copy {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.rbf-transition-card {
  background: linear-gradient(180deg, #fffdf3 0%, #fff5c7 100%);
  border: 2px solid #f4c400;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.28);
  color: #111111;
  max-width: 460px;
  padding: 24px 24px 22px;
  width: min(100%, 460px);
}

.rbf-transition-kicker {
  color: #915b00;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.rbf-transition-card strong {
  display: block;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.rbf-transition-card small {
  color: #4f4f4f;
  display: block;
  font-size: 14px;
  line-height: 1.5;
}

.rbf-transition-road {
  background: linear-gradient(180deg, #151515 0%, #050505 100%);
  border-radius: 999px;
  height: 78px;
  margin-top: 18px;
  overflow: hidden;
  position: relative;
}

.rbf-transition-road::before {
  animation: rbfTransitionLaneMove 0.9s linear infinite;
  background: repeating-linear-gradient(90deg, #ffd900 0 22px, transparent 22px 42px);
  content: "";
  height: 5px;
  left: -8%;
  opacity: 0.88;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 116%;
}

.rbf-transition-road::after {
  background: linear-gradient(90deg, rgba(255, 217, 0, 0.08), rgba(255, 217, 0, 0));
  content: "";
  inset: 0;
  position: absolute;
}

.rbf-transition-emblem-runner {
  animation: rbfTransitionEmblemDrive 2.15s linear infinite;
  bottom: 7px;
  height: 64px;
  left: -76px;
  position: absolute;
  width: 64px;
  z-index: 2;
}

.rbf-transition-emblem {
  animation: rbfTransitionEmblemBounce 0.46s ease-in-out infinite alternate;
  background: #050505;
  border: 1px solid rgba(255, 215, 0, 0.9);
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 215, 0, 0.12), 0 6px 14px rgba(0, 0, 0, 0.5);
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.rbf-transition-emblem-ring,
.rbf-transition-emblem-core {
  background-image: var(--rbf-transition-emblem-image, url("rentify-transition-emblem.webp"));
  background-position: center;
  background-repeat: no-repeat;
  background-size: 104% 104%;
  border-radius: 50%;
  inset: 0;
  position: absolute;
}

.rbf-transition-emblem-ring {
  -webkit-mask-image: radial-gradient(circle, transparent 0 36%, #000 37% 100%);
  animation: rbfTransitionEmblemRingSpin 2.15s linear infinite;
  mask-image: radial-gradient(circle, transparent 0 36%, #000 37% 100%);
}

.rbf-transition-emblem-core {
  animation: rbfTransitionEmblemCoreSwing 0.72s ease-in-out infinite alternate;
  clip-path: circle(37% at 50% 50%);
  transform-origin: 62% 48%;
}

.rbf-transition-emblem-glint {
  animation: rbfTransitionEmblemGlint 1.35s ease-in-out infinite;
  background: linear-gradient(105deg, transparent 37%, rgba(255, 255, 255, 0.7) 48%, transparent 60%);
  inset: -35%;
  mix-blend-mode: screen;
  position: absolute;
}

@keyframes rbfTransitionLaneMove {
  from {
    transform: translateY(-50%) translateX(0);
  }
  to {
    transform: translateY(-50%) translateX(-42px);
  }
}

@keyframes rbfTransitionEmblemDrive {
  from {
    left: -76px;
  }
  to {
    left: calc(100% + 12px);
  }
}

@keyframes rbfTransitionEmblemBounce {
  from {
    filter: drop-shadow(0 0 2px rgba(255, 215, 0, 0.35));
    transform: translateY(1px) scale(0.98);
  }
  to {
    filter: drop-shadow(0 0 7px rgba(255, 215, 0, 0.72));
    transform: translateY(-2px) scale(1.02);
  }
}

@keyframes rbfTransitionEmblemRingSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rbfTransitionEmblemCoreSwing {
  from {
    transform: rotate(-4deg) translateY(1px);
  }
  to {
    transform: rotate(4deg) translateY(-1px);
  }
}

@keyframes rbfTransitionEmblemGlint {
  0%, 24% {
    opacity: 0;
    transform: translateX(-55%) rotate(15deg);
  }
  45% {
    opacity: 0.85;
  }
  68%, 100% {
    opacity: 0;
    transform: translateX(55%) rotate(15deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .rbf-transition-emblem-runner {
    animation-duration: 4s;
  }
  .rbf-transition-emblem-ring,
  .rbf-transition-emblem-core,
  .rbf-transition-emblem-glint {
    animation: none;
  }
}

.rbf-empty {
  border: 1px solid #d8d8d8;
  padding: 16px;
}

.rbf-modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.68);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 20px;
  position: fixed;
  z-index: 999999;
}

.pac-container {
  z-index: 1000001 !important;
}

.rbf-modal-card {
  background: #ffffff;
  max-width: 480px;
  padding: 18px;
  position: relative;
  width: min(100%, 480px);
}

.rbf-location-map-card {
  display: grid;
  gap: 12px;
  max-width: 820px;
  width: min(100%, 820px);
}

.rbf-location-map-card h3 {
  font-size: 22px;
  margin: 0;
}

.rbf-map-canvas {
  background: #eeeeee;
  border: 1px solid #d8d8d8;
  height: 380px;
  min-height: 320px;
  width: 100%;
}

.rbf-map-message {
  background: #fff8df;
  border: 1px solid #f0cf63;
  color: #6d5400;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 12px;
}

.rbf-map-message[data-type="success"] {
  background: #effaf1;
  border-color: #8bd19a;
  color: #126322;
}

.rbf-map-message[data-type="error"] {
  background: #fff0f0;
  border-color: #d63638;
  color: #b00020;
}

.rbf-map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.rbf-modal-card img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.rbf-modal-close {
  background: #111111;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  height: 34px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 34px;
}

.rbf-breakdown-note {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
  margin-top: 4px;
}

/* Desktop Phase 2.1: shared Pickup and return choice cards. */
@media (min-width: 701px) {
  .rbf .rbf-selected-service-options > .rbf-options:not(.rbf-door-modes) {
    background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
    border: 1px solid #dedede;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(17, 17, 17, 0.06);
    box-sizing: border-box;
    display: grid !important;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 20px;
    width: 100%;
  }

  .rbf .rbf-selected-service-options > .rbf-options:not(.rbf-door-modes) > legend {
    color: #111111;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 2px;
    padding: 0 4px;
  }

  .rbf .rbf-selected-service-options > .rbf-options:not(.rbf-door-modes) > .rbf-service-choice {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(17, 17, 17, 0.05);
    box-sizing: border-box;
    color: #111111;
    cursor: pointer;
    display: flex !important;
    gap: 14px;
    min-height: 108px;
    padding: 18px;
    transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
    width: 100% !important;
  }

  .rbf .rbf-selected-service-options > .rbf-options:not(.rbf-door-modes) > .rbf-service-choice:hover,
  .rbf .rbf-selected-service-options > .rbf-options:not(.rbf-door-modes) > .rbf-service-choice:focus-within {
    border-color: #d7b400;
    box-shadow: 0 8px 20px rgba(17, 17, 17, 0.1), 0 0 0 2px rgba(255, 212, 0, 0.16);
    transform: translateY(-2px);
  }

  .rbf .rbf-selected-service-options > .rbf-options:not(.rbf-door-modes) > .rbf-service-choice:has(input[type="radio"]:checked) {
    background: #111111;
    border-color: #ffd400;
    box-shadow: 0 9px 22px rgba(17, 17, 17, 0.18), 0 0 0 2px rgba(255, 212, 0, 0.2);
    color: #ffffff;
  }

  .rbf .rbf-selected-service-options > .rbf-options:not(.rbf-door-modes) > .rbf-service-choice input[type="radio"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    align-self: center !important;
    background: #ffffff !important;
    border: 2px solid #777777 !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    clip: auto !important;
    clip-path: none !important;
    display: inline-block !important;
    flex: 0 0 26px !important;
    height: 26px !important;
    inset: auto !important;
    margin: 0 !important;
    min-height: 26px !important;
    opacity: 1 !important;
    overflow: visible !important;
    padding: 0 !important;
    pointer-events: auto !important;
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    width: 26px !important;
  }

  .rbf .rbf-selected-service-options > .rbf-options:not(.rbf-door-modes) > .rbf-service-choice input[type="radio"]:checked {
    background: radial-gradient(circle at center, #ffd400 0 7px, #ffffff 8px 100%) !important;
    border-color: #ffd400 !important;
  }

  .rbf .rbf-selected-service-options > .rbf-options:not(.rbf-door-modes) > .rbf-service-choice .rbf-service-copy {
    display: grid;
    flex: 1 1 auto;
    gap: 6px;
    min-width: 0;
  }

  .rbf .rbf-selected-service-options > .rbf-options:not(.rbf-door-modes) > .rbf-service-choice .rbf-service-copy strong {
    color: inherit;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.25;
  }

  .rbf .rbf-selected-service-options > .rbf-options:not(.rbf-door-modes) > .rbf-service-choice .rbf-service-copy small {
    color: #666666;
    display: block;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.45;
  }

  .rbf .rbf-selected-service-options > .rbf-options:not(.rbf-door-modes) > .rbf-service-choice:has(input[type="radio"]:checked) .rbf-service-copy small {
    color: rgba(255, 255, 255, 0.76);
  }

  .rbf .rbf-selected-service-options > .rbf-door-modes {
    background: linear-gradient(180deg, #fffdf4 0%, #fff9dc 100%);
    border: 1px solid #e2ca59;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(91, 71, 0, 0.08);
    box-sizing: border-box;
    display: grid !important;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 20px;
    width: 100%;
  }

  .rbf .rbf-selected-service-options > .rbf-door-modes[hidden] {
    display: none !important;
  }

  .rbf .rbf-selected-service-options > .rbf-door-modes > legend {
    color: #111111;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 2px;
    padding: 0 4px;
  }

  .rbf .rbf-selected-service-options > .rbf-door-modes > .rbf-door-choice {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(17, 17, 17, 0.05);
    box-sizing: border-box;
    color: #111111;
    cursor: pointer;
    display: flex !important;
    gap: 13px;
    min-height: 122px;
    padding: 17px;
    transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
    width: 100% !important;
  }

  .rbf .rbf-selected-service-options > .rbf-door-modes > .rbf-door-choice:hover,
  .rbf .rbf-selected-service-options > .rbf-door-modes > .rbf-door-choice:focus-within {
    border-color: #d7b400;
    box-shadow: 0 8px 20px rgba(17, 17, 17, 0.1), 0 0 0 2px rgba(255, 212, 0, 0.16);
    transform: translateY(-2px);
  }

  .rbf .rbf-selected-service-options > .rbf-door-modes > .rbf-door-choice:has(input[type="radio"]:checked) {
    background: #111111;
    border-color: #ffd400;
    box-shadow: 0 9px 22px rgba(17, 17, 17, 0.18), 0 0 0 2px rgba(255, 212, 0, 0.2);
    color: #ffffff;
  }

  .rbf .rbf-selected-service-options > .rbf-door-modes > .rbf-door-choice input[type="radio"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    align-self: center !important;
    background: #ffffff !important;
    border: 2px solid #777777 !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    clip: auto !important;
    clip-path: none !important;
    display: inline-block !important;
    flex: 0 0 26px !important;
    height: 26px !important;
    inset: auto !important;
    margin: 0 !important;
    min-height: 26px !important;
    opacity: 1 !important;
    overflow: visible !important;
    padding: 0 !important;
    pointer-events: auto !important;
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    width: 26px !important;
  }

  .rbf .rbf-selected-service-options > .rbf-door-modes > .rbf-door-choice input[type="radio"]:checked {
    background: radial-gradient(circle at center, #ffd400 0 7px, #ffffff 8px 100%) !important;
    border-color: #ffd400 !important;
  }

  .rbf .rbf-selected-service-options > .rbf-door-modes > .rbf-door-choice .rbf-service-copy {
    display: grid;
    flex: 1 1 auto;
    gap: 6px;
    min-width: 0;
  }

  .rbf .rbf-selected-service-options > .rbf-door-modes > .rbf-door-choice .rbf-service-copy strong {
    color: inherit;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.3;
  }

  .rbf .rbf-selected-service-options > .rbf-door-modes > .rbf-door-choice .rbf-service-copy small {
    color: #666666;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
  }

  .rbf .rbf-selected-service-options > .rbf-door-modes > .rbf-door-choice:has(input[type="radio"]:checked) .rbf-service-copy small {
    color: rgba(255, 255, 255, 0.76);
  }

  .rbf .rbf-selected-service-options > .rbf-door-modes > .rbf-door-choice .rbf-choice-badge {
    align-items: center;
    background: #ffd400;
    border-radius: 999px;
    color: #111111;
    display: inline-flex;
    font-size: 9px;
    font-weight: 900;
    justify-self: start;
    letter-spacing: 0.06em;
    line-height: 1;
    margin-top: 2px;
    padding: 5px 8px;
    text-transform: uppercase;
  }

  /* Desktop Phase 2.1: Door-to-Door locations. */
  .rbf .rbf-selected-location-box .rbf-door-panel {
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(17, 17, 17, 0.06);
    box-sizing: border-box;
    gap: 16px;
    padding: 20px;
    width: 100%;
  }

  .rbf .rbf-selected-location-box .rbf-door-panel h4 {
    border-bottom: 1px solid #ececec;
    color: #111111;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 12px;
  }

  .rbf .rbf-selected-location-box .rbf-door-service-area {
    background: #fff9d9;
    border-left: 4px solid #ffd400;
    border-radius: 0 9px 9px 0;
    color: #525252;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    padding: 12px 14px;
  }

  .rbf .rbf-selected-location-box .rbf-door-service-area strong {
    color: #111111;
    font-weight: 850;
  }

  .rbf .rbf-selected-location-box .rbf-location-field {
    background: #fbfbfb;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(17, 17, 17, 0.04);
    gap: 9px;
    min-width: 0;
    padding: 16px;
  }

  .rbf .rbf-selected-location-box .rbf-location-field > label:first-child {
    align-items: center;
    color: #111111;
    display: flex;
    font-size: 15px;
    font-weight: 850;
    gap: 9px;
    line-height: 1.25;
  }

  .rbf .rbf-selected-location-box .rbf-location-step {
    align-items: center;
    background: #111111;
    border-radius: 50%;
    color: #ffd400;
    display: inline-flex;
    flex: 0 0 28px;
    font-size: 12px;
    font-weight: 900;
    height: 28px;
    justify-content: center;
    width: 28px;
  }

  .rbf .rbf-selected-location-box .rbf-location-entry {
    align-items: stretch;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) 170px;
  }

  .rbf .rbf-selected-location-box .rbf-location-field input[type="text"],
  .rbf .rbf-selected-location-box .rbf-location-note {
    background: #ffffff;
    border: 1px solid #cfcfcf;
    border-radius: 9px;
    color: #111111;
    font-size: 13px;
    line-height: 1.4;
    padding: 11px 12px;
    transition: border-color 150ms ease, box-shadow 150ms ease;
  }

  .rbf .rbf-selected-location-box .rbf-location-field input[type="text"] {
    min-height: 48px;
  }

  .rbf .rbf-selected-location-box .rbf-location-note {
    min-height: 92px;
    resize: vertical;
  }

  .rbf .rbf-selected-location-box .rbf-location-field input[type="text"]:focus,
  .rbf .rbf-selected-location-box .rbf-location-note:focus {
    border-color: #d7b400;
    box-shadow: 0 0 0 3px rgba(255, 212, 0, 0.16);
    outline: 0;
  }

  .rbf .rbf-selected-location-box .rbf-location-field .rbf-help {
    color: #666666;
    font-size: 11.5px;
    line-height: 1.45;
  }

  .rbf .rbf-selected-location-box .rbf-note-label {
    color: #222222;
    font-size: 12.5px;
    font-weight: 800;
    margin-top: 3px;
  }

  .rbf .rbf-selected-location-box .rbf-map-search-button {
    background: #111111 !important;
    border: 1px solid #111111 !important;
    border-radius: 9px !important;
    box-shadow: none !important;
    color: #ffd400 !important;
    font-size: 13px;
    gap: 7px;
    min-height: 48px;
  }

  .rbf .rbf-selected-location-box .rbf-map-search-button:hover,
  .rbf .rbf-selected-location-box .rbf-map-search-button:focus {
    background: #252525 !important;
    box-shadow: 0 0 0 3px rgba(255, 212, 0, 0.18) !important;
  }

  .rbf .rbf-selected-location-box .rbf-door-calculate {
    background: #ffd400 !important;
    border: 1px solid #111111 !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 0 #111111 !important;
    color: #111111 !important;
    font-size: 14px;
    font-weight: 900;
    min-height: 52px;
  }

  .rbf .rbf-selected-location-box .rbf-door-calculate:hover,
  .rbf .rbf-selected-location-box .rbf-door-calculate:focus {
    background: #ffe04a !important;
    transform: translateY(-1px);
  }

  .rbf [data-rbf-door-fee-status="ready"] .rbf-fee-result:not(:empty),
  .rbf [data-rbf-door-fee-status="missing"] .rbf-fee-result:not(:empty),
  .rbf [data-rbf-door-fee-status="error"] .rbf-fee-result:not(:empty),
  .rbf [data-rbf-door-fee-status="calculating"] .rbf-fee-result:not(:empty) {
    border-radius: 9px;
    font-size: 12.5px;
    line-height: 1.45;
    padding: 11px 13px;
  }

  .rbf [data-rbf-door-fee-status="ready"] .rbf-fee-result:not(:empty) {
    background: #f0faf2;
    border: 1px solid #9ed1a8;
    color: #176b2c;
  }

  .rbf [data-rbf-door-fee-status="missing"] .rbf-fee-result:not(:empty),
  .rbf [data-rbf-door-fee-status="error"] .rbf-fee-result:not(:empty) {
    background: #fff2f2;
    border: 1px solid #df8f9a;
    border-left: 4px solid #c9142f;
    color: #a4001a;
  }

  .rbf [data-rbf-door-fee-status="calculating"] .rbf-fee-result:not(:empty) {
    background: #fff9dc;
    border: 1px solid #e8cf57;
    color: #655000;
  }

  /* Desktop Phase 2.1: Trip Details and Add-ons. */
  .rbf .rbf-customer {
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(17, 17, 17, 0.06);
    box-sizing: border-box;
    gap: 14px;
    padding: 20px;
    width: 100%;
  }

  .rbf .rbf-customer-title {
    border-bottom: 1px solid #ececec;
    color: #111111;
    display: block;
    font-size: 23px;
    font-weight: 900;
    grid-column: 1 / -1;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 12px;
  }

  .rbf .rbf-customer-intro {
    background: #fff9d9;
    border-left: 4px solid #ffd400;
    border-radius: 0 9px 9px 0;
    color: #525252;
    display: block;
    font-size: 13px;
    grid-column: 1 / -1;
    line-height: 1.5;
    margin: 0;
    padding: 12px 14px;
  }

  .rbf .rbf-trip-card {
    background: #fbfbfb;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(17, 17, 17, 0.04);
    box-sizing: border-box;
    gap: 8px;
    margin: 0;
    min-width: 0;
    padding: 16px;
    width: 100%;
  }

  .rbf .rbf-passenger-card,
  .rbf .rbf-cclex-card {
    grid-column: 1;
  }

  .rbf .rbf-chauffeur-card,
  .rbf .rbf-chauffeur-quantity-card {
    grid-column: 2;
  }

  .rbf .rbf-outside-cebu-card {
    grid-column: 1 / -1;
  }

  .rbf .rbf-trip-card > label:not(.rbf-addon-toggle) {
    color: #111111;
    font-size: 14.5px;
    font-weight: 850;
    line-height: 1.3;
    margin: 0;
  }

  .rbf .rbf-trip-card-note {
    color: #666666;
    display: block;
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.45;
  }

  .rbf .rbf-trip-card input[type="number"],
  .rbf .rbf-trip-card select {
    background: #ffffff;
    border: 1px solid #cfcfcf;
    border-radius: 9px;
    color: #111111;
    font-size: 13px;
    min-height: 48px;
    min-width: 0;
    padding: 10px 12px;
    transition: border-color 150ms ease, box-shadow 150ms ease;
    width: 100%;
  }

  .rbf .rbf-trip-card input[type="number"]:focus,
  .rbf .rbf-trip-card select:focus {
    border-color: #d7b400;
    box-shadow: 0 0 0 3px rgba(255, 212, 0, 0.16);
    outline: 0;
  }

  .rbf .rbf-trip-card > .rbf-help {
    color: #666666;
    font-size: 11.5px;
    line-height: 1.45;
    margin: 0;
  }

  .rbf .rbf-chauffeur-overnight-note {
    background: #fff9d9;
    border-left: 3px solid #ffd400;
    border-radius: 0 7px 7px 0;
    color: #4e4520;
    margin-top: 3px;
    padding: 9px 10px;
  }

  .rbf .rbf-trip-card > .rbf-cclex-summary {
    align-self: start;
    background: #f0faf2;
    border: 1px solid #add7b5;
    border-radius: 999px;
    color: #176b2c;
    display: inline-flex;
    font-weight: 750;
    padding: 6px 10px;
  }

  .rbf .rbf-outside-cebu-card {
    background: #fffdf3;
    border: 1px solid #eadb8d;
    cursor: pointer;
    padding: 16px;
    transition: background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
  }

  .rbf .rbf-outside-cebu-card:hover,
  .rbf .rbf-outside-cebu-card:focus-within,
  .rbf .rbf-outside-cebu-card.rbf-addon-selected {
    background: #fff9d9;
    border-color: #d9b900;
    box-shadow: 0 0 0 2px rgba(255, 212, 0, 0.16);
  }

  .rbf .rbf-outside-cebu-card.rbf-addon-disabled {
    background: #f7f7f7;
    border-color: #dddddd;
    cursor: not-allowed;
    opacity: 0.76;
  }

  .rbf .rbf-addon-toggle {
    align-items: flex-start;
    border-bottom: 0;
    box-sizing: border-box;
    gap: 12px;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .rbf .rbf-addon-toggle > span {
    display: grid;
    flex: 1 1 auto;
    gap: 5px;
    min-width: 0;
  }

  .rbf .rbf-addon-toggle strong {
    color: #111111;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.3;
  }

  .rbf .rbf-addon-toggle small {
    color: #666666;
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.45;
    margin: 0;
  }

  .rbf .rbf-addon-badge {
    align-items: center;
    background: #ffd400;
    border-radius: 999px;
    color: #111111;
    display: inline-flex;
    font-size: 9px;
    font-style: normal;
    font-weight: 900;
    justify-self: start;
    letter-spacing: 0.06em;
    line-height: 1;
    padding: 5px 8px;
    text-transform: uppercase;
  }

  .rbf .rbf-addon-toggle input[type="checkbox"] {
    accent-color: #ffd400 !important;
    flex: 0 0 22px !important;
    height: 22px !important;
    margin: 1px 0 0 !important;
    min-height: 22px !important;
    opacity: 1 !important;
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    width: 22px !important;
  }

  .rbf .rbf-outside-cebu-card > .rbf-help {
    border-top: 1px solid #eadf9f;
    margin-top: 4px;
    padding-top: 9px;
  }
}

@media (max-width: 980px) {
  .rbf-search,
  .rbf-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 701px) and (max-width: 980px) {
  .rbf .rbf-selected-location-box .rbf-door-panel {
    grid-template-columns: 1fr;
  }

  .rbf .rbf-selected-location-box .rbf-location-entry {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .rbf {
    box-sizing: border-box;
    margin: 56px 0 0 calc(50% - 50vw + 4px);
    max-width: calc(100vw - 8px);
    padding: 16px 4px;
    width: calc(100vw - 8px);
  }

  .rbf-title {
    font-size: 21px !important;
    line-height: 1.15 !important;
    margin-bottom: 12px !important;
  }

  .rbf-date-summary {
    gap: 6px;
    height: 64px;
    min-height: 64px;
    overflow: hidden;
    padding: 6px 8px;
  }

  .rbf-date-summary span {
    font-size: 10px;
    line-height: 1.25;
  }

  .rbf-date-summary-reset {
    font-size: 9px;
    line-height: 1.1;
    max-width: 104px;
    padding: 5px 7px;
    white-space: nowrap;
  }

  .rbf-search,
  .rbf-grid,
  .rbf-door-panel,
  .rbf-customer,
  .rbf-selected-summary {
    grid-template-columns: 1fr;
  }

  .rbf-search {
    padding-left: 14px;
    padding-right: 14px;
  }

  .rbf .rbf-options {
    border: 0;
    display: grid !important;
    gap: 8px;
    padding: 8px 0;
  }

  .rbf .rbf-options legend {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 4px;
    padding: 0;
  }

  .rbf .rbf-options label {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    cursor: pointer;
    display: flex !important;
    font-size: 13px;
    font-weight: 700;
    gap: 11px;
    line-height: 1.3;
    min-height: 52px;
    padding: 11px 13px;
    transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 120ms ease;
    width: 100% !important;
  }

  .rbf .rbf-options label:active {
    transform: scale(0.99);
  }

  .rbf .rbf-options label:has(input[type="radio"]:checked) {
    background: #111111;
    border-color: #ffd400;
    box-shadow: 0 0 0 2px rgba(255, 212, 0, 0.24), 0 5px 14px rgba(17, 17, 17, 0.16);
    color: #ffffff !important;
  }

  .rbf .rbf-options input[type="radio"] {
    accent-color: #ffd400;
    flex: 0 0 21px;
    height: 21px;
    margin: 0;
    min-height: 21px;
    padding: 0;
    width: 21px !important;
  }

  .rbf .rbf-door-modes {
    background: #fff8d7;
    border: 1px solid #ffd400;
    border-radius: 12px;
    padding: 10px;
  }

  .rbf .rbf-selected-service-options .rbf-options label {
    align-items: center !important;
    background: #ffffff !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 10px !important;
    color: #111111 !important;
    display: flex !important;
    flex-direction: row !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    gap: 11px !important;
    justify-content: flex-start !important;
    line-height: 1.3 !important;
    min-height: 52px !important;
    padding: 11px 13px !important;
    text-align: left !important;
    width: 100% !important;
  }

  .rbf .rbf-selected-service-options,
  .rbf .rbf-selected-service-options .rbf-options {
    box-sizing: border-box !important;
    max-width: none !important;
    width: 100% !important;
  }

  .rbf .rbf-selected-service-options .rbf-options label:has(input[type="radio"]:checked) {
    background: #111111 !important;
    border-color: #ffd400 !important;
    box-shadow: 0 0 0 2px rgba(255, 212, 0, 0.24), 0 5px 14px rgba(17, 17, 17, 0.16) !important;
    color: #ffffff !important;
  }

  .rbf .rbf-selected-service-options .rbf-options label input[type="radio"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    align-self: center !important;
    background: #ffffff !important;
    border: 2px solid #888888 !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    clip: auto !important;
    clip-path: none !important;
    display: inline-block !important;
    flex: 0 0 21px !important;
    height: 21px !important;
    inset: auto !important;
    margin: 0 !important;
    min-height: 21px !important;
    opacity: 1 !important;
    overflow: visible !important;
    padding: 0 !important;
    pointer-events: auto !important;
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    width: 21px !important;
  }

  .rbf .rbf-selected-service-options .rbf-options label input[type="radio"]:checked {
    background: radial-gradient(circle at center, #ffd400 0 5px, #ffffff 6px 100%) !important;
    border-color: #ffd400 !important;
  }

  .rbf .rbf-selected-service-options label.rbf-service-choice::before,
  .rbf .rbf-selected-service-options label.rbf-service-choice::after,
  .rbf .rbf-selected-service-options label.rbf-service-choice input[type="radio"]::before,
  .rbf .rbf-selected-service-options label.rbf-service-choice input[type="radio"]::after {
    border: 0 !important;
    box-shadow: none !important;
    content: none !important;
    display: none !important;
  }

  .rbf .rbf-selected-service-options label.rbf-service-choice > span:not(.rbf-service-copy) {
    display: none !important;
  }

  .rbf .rbf-service-choice,
  .rbf .rbf-selected-service-options .rbf-options label.rbf-service-choice {
    align-items: center !important;
    background: #ffffff !important;
    border: 1px solid #dedede !important;
    border-radius: 9px !important;
    box-shadow: 0 3px 10px rgba(17, 17, 17, 0.05) !important;
    color: #111111 !important;
    gap: 11px !important;
    min-height: 66px !important;
    padding: 11px 12px !important;
    position: relative !important;
  }

  .rbf .rbf-service-choice:has(input[type="radio"]:checked),
  .rbf .rbf-selected-service-options .rbf-options label.rbf-service-choice:has(input[type="radio"]:checked) {
    background: #111111 !important;
    border-color: #e5bd00 !important;
    box-shadow: 0 5px 14px rgba(17, 17, 17, 0.16), 0 0 0 1px rgba(255, 212, 0, 0.2) !important;
    color: #ffffff !important;
  }

  .rbf .rbf-service-copy {
    display: grid !important;
    flex: 1 1 auto !important;
    gap: 3px !important;
    min-width: 0 !important;
  }

  .rbf .rbf-service-copy strong {
    color: inherit !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    line-height: 1.25 !important;
  }

  .rbf .rbf-service-copy small {
    color: #686868 !important;
    display: block !important;
    font-size: 10.5px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
  }

  .rbf .rbf-service-choice:has(input[type="radio"]:checked) .rbf-service-copy small {
    color: rgba(255, 255, 255, 0.76) !important;
  }

  .rbf .rbf-choice-badge {
    align-items: center !important;
    background: #ffd400 !important;
    border-radius: 999px !important;
    color: #111111 !important;
    display: inline-flex !important;
    font-size: 8px !important;
    font-weight: 850 !important;
    justify-self: start !important;
    letter-spacing: 0.06em !important;
    line-height: 1 !important;
    margin-top: 2px !important;
    padding: 4px 7px !important;
    text-transform: uppercase !important;
  }

  .rbf .rbf-door-modes {
    background: #fffdf3 !important;
    border: 1px solid #eadb8d !important;
    border-radius: 10px !important;
    gap: 7px !important;
    padding: 9px !important;
  }

  .rbf .rbf-door-modes legend {
    color: #111111 !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin-bottom: 4px !important;
  }

  .rbf .rbf-selected-location-box {
    border: 0 !important;
    gap: 16px !important;
    padding: 0 !important;
  }

  .rbf .rbf-door-panel {
    background: #ffffff !important;
    border: 0 !important;
    gap: 12px !important;
    padding: 0 !important;
  }

  .rbf .rbf-door-panel h4 {
    border-bottom: 1px solid #ececec !important;
    color: #111111 !important;
    font-size: 20px !important;
    font-weight: 750 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 0 0 9px !important;
  }

  .rbf .rbf-door-service-area {
    background: #fff9d9 !important;
    border-left: 3px solid #ffd400 !important;
    color: #4e4e4e !important;
    font-size: 11.5px !important;
    line-height: 1.45 !important;
    margin: 0 !important;
    padding: 9px 10px !important;
  }

  .rbf .rbf-door-service-area strong {
    color: #111111 !important;
    font-weight: 800 !important;
  }

  .rbf .rbf-location-field {
    background: #fbfbfb !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 10px !important;
    gap: 7px !important;
    padding: 12px !important;
  }

  .rbf .rbf-location-field > label:first-child {
    align-items: center !important;
    color: #111111 !important;
    display: flex !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    gap: 8px !important;
    line-height: 1.25 !important;
  }

  .rbf .rbf-location-step {
    align-items: center !important;
    background: #111111 !important;
    border-radius: 50% !important;
    color: #ffd400 !important;
    display: inline-flex !important;
    flex: 0 0 24px !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    height: 24px !important;
    justify-content: center !important;
    width: 24px !important;
  }

  .rbf .rbf-location-field input[type="text"],
  .rbf .rbf-location-note {
    background: #ffffff !important;
    border: 1px solid #cdcdcd !important;
    border-radius: 8px !important;
    color: #111111 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    padding: 11px 12px !important;
  }

  .rbf .rbf-location-field input[type="text"] {
    min-height: 46px !important;
  }

  .rbf .rbf-location-note {
    min-height: 90px !important;
    overflow-y: auto !important;
  }

  .rbf .rbf-location-field input::placeholder,
  .rbf .rbf-location-note::placeholder {
    color: #898989 !important;
    opacity: 1 !important;
  }

  .rbf .rbf-location-field .rbf-help {
    color: #666666 !important;
    font-size: 10.5px !important;
    line-height: 1.4 !important;
  }

  .rbf .rbf-note-label {
    color: #222222 !important;
    font-size: 12px !important;
    font-weight: 750 !important;
    margin-top: 4px !important;
  }

  .rbf .rbf-selected-location-box .rbf-map-search-button {
    background: #111111 !important;
    border: 1px solid #111111 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    color: #ffd400 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    gap: 7px !important;
    min-height: 44px !important;
  }

  .rbf .rbf-selected-location-box .rbf-door-calculate {
    background: #ffd400 !important;
    border: 1px solid #111111 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 0 #111111 !important;
    color: #111111 !important;
    font-size: 13.5px !important;
    font-weight: 900 !important;
    min-height: 50px !important;
  }

  .rbf [data-rbf-door-fee-status="ready"] .rbf-fee-result:not(:empty) {
    background: #f4fbf2 !important;
    border: 1px solid #b9d9b2 !important;
    border-radius: 8px !important;
    color: #176b2c !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    padding: 9px 10px !important;
  }

  .rbf [data-rbf-door-fee-status="missing"] .rbf-fee-result:not(:empty),
  .rbf [data-rbf-door-fee-status="error"] .rbf-fee-result:not(:empty) {
    background: #fff2f2 !important;
    border: 1px solid #df8f9a !important;
    border-left: 4px solid #c9142f !important;
    border-radius: 8px !important;
    color: #a4001a !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1.4 !important;
    padding: 9px 10px !important;
  }

  .rbf [data-rbf-door-fee-status="calculating"] .rbf-fee-result:not(:empty) {
    background: #fff9dc !important;
    border: 1px solid #e8cf57 !important;
    border-radius: 8px !important;
    color: #655000 !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    padding: 9px 10px !important;
  }

  .rbf .rbf-customer {
    background: transparent !important;
    border: 0 !important;
    gap: 11px !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .rbf .rbf-customer-title {
    border-bottom: 1px solid #ececec !important;
    color: #111111 !important;
    display: block !important;
    font-size: 20px !important;
    font-weight: 750 !important;
    grid-column: 1 / -1 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 0 0 9px !important;
  }

  .rbf .rbf-customer-intro {
    background: #fff9d9 !important;
    border-left: 3px solid #ffd400 !important;
    color: #4e4e4e !important;
    display: block !important;
    font-size: 11.5px !important;
    grid-column: 1 / -1 !important;
    line-height: 1.45 !important;
    margin: 0 !important;
    padding: 9px 10px !important;
  }

  .rbf .rbf-trip-card {
    background: #fbfbfb !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    gap: 7px !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 12px !important;
    text-align: left !important;
    width: 100% !important;
  }

  .rbf .rbf-trip-card > label:not(.rbf-addon-toggle) {
    color: #111111 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    margin: 0 !important;
    text-align: left !important;
  }

  .rbf .rbf-trip-card-note {
    color: #666666 !important;
    display: block !important;
    font-size: 10.5px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: -1px 0 1px !important;
  }

  .rbf .rbf-trip-card input[type="number"],
  .rbf .rbf-trip-card select {
    background: #ffffff !important;
    border: 1px solid #cdcdcd !important;
    border-radius: 8px !important;
    color: #111111 !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    max-width: 100% !important;
    min-height: 46px !important;
    min-width: 0 !important;
    padding: 10px 11px !important;
    width: 100% !important;
  }

  .rbf .rbf-trip-card input::placeholder {
    color: #898989 !important;
    opacity: 1 !important;
  }

  .rbf .rbf-trip-card > .rbf-help {
    color: #666666 !important;
    font-size: 10.5px !important;
    line-height: 1.42 !important;
    margin: 0 !important;
    overflow-wrap: anywhere !important;
  }

  .rbf .rbf-chauffeur-reference {
    padding: 1px 1px 0 !important;
  }

  .rbf .rbf-chauffeur-overnight-note {
    background: #fff9d9 !important;
    border-left: 3px solid #ffd400 !important;
    border-radius: 0 7px 7px 0 !important;
    color: #4e4520 !important;
    margin-top: 3px !important;
    padding: 8px 9px !important;
  }

  .rbf .rbf-trip-card > .rbf-cclex-summary {
    align-self: start !important;
    background: #f4fbf2 !important;
    border: 1px solid #b9d9b2 !important;
    border-radius: 999px !important;
    color: #176b2c !important;
    display: inline-flex !important;
    font-weight: 750 !important;
    padding: 5px 9px !important;
  }

  .rbf .rbf-outside-cebu-card {
    background: #fffdf3 !important;
    border: 1px solid #eadb8d !important;
    cursor: pointer !important;
    padding: 12px !important;
  }

  .rbf .rbf-outside-cebu-card:hover,
  .rbf .rbf-outside-cebu-card:focus-within,
  .rbf .rbf-outside-cebu-card.rbf-addon-selected {
    background: #fff9d9 !important;
    border-color: #d9b900 !important;
    box-shadow: 0 0 0 1px rgba(255, 212, 0, 0.16) !important;
  }

  .rbf .rbf-outside-cebu-card.rbf-addon-disabled {
    background: #f7f7f7 !important;
    border-color: #dddddd !important;
    cursor: not-allowed !important;
    opacity: 0.78 !important;
  }

  .rbf .rbf-addon-toggle {
    align-items: flex-start !important;
    border-bottom: 0 !important;
    box-sizing: border-box !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    width: 100% !important;
  }

  .rbf .rbf-addon-toggle > span {
    display: grid !important;
    flex: 1 1 auto !important;
    gap: 4px !important;
    min-width: 0 !important;
    text-align: left !important;
  }

  .rbf .rbf-addon-toggle strong {
    color: #111111 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    overflow-wrap: normal !important;
    text-align: left !important;
  }

  .rbf .rbf-addon-toggle small {
    color: #666666 !important;
    font-size: 10.5px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    overflow-wrap: anywhere !important;
    text-align: left !important;
  }

  .rbf .rbf-addon-badge {
    align-items: center !important;
    background: #ffd400 !important;
    border-radius: 999px !important;
    color: #111111 !important;
    display: inline-flex !important;
    font-size: 8px !important;
    font-style: normal !important;
    font-weight: 850 !important;
    justify-self: start !important;
    letter-spacing: 0.06em !important;
    line-height: 1 !important;
    padding: 4px 7px !important;
    text-transform: uppercase !important;
  }

  .rbf .rbf-addon-toggle input[type="checkbox"] {
    accent-color: #ffd400 !important;
    flex: 0 0 20px !important;
    height: 20px !important;
    margin: 1px 0 0 !important;
    min-height: 20px !important;
    transform: none !important;
    width: 20px !important;
  }

  .rbf .rbf-outside-cebu-card > .rbf-help {
    border-top: 1px solid #eadf9f !important;
    color: #666666 !important;
    margin-top: 3px !important;
    padding-top: 8px !important;
    text-align: left !important;
  }

  .rbf-customer > .rbf-field:has([data-rbf-passengers]) {
    order: 1;
  }

  .rbf-customer > .rbf-field:has([data-rbf-chauffeur-package]) {
    order: 2;
  }

  .rbf-customer > [data-rbf-chauffeur-quantity-field] {
    order: 3;
  }

  .rbf-customer > .rbf-field:has([data-rbf-cclex-entries]) {
    order: 4;
  }

  .rbf-customer > [data-rbf-interisland-field] {
    order: 5;
  }

  .rbf-results-head,
  .rbf-breakdown-section > div,
  .rbf-total,
  .rbf-breakdown dl div {
    align-items: start;
    flex-direction: column;
  }

  .rbf-card-actions,
  .rbf-final-actions,
  .rbf-map-actions {
    flex-direction: column;
  }

  .rbf-primary,
  .rbf-secondary,
  .rbf-link-button {
    width: 100%;
  }

  .rbf-location-entry {
    grid-template-columns: 1fr;
  }

  .rbf-map-canvas {
    height: 58vh;
    min-height: 300px;
  }

  .rbf-breakdown .rbf-discount-row dd {
    max-width: 100%;
    text-align: left;
  }

  .rbf-breakdown .rbf-savings-card dd {
    justify-items: start;
  }

  /* Compact mobile booking summary. Pricing and form logic remain unchanged. */
  .rbf .rbf-breakdown {
    gap: 10px;
    min-width: 0;
    width: 100%;
  }

  .rbf .rbf-breakdown > h4 {
    border-bottom: 2px solid #ffd700;
    font-size: 20px !important;
    line-height: 1.15 !important;
    margin: 0;
    padding: 0 0 10px;
  }

  .rbf .rbf-breakdown-section,
  .rbf .rbf-total {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    margin: 0;
    min-width: 0;
    padding: 11px;
  }

  .rbf .rbf-booking-cost-section,
  .rbf .rbf-additional-section {
    background: #ffffff;
  }

  .rbf .rbf-breakdown-section > div:not(.rbf-coupon-control),
  .rbf .rbf-total,
  .rbf .rbf-breakdown dl div:not(.rbf-savings-card) {
    align-items: baseline;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
  }

  .rbf .rbf-breakdown-section > div:first-child > strong {
    font-size: 14px;
    line-height: 1.25;
  }

  .rbf .rbf-breakdown [data-rbf-booking-cost],
  .rbf .rbf-breakdown [data-rbf-additional-total] {
    border-radius: 7px;
    flex: 0 0 auto;
    font-size: 15px;
    line-height: 1.1;
    padding: 5px 7px;
  }

  .rbf .rbf-breakdown-section > .rbf-help {
    color: #666666;
    font-size: 10px !important;
    font-weight: 500;
    line-height: 1.4;
    margin: 7px 0 0;
  }

  .rbf .rbf-breakdown dl {
    gap: 0;
    margin-top: 7px;
  }

  .rbf .rbf-breakdown dl div:not(.rbf-savings-card) {
    border-top: 1px solid #eeeeee;
    min-width: 0;
    padding: 7px 0;
  }

  .rbf .rbf-breakdown dt,
  .rbf .rbf-breakdown dd {
    font-size: 12px;
    line-height: 1.3;
  }

  .rbf .rbf-breakdown dt {
    color: #444444;
    flex: 1 1 auto;
    min-width: 0;
  }

  .rbf .rbf-breakdown dd {
    flex: 0 1 58%;
    min-width: 0;
    overflow-wrap: anywhere;
    text-align: right;
  }

  .rbf .rbf-breakdown dd small {
    font-size: 9px;
    line-height: 1.3;
    margin-top: 2px;
    text-align: right;
  }

  .rbf .rbf-breakdown dl .rbf-savings-card {
    border-radius: 8px;
    display: grid;
    gap: 4px;
    grid-template-columns: 1fr;
    margin-top: 7px;
    padding: 9px;
  }

  .rbf .rbf-savings-card dt {
    font-size: 12px;
  }

  .rbf .rbf-savings-card dd {
    gap: 2px;
    justify-items: start;
    max-width: 100%;
    text-align: left;
  }

  .rbf .rbf-savings-kicker {
    font-size: 9px;
    letter-spacing: 0.04em;
  }

  .rbf .rbf-savings-amount {
    font-size: 18px;
  }

  .rbf .rbf-savings-card small {
    font-size: 9px;
    line-height: 1.35;
    text-align: left;
  }

  .rbf .rbf-coupon-section {
    background: #fffdf3;
    border-color: #ead66d;
  }

  .rbf .rbf-coupon-section > div:first-child > span {
    color: #6b5a00;
    font-size: 10px;
    font-weight: 700;
    text-align: right;
  }

  .rbf .rbf-coupon-control {
    align-items: stretch;
    background: transparent;
    border: 0;
    display: grid;
    gap: 7px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 9px;
    padding: 0;
  }

  .rbf .rbf-coupon-control input {
    box-sizing: border-box;
    font-size: 12px !important;
    height: 44px !important;
    letter-spacing: 0.03em;
    line-height: 1 !important;
    margin: 0 !important;
    max-height: 44px !important;
    min-height: 44px !important;
    min-width: 0;
    padding: 0 10px !important;
    width: 100% !important;
  }

  .rbf .rbf-coupon-control button {
    border-radius: 7px;
    box-shadow: 0 2px 0 #111111;
    font-size: 11px !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    min-height: 44px !important;
    min-width: 0;
    padding: 8px 11px !important;
    white-space: nowrap;
  }

  .rbf .rbf-coupon-control [data-rbf-remove-coupon] {
    grid-column: 1 / -1;
    justify-self: end;
    min-height: 34px !important;
  }

  .rbf .rbf-fees-section {
    background: #fff9d9;
    border-color: #ead66d;
  }

  .rbf .rbf-fees-section > div + div {
    border-top: 1px solid #eadf9f;
    margin-top: 8px;
    padding-top: 8px;
  }

  .rbf .rbf-fees-section > div > strong,
  .rbf .rbf-fees-section > div > span {
    font-size: 12px;
    line-height: 1.3;
  }

  .rbf .rbf-fees-section > div > span {
    max-width: 56%;
    text-align: right;
  }

  .rbf .rbf-fees-section small {
    display: block;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.35;
    margin-top: 3px;
  }

  .rbf .rbf-total {
    align-items: center;
    border: 1px solid #ffd700;
    box-shadow: none;
    padding: 13px;
  }

  .rbf .rbf-total strong {
    font-size: 12px;
  }

  .rbf .rbf-total [data-rbf-grand-total] {
    font-size: 22px;
    text-align: right;
  }

  .rbf .rbf-final-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .rbf .rbf-final-help {
    order: 2;
  }

  .rbf .rbf-final-actions {
    order: 1;
  }

  .rbf .rbf-final-block:has(.rbf-final-help[data-rbf-help-state="error"]) .rbf-final-help {
    order: 1;
  }

  .rbf .rbf-final-block:has(.rbf-final-help[data-rbf-help-state="error"]) .rbf-final-actions {
    order: 2;
  }

  .rbf .rbf-final-help[data-rbf-help-state="error"] {
    background: #fff2f2;
    border-left: 4px solid #c9142f;
    border-radius: 6px;
    display: block;
    font-size: 11px;
    line-height: 1.4;
    padding: 9px 10px;
  }

  .rbf .rbf-final-actions .rbf-link-button {
    border-radius: 8px;
    font-size: 13px !important;
    min-height: 48px;
  }

  .rbf-range-calendar {
    margin-left: -10px;
    margin-right: -10px;
    max-width: none;
    overflow: hidden;
    padding: 2px;
    width: calc(100% + 20px);
  }

  .rbf-range-calendar-weekdays,
  .rbf-range-calendar-grid {
    gap: 3px;
  }

  .rbf-range-calendar-weekdays {
    font-size: 9px;
  }

  .rbf-range-calendar-head {
    gap: 8px;
    margin-bottom: 8px;
  }

  .rbf-range-calendar-title {
    font-size: 16px !important;
    line-height: 1.1 !important;
  }

  .rbf-range-calendar-nav {
    border-radius: 8px;
    font-size: 24px !important;
    min-height: 40px !important;
    min-width: 42px !important;
  }

  .rbf-range-day {
    box-sizing: border-box;
    gap: 2px;
    min-height: 50px;
    min-width: 0;
    overflow: hidden;
    padding: 5px 1px;
    width: 100%;
  }

  .rbf-range-day-number {
    font-size: 14px !important;
    line-height: 1 !important;
  }

  .rbf-range-day-rate {
    display: none !important;
  }

  .rbf-range-day-rate-compact {
    color: #8a6500;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 8px !important;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1;
    max-width: 100%;
    white-space: nowrap;
  }

  .rbf-range-calendar-legend {
    gap: 6px 10px;
    max-width: 100%;
    overflow: hidden;
  }

  .rbf-range-calendar-legend span {
    font-size: 10px;
  }

  .rbf-range-calendar-legend b {
    height: 28px;
    min-width: 28px;
    padding: 0 4px;
  }

  .rbf-range-day[data-disabled="1"] .rbf-range-day-rate-compact,
  .rbf-range-day[data-rbf-status="booked"] .rbf-range-day-rate-compact,
  .rbf-range-day[data-boundary="1"] .rbf-range-day-rate-compact,
  .rbf-range-day[data-in-range="1"] .rbf-range-day-rate-compact,
  .rbf-range-day[data-preview-range="1"] .rbf-range-day-rate-compact {
    color: #111111;
  }
}
