@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800;900&display=swap');

/* Review / Payment account controls */
.review-account-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
  padding: 16px;
  border: 1px solid rgba(15, 42, 61, .14);
  border-radius: 14px;
  background: #f6f8fb;
  color: var(--blue, #0f2a3d);
}
.review-account-copy { display: grid; gap: 3px; min-width: 0; }
.review-account-copy strong { font-size: 15px; font-weight: 900; }
.review-account-copy span { color: #617189; font-size: 13px; line-height: 1.4; overflow-wrap: anywhere; }
.review-account-copy b { color: var(--blue, #0f2a3d); font-weight: 900; }
.review-account-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; flex-wrap: wrap; }
.review-account-link {
  min-height: 38px;
  padding: 8px 14px;
  border: 0;
  border-radius: 999px;
  background: var(--orange, #ff4400);
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
}
.review-account-link.secondary { background: var(--blue, #0f2a3d); }
.review-account-link:hover,
.review-account-link:focus-visible { filter: brightness(.92); outline: 3px solid rgba(255, 68, 0, .16); outline-offset: 2px; }
.review-auth-gate.auth-gate {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(15, 42, 61, .42);
  overflow: auto;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
}
.review-auth-gate.auth-gate.open { display: flex; }
.review-auth-gate .auth-gate-wrap {
  position: relative;
  width: min(100%, 1040px);
  max-height: calc(100vh - 32px);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(8, 20, 36, .24);
  overflow: auto;
  color: var(--blue, #0f2a3d);
}
.review-auth-gate .auth-gate-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 18px; }
.review-auth-gate .auth-gate-card { border: 1px solid rgba(15, 42, 61, .14); border-radius: 16px; background: #fff; padding: 22px; }
.review-auth-gate .auth-gate-title { margin: 0 0 14px; color: var(--blue, #0f2a3d); font-size: clamp(34px, 4vw, 58px); line-height: 1.02; font-weight: 900; }
.review-auth-gate .review-auth-guest-title { margin-top: 8px; }
.review-auth-gate .auth-gate-copy { margin: 0 0 18px; color: var(--blue, #0f2a3d); font-size: 17px; line-height: 1.5; }
.review-auth-gate .auth-field { display: grid; gap: 6px; margin-bottom: 12px; }
.review-auth-gate .auth-field > span { color: var(--blue, #0f2a3d); font-size: 16px; font-weight: 900; }
.review-auth-gate .auth-field input { width: 100%; height: 52px; padding: 0 14px; border: 2px solid #102947; border-radius: 14px; outline: none; color: var(--blue, #0f2a3d); font-size: 18px; font-weight: 700; box-sizing: border-box; }
.review-auth-gate .auth-field input:focus { border-color: var(--orange, #ff4400); box-shadow: 0 0 0 3px rgba(255, 68, 0, .12); }
.review-auth-gate .auth-remember { display: inline-flex; align-items: center; gap: 10px; margin: 8px 0 16px; color: var(--blue, #0f2a3d); font-weight: 700; }
.review-auth-gate .auth-remember input { width: 18px; height: 18px; accent-color: var(--orange, #ff4400); }
.review-auth-gate .auth-actions { display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.review-auth-gate .auth-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 0; border-radius: 999px; background: var(--orange, #ff4400); color: #fff; font: inherit; font-size: 17px; font-weight: 900; cursor: pointer; }
.review-auth-gate .auth-btn:hover,
.review-auth-gate .auth-btn:focus-visible { background: #e13d00; outline: none; box-shadow: 0 10px 22px rgba(15, 42, 61, .16); }
.review-auth-gate .auth-btn:disabled { opacity: .65; cursor: wait; }
.review-auth-gate .auth-error { margin-top: 12px; padding: 10px 12px; border-radius: 12px; background: #fff4ee; color: #b42318; font-size: 13px; line-height: 1.45; font-weight: 800; }
.review-auth-gate .auth-coming-soon { opacity: 0; pointer-events: none; display: inline-flex; align-items: center; justify-content: center; padding: 6px 10px; border-radius: 999px; background: var(--blue, #0f2a3d); color: #fff; font-size: 12px; font-weight: 900; transform: translateX(-4px); transition: opacity .18s ease, transform .18s ease; }
.review-auth-gate .auth-coming-soon.show { opacity: 1; transform: translateX(0); }
.review-auth-gate .auth-password-wrap { position: relative; }
.review-auth-gate .auth-password-wrap input { padding-right: 52px; }
.review-auth-gate .auth-password-toggle { position: absolute; right: 8px; top: 50%; width: 34px; height: 34px; padding: 0; border: 0; border-radius: 999px; background: transparent; color: var(--blue, #0f2a3d); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transform: translateY(-50%); }
.review-auth-gate .auth-password-toggle:hover,
.review-auth-gate .auth-password-toggle:focus-visible { color: var(--orange, #ff4400); background: #fff; outline: none; box-shadow: 0 8px 18px rgba(15, 42, 61, .10); }
.review-auth-gate .auth-password-toggle svg { width: 18px; height: 18px; display: block; }
.review-auth-gate .auth-password-toggle::after { content: ""; position: absolute; width: 18px; height: 2px; border-radius: 999px; background: currentColor; transform: rotate(-45deg); opacity: 0; }
.review-auth-gate .auth-password-toggle.is-visible::after { opacity: 1; }
.review-auth-close { position: absolute; z-index: 2; top: 12px; right: 14px; width: 38px; height: 38px; border: 0; border-radius: 999px; background: #f1f4f7; color: var(--blue, #0f2a3d); font-size: 26px; line-height: 1; cursor: pointer; }
.review-auth-close:hover,
.review-auth-close:focus-visible { color: var(--orange, #ff4400); outline: 2px solid rgba(255, 68, 0, .16); }
@media (max-width: 980px) {
  .review-auth-gate .auth-gate-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .review-account-control { align-items: flex-start; flex-direction: column; }
  .review-account-actions { justify-content: flex-start; }
}

#speedii-booking-app,#speedii-booking-app *{box-sizing:border-box;}
#speedii-booking-app img{max-width:100%;height:auto;display:block;}
#speedii-booking-app {
  --blue: #172636;
  --orange: #ff4400;
  --border: #dfe6ee;
  --muted: #64748b;
  --text: #1f2933;
  --light: #f6f8fb;
  --shadow: 0 18px 45px rgba(15, 42, 61, .12);
  --shadow-lg: 0 22px 55px rgba(23, 38, 54, .16);
}

#speedii-booking-app * {
  box-sizing: border-box;
}

#speedii-booking-app {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
}

#speedii-booking-app button,
#speedii-booking-app input,
#speedii-booking-app textarea {
  font: inherit;
}

#speedii-booking-app .sd-page {
  width: 100%;
  max-width: 1380px;
  margin: auto;
  padding: 16px;
}

#speedii-booking-app .sd-card,
#speedii-booking-app .sd-panel {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

#speedii-booking-app .sd-title {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 31px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

#speedii-booking-app .sd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

#speedii-booking-app .sd-btn:hover {
  background: #0b1f2e;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 42, 61, .14);
}

#speedii-booking-app .sd-btn.orange {
  background: var(--orange);
}

#speedii-booking-app .sd-label,
#speedii-booking-app .sd-form label {
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

#speedii-booking-app .sd-detail strong {
  color: var(--blue);
  font-size: 18px !important;
  font-weight: 900;
}

#speedii-booking-app .sd-value,
#speedii-booking-app .sd-orange,
#speedii-booking-app .sd-detail span {
  color: var(--orange);
  font-size: 19px !important;
  font-weight: 900;
}

#speedii-booking-app .sd-blue {
  color: var(--blue);
  font-size: 19px !important;
  font-weight: 900;
}

#speedii-booking-app .sd-form {
  display: grid;
  gap: 12px;
}

#speedii-booking-app .sd-form label {
  display: grid;
  gap: 6px;
}

#speedii-booking-app .sd-form input,
#speedii-booking-app .sd-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid var(--blue);
  border-radius: 14px;
  outline: none;
  color: var(--blue);
  font-weight: 700;
}

#speedii-booking-app .sd-form textarea {
  min-height: 104px;
  resize: vertical;
}

#speedii-booking-app .sd-form input:focus,
#speedii-booking-app .sd-form textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 12px 28px rgba(15, 42, 61, .14);
}

#speedii-booking-app .sd-summary {
  position: sticky;
  top: 30px;
  overflow: visible;
  height: fit-content;
  padding: 18px;
  border-color: rgba(15, 42, 61, .55);
  box-shadow: var(--shadow-lg);
}

#speedii-booking-app .sd-summary h3 {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 24px;
  font-weight: 900;
}

#speedii-booking-app .sd-summary .sd-label {
  color: var(--blue);
  font-size: 15px;
  font-weight: 900;
}

#speedii-booking-app .sd-summary .sd-value {
  color: var(--orange);
  font-size: 17px !important;
  font-weight: 900;
}

#speedii-booking-app .sd-route {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(15, 42, 61, .12);
}

#speedii-booking-app .sd-route:after {
  content: none !important;
  display: none !important;
}

#speedii-booking-app .sd-list {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 12px 0 0;
  list-style: none;
}

#speedii-booking-app .sd-list li {
  position: relative;
  padding-left: 18px;
  color: var(--blue);
  font-size: 17px;
  font-weight: 800;
}

#speedii-booking-app .sd-list li strong,
#speedii-booking-app .sd-list li span {
  font-size: inherit;
  font-weight: 900;
}

#speedii-booking-app .sd-list li:before,
#speedii-booking-app .sd-total-list div:before {
  content: "" !important;
  position: absolute;
  left: 1px;
  top: 4px;
  width: 6px;
  height: 11px;
  border-right: 2px solid var(--orange);
  border-bottom: 2px solid var(--orange);
  color: transparent !important;
  transform: rotate(40deg);
}

#speedii-booking-app .sd-list .spacer {
  height: 1px;
  padding: 0;
  background: rgba(15, 42, 61, .12);
}

#speedii-booking-app .sd-list .spacer:before,
#speedii-booking-app .sd-list-spacer:before {
  content: none !important;
  border: 0 !important;
}

#speedii-booking-app .sd-total span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-weight: 900;
}

#speedii-booking-app .sd-total strong {
  display: block;
  color: var(--orange);
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

#speedii-booking-app .sd-total small {
  position: relative;
  top: .06em;
  font-size: .58em;
  vertical-align: top;
}

#speedii-booking-app .sd-skids {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

#speedii-booking-app .sd-skid {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 12px;
  align-items: center;
}

#speedii-booking-app .sd-skid img {
  width: 76px;
  height: 76px;
  object-fit: contain;
}

#speedii-booking-app .sd-skid strong,
#speedii-booking-app .sd-skid-specs {
  color: var(--blue);
}

#speedii-booking-app .sd-skid-specs {
  display: grid;
  gap: 3px;
  font-size: 13px;
  font-weight: 700;
}

#speedii-booking-app .sd-error {
  display: none;
  margin-top: 12px;
  padding: 12px;
  border-radius: 14px;
  background: #fee2e2;
  color: #991b1b;
  font-weight: 800;
}

#speedii-booking-app .sd-edit,
#speedii-booking-app button#sd-edit,
#speedii-booking-app button#edit,
#speedii-booking-app button[aria-label="Edit Your Order"] {
  position: relative;
  display: inline-flex;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: center;
  justify-content: center;
  float: right;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--blue);
  cursor: pointer;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  text-indent: 0 !important;
  overflow: visible !important;
  transition: background .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease;
}

#speedii-booking-app .sd-edit-glyph {
  position: absolute !important;
  inset: 0 !important;
  display: grid !important;
  place-items: center !important;
  color: currentColor !important;
  font-size: 0 !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  font-family: "Manrope", Arial, Helvetica, sans-serif !important;
  pointer-events: none !important;
}

#speedii-booking-app .sd-edit-glyph::before {
  content: "✎" !important;
  color: currentColor !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

#speedii-booking-app .sd-edit:hover,
#speedii-booking-app button#sd-edit:hover,
#speedii-booking-app button#edit:hover,
#speedii-booking-app button[aria-label="Edit Your Order"]:hover {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 8px 18px rgba(23, 38, 54, .22);
  transform: translateY(-1px);
}

#speedii-booking-app .sd-edit:after,
#speedii-booking-app button#sd-edit:after,
#speedii-booking-app button#edit:after,
#speedii-booking-app button[aria-label="Edit Your Order"]:after {
  content: "Edit Your Order";
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 60;
  padding: 8px 10px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  box-shadow: 0 10px 24px rgba(15, 42, 61, .28);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: .18s ease;
}

#speedii-booking-app .sd-edit:before,
#speedii-booking-app button#sd-edit:before,
#speedii-booking-app button#edit:before,
#speedii-booking-app button[aria-label="Edit Your Order"]:before {
  content: "";
  position: absolute;
  right: 14px;
  top: 42px;
  z-index: 61;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid var(--blue);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: .18s ease;
}

#speedii-booking-app .sd-edit:hover:after,
#speedii-booking-app .sd-edit:hover:before,
#speedii-booking-app button#sd-edit:hover:after,
#speedii-booking-app button#sd-edit:hover:before,
#speedii-booking-app button#edit:hover:after,
#speedii-booking-app button#edit:hover:before,
#speedii-booking-app button[aria-label="Edit Your Order"]:hover:after,
#speedii-booking-app button[aria-label="Edit Your Order"]:hover:before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#speedii-booking-app .sd-edit svg,
#speedii-booking-app button#sd-edit svg,
#speedii-booking-app button#edit svg,
#speedii-booking-app button[aria-label="Edit Your Order"] svg {
  display: none !important;
  width: 21px;
  height: 21px;
}

#speedii-booking-app #pickup-review .sd-detail strong,
#speedii-booking-app #delivery-review .sd-detail strong {
  font-size: 18px !important;
}

#speedii-booking-app #pickup-review .sd-detail span,
#speedii-booking-app #delivery-review .sd-detail span {
  font-size: 19px !important;
}

#speedii-booking-app .help-trigger span,
#speedii-booking-app .edit-help span {
  display: inline-grid !important;
  align-items: center !important;
  justify-content: center !important;
  place-items: center !important;
  line-height: 1 !important;
  text-align: center !important;
  padding: 0 !important;
  vertical-align: middle !important;
}

/* Shared pencil edit shipment drawer */
#speedii-booking-app .edit-drawer {
  width: 100%;
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: max-height .32s ease, opacity .24s ease, transform .24s ease;
}

#speedii-booking-app .edit-drawer.open {
  max-height: 4200px;
  margin-bottom: 16px;
  opacity: 1;
  transform: translateY(0);
}

#speedii-booking-app .edit-box {
  padding: 16px;
  border: 2px solid var(--border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 42, 61, .10);
}

#speedii-booking-app .edit-box h3 {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 22px;
  font-weight: 900;
}

#speedii-booking-app .edit-top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

#speedii-booking-app .edit-top-title {
  color: var(--blue);
  font-size: 22px;
  font-weight: 900;
  white-space: nowrap;
}

#speedii-booking-app .edit-input {
  width: 260px;
  max-width: 100%;
  height: 52px;
  box-sizing: border-box;
  padding: 0 14px;
  border: 2px solid var(--border);
  border-radius: 14px;
  color: var(--blue);
  font-size: 16px;
  font-weight: 800;
}

#speedii-booking-app #edit-pickup,
#speedii-booking-app #edit-delivery {
  width: 260px !important;
  min-width: 260px !important;
  max-width: 260px !important;
  height: 52px !important;
  min-height: 52px !important;
  padding: 0 16px !important;
  border: 2px solid var(--border) !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: var(--blue) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

#speedii-booking-app .edit-input.warn {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(255, 68, 0, .16);
}

#speedii-booking-app .edit-actions,
#speedii-booking-app .edit-oversize-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

#speedii-booking-app .edit-oversize-actions {
  display: none !important;
}

#speedii-booking-app #edit-add-oversize-row {
  display: none !important;
}

#speedii-booking-app .edit-btn {
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
}

#speedii-booking-app .edit-btn.primary {
  background: var(--blue);
  color: #fff;
}

#speedii-booking-app .edit-btn.secondary {
  background: var(--orange);
  color: #fff;
}

#speedii-booking-app .edit-help {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

#speedii-booking-app .edit-help span {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 2px solid var(--blue);
  border-radius: 999px;
  font-size: 12px;
}

#speedii-booking-app .sd-confirm.speedii-checkbox-warn {
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

#speedii-booking-app #sd-info-checkbox.speedii-checkbox-warn {
  outline: 3px solid var(--orange) !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 5px rgba(255, 68, 0, .22) !important;
}

#speedii-booking-app .edit-quote-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

#speedii-booking-app .edit-card {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 6px;
  min-height: 190px;
  padding: 12px;
  border-radius: 16px;
  background: var(--light);
  text-align: center;
}

#speedii-booking-app .edit-card img {
  width: 100%;
  max-width: 118px;
  height: 82px;
  object-fit: contain;
}

#speedii-booking-app .edit-card h4 {
  margin: 0;
  color: var(--blue);
  font-size: 16px;
  font-weight: 900;
}

#speedii-booking-app .edit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.3;
}

#speedii-booking-app .edit-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

#speedii-booking-app .edit-counter-stack {
  display: grid;
  gap: 6px;
}

#speedii-booking-app .edit-counter button {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--blue);
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
}

#speedii-booking-app .edit-counter button:hover {
  background: #fff;
  color: var(--orange);
}

#speedii-booking-app .edit-counter input {
  width: 72px;
  height: 56px;
  border: 2px solid var(--border);
  border-radius: 12px;
  color: var(--blue);
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

/* Shared oversized skid controls */
#speedii-booking-app .oversize-guide-grid,
#speedii-booking-app .edit-oversize-guide {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

#speedii-booking-app .oversize-guide-card,
#speedii-booking-app .edit-oversize-guide-card {
  display: grid;
  justify-items: center;
  gap: 6px;
  min-width: 0;
  padding: 8px 6px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

#speedii-booking-app .oversize-guide-card img,
#speedii-booking-app .edit-oversize-guide-card img {
  width: 100%;
  max-width: 92px;
  height: 68px;
  object-fit: contain;
}

#speedii-booking-app .oversize-guide-card small,
#speedii-booking-app .edit-oversize-guide-card small {
  display: none !important;
}

#speedii-booking-app .oversize-guide-card h4,
#speedii-booking-app .oversize-guide-card strong,
#speedii-booking-app .edit-oversize-guide-card h4,
#speedii-booking-app .edit-oversize-guide-card strong {
  margin: 0;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
}

#speedii-booking-app .oversize-guide-card .max-label,
#speedii-booking-app .edit-max-label {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
}

#speedii-booking-app .field-control,
#speedii-booking-app .edit-ov-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 6px;
  width: 100%;
}

#speedii-booking-app .oversize-field input,
#speedii-booking-app .edit-ov-field input {
  min-width: 0;
}

#speedii-booking-app .edit-oversize-list {
  display: grid;
  gap: 10px;
  padding: 12px;
}

#speedii-booking-app .edit-oversize-row {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 1.05fr repeat(4, 1.18fr) 64px !important;
  gap: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--border) !important;
  border-radius: 16px !important;
  background: var(--light) !important;
}

#speedii-booking-app .edit-oversize-row > * {
  display: flex !important;
  min-height: 58px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  padding: 14px 16px !important;
  border-right: 1px solid var(--border) !important;
  color: var(--blue) !important;
  font-weight: 900 !important;
}

#speedii-booking-app .edit-oversize-row > *:last-child {
  border-right: 0 !important;
}

#speedii-booking-app .edit-ov-field {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

#speedii-booking-app .edit-field-helper {
  display: none !important;
}

#speedii-booking-app .edit-ov-control {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: auto !important;
}

#speedii-booking-app .edit-ov-field input {
  width: 58px !important;
  min-width: 58px !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 !important;
  border: 1px solid var(--border) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--blue) !important;
  text-align: center !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}

#speedii-booking-app .edit-ov-field em,
#speedii-booking-app .edit-unit-toggle {
  color: var(--muted) !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
  white-space: nowrap !important;
}

#speedii-booking-app .oversize-field input.warn,
#speedii-booking-app .oversize-field input.invalid,
#speedii-booking-app .edit-ov-field input.warn,
#speedii-booking-app .edit-ov-field input.invalid {
  border-color: var(--orange) !important;
  box-shadow: 0 0 0 3px rgba(255, 68, 0, .15);
}

#speedii-booking-app .unit-toggle,
#speedii-booking-app .edit-unit-toggle {
  border: 0;
  background: transparent;
  color: var(--orange);
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  padding: 0 1px;
}

#speedii-booking-app .unit-toggle:hover,
#speedii-booking-app .edit-unit-toggle:hover {
  color: var(--blue);
}

#speedii-booking-app .field-check,
#speedii-booking-app .edit-ov-check {
  position: relative;
  display: none;
  width: 17px;
  height: 17px;
  border-radius: 999px;
  background: #16a34a;
  color: transparent;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  flex: 0 0 auto;
}

#speedii-booking-app .field-check::before,
#speedii-booking-app .edit-ov-check::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(40deg);
}

#speedii-booking-app .field-check.show,
#speedii-booking-app .edit-ov-check.show {
  display: inline-block;
}

#speedii-booking-app .speedii-limit-popup,
#speedii-booking-app .limit-popup,
#speedii-booking-app .edit-limit-popup {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99999;
  display: none;
  width: min(360px, calc(100vw - 32px));
  padding: 16px;
  border: 2px solid var(--orange);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(23, 38, 54, .20);
  color: var(--blue);
}

#speedii-booking-app .speedii-limit-popup.open,
#speedii-booking-app .limit-popup.open,
#speedii-booking-app .edit-limit-popup.open {
  display: block;
}

#speedii-booking-app .speedii-limit-popup strong,
#speedii-booking-app .limit-popup strong,
#speedii-booking-app .edit-limit-popup strong {
  display: block;
  margin-bottom: 6px;
  color: var(--blue);
  font-size: 16px;
  font-weight: 900;
}

#speedii-booking-app .speedii-limit-popup p,
#speedii-booking-app .limit-popup p,
#speedii-booking-app .edit-limit-popup p {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

#speedii-booking-app .speedii-limit-popup button,
#speedii-booking-app .limit-popup button,
#speedii-booking-app .edit-limit-popup button {
  min-height: 36px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
}

/* Shared rendered quote-start page */
#speedii-booking-app .quote {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px;
}

#speedii-booking-app .quote-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 12px;
}

#speedii-booking-app .quote-title {
  color: var(--blue);
  font-size: 22px;
  font-weight: 900;
  white-space: nowrap;
}

#speedii-booking-app .postal-input {
  width: 260px;
  height: 52px;
  padding: 0 16px;
  border: 2px solid var(--border);
  border-radius: 14px;
  outline: none;
  color: var(--blue);
  font-size: 16px;
  font-weight: 800;
}

#speedii-booking-app .postal-input.invalid,
#speedii-booking-app .edit-input.warn {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(255, 68, 0, .15);
}

#speedii-booking-app .help-wrap {
  position: relative;
}

#speedii-booking-app .help-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  border: 0;
  background: transparent;
  color: var(--blue);
  cursor: pointer;
  font-size: 17px;
  font-weight: 900;
}

#speedii-booking-app .help-trigger span {
  width: 24px;
  height: 24px;
  border: 2px solid var(--blue);
  border-radius: 999px;
  font-size: 14px;
}

#speedii-booking-app .skid-title-line {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 6px;
  white-space: nowrap;
}

#speedii-booking-app .skid-title-line h4 {
  margin: 0;
}

#speedii-booking-app .skid-help-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

#speedii-booking-app .help-overlay {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  background: rgba(15, 42, 61, .45);
}

#speedii-booking-app .help-overlay.open {
  display: block;
}

#speedii-booking-app .help-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 41;
  display: none;
  width: min(920px, 92vw);
  max-height: min(86vh, 760px);
  padding: 18px;
  overflow: auto;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-lg);
  color: var(--blue);
  transform: translate(-50%, -50%);
}

#speedii-booking-app .help-popup.open {
  display: block;
}

#speedii-booking-app .measure-grid,
#speedii-booking-app .quote-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

#speedii-booking-app .measure-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#speedii-booking-app .measure-card,
#speedii-booking-app .quote-card {
  display: flex;
  min-height: 205px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px;
  border-radius: 18px;
  background: var(--light);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
  text-align: center;
}

#speedii-booking-app .measure-card img,
#speedii-booking-app .quote-card img {
  width: 100%;
  max-width: 140px;
  height: 96px;
  object-fit: contain;
}

#speedii-booking-app .quote-card h4,
#speedii-booking-app .measure-card h4 {
  margin: 0;
  color: var(--blue);
  font-size: 18px;
  font-weight: 900;
}

#speedii-booking-app .quote-card p,
#speedii-booking-app .measure-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

#speedii-booking-app .counter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#speedii-booking-app .counter-actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#speedii-booking-app .counter button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--blue);
  cursor: pointer;
  font-size: 22px;
  font-weight: 900;
}

#speedii-booking-app .counter input {
  width: 92px;
  height: 68px;
  border: 2px solid var(--border);
  border-radius: 16px;
  background: #fff;
  color: var(--blue);
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

#speedii-booking-app .error,
#speedii-booking-app .sd-error {
  display: none;
  margin-top: 14px;
  padding: 12px;
  border: 1px solid #fecaca;
  border-radius: 14px;
  background: #fee2e2;
  color: #991b1b;
  font-weight: 800;
}

#speedii-booking-app .oversize {
  display: none;
  margin-top: 18px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
}

#speedii-booking-app .oversize.open {
  display: block;
}

#speedii-booking-app .oversize h2,
#speedii-booking-app .oversize p {
  margin-left: 18px;
  margin-right: 18px;
}

#speedii-booking-app .oversize h2 {
  margin-top: 18px;
  margin-bottom: 4px;
  color: var(--blue);
  font-size: 30px;
  font-weight: 900;
}

#speedii-booking-app .oversize p {
  color: var(--blue);
  font-weight: 800;
}

#speedii-booking-app .oversize-guide {
  padding: 12px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--light);
}

#speedii-booking-app .oversize-list {
  display: grid;
  gap: 10px;
  padding: 12px;
}

#speedii-booking-app .oversize-row {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr repeat(4, 1.18fr) 64px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--light);
}

#speedii-booking-app .oversize-row > * {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 16px;
  border-right: 1px solid var(--border);
  color: var(--blue);
  font-weight: 900;
}

#speedii-booking-app .oversize-row > *:last-child {
  border-right: 0;
}

#speedii-booking-app .trash-btn,
#speedii-booking-app .edit-ov-remove {
  position: relative;
  right: auto;
  top: auto;
  z-index: 20;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--blue);
  cursor: pointer;
  display: grid;
  place-items: center;
  transform: none;
  align-self: center;
  justify-self: center;
  margin: 0 auto;
}

#speedii-booking-app .trash-btn:hover,
#speedii-booking-app .edit-ov-remove:hover {
  background: #eef2f7;
  color: var(--orange);
}

#speedii-booking-app .trash-btn svg,
#speedii-booking-app .edit-ov-remove svg {
  width: 26px;
  height: 26px;
  display: block;
}

#speedii-booking-app .oversize-field {
  background: transparent;
}

#speedii-booking-app .oversize-field input {
  width: 58px;
  min-width: 58px;
  height: 48px;
  min-height: 48px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  color: var(--blue);
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

#speedii-booking-app .button-row,
#speedii-booking-app .quote-actions,
#speedii-booking-app .footer {
  display: flex;
  justify-content: flex-end;
  margin: 18px;
}

#speedii-booking-app .quote-actions {
  justify-content: center;
}

#speedii-booking-app .btn {
  min-width: 150px;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
}

#speedii-booking-app .btn.orange {
  background: var(--orange);
}

/* Shared rendered quote/address/payment pages */
#speedii-booking-app .sd-shell,
#speedii-booking-app .address-shell,
#speedii-booking-app .review-shell {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

#speedii-booking-app .address-shell {
  grid-template-columns: 300px minmax(0, 1fr) minmax(0, 1fr);
}

#speedii-booking-app .sd-summary-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#speedii-booking-app .sd-summary-kicker {
  display: block;
  margin-bottom: 18px;
  padding-left: 18px;
  color: var(--blue);
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

#speedii-booking-app .sd-main,
#speedii-booking-app .main {
  display: grid;
  gap: 18px;
  min-width: 0;
}

#speedii-booking-app .sd-lower {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

#speedii-booking-app .sd-panel,
#speedii-booking-app .panel {
  padding: 18px;
}

#speedii-booking-app .sd-panel h2,
#speedii-booking-app .sd-panel h3,
#speedii-booking-app .panel h3 {
  margin: 0 0 20px;
  color: var(--blue);
  font-weight: 900;
}

#speedii-booking-app .sd-dates {
  position: relative;
  display: grid;
  grid-template-columns: repeat(16, minmax(80px, 1fr));
  overflow-x: auto;
  overflow-y: visible;
  box-shadow: 0 10px 28px rgba(23, 38, 54, .10);
}

#speedii-booking-app .sd-date {
  position: relative;
  display: grid;
  min-height: 170px;
  align-content: center;
  justify-items: center;
  padding: 20px 8px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .45);
  background: var(--blue);
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  text-align: center;
  transition: .25s;
}

#speedii-booking-app .sd-date:hover {
  background: var(--orange);
  transform: translateY(-10px) scale(1.08);
  box-shadow: 0 20px 42px rgba(0, 0, 0, .28);
  z-index: 20;
}

#speedii-booking-app .sd-date.sel {
  background: var(--orange);
  transform: translateY(-28px) scale(1.38);
  box-shadow: 0 38px 75px rgba(0, 0, 0, .45);
  z-index: 40;
}

#speedii-booking-app .sd-date.disabled {
  cursor: not-allowed;
  opacity: .55;
  transform: none !important;
}

#speedii-booking-app .sd-date.weekend {
  background: #d1d5db;
}

#speedii-booking-app .sd-date.del > div {
  transform: translateY(-22px);
}

#speedii-booking-app .day,
#speedii-booking-app .month {
  font-size: 13px;
}

#speedii-booking-app .num {
  margin: 4px 0;
  font-size: 32px;
  line-height: 1;
}

#speedii-booking-app .sd-choice-stack {
  display: grid;
  gap: 12px;
}

#speedii-booking-app .sd-choice {
  display: grid;
  gap: 8px;
  min-height: 60px;
  padding: 12px;
  border: 2px solid var(--border);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  text-align: left;
}

#speedii-booking-app .sd-choice:hover,
#speedii-booking-app .sd-choice.sel {
  border-color: var(--orange);
  box-shadow: 0 12px 28px rgba(15, 42, 61, .14);
}

#speedii-booking-app .sd-choice strong {
  color: var(--blue);
  font-size: 15px;
}

#speedii-booking-app .sd-choice span {
  color: var(--muted);
  font-size: 11px;
}

#speedii-booking-app .sd-total-card {
  padding: 18px;
  border-color: rgba(15, 42, 61, .55);
  box-shadow: var(--shadow-lg);
}

#speedii-booking-app .sd-total-card .sd-btn {
  width: 100%;
  margin-top: 14px;
}

#speedii-booking-app .review-grid,
#speedii-booking-app .billing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

#speedii-booking-app .billing-grid label {
  display: grid;
  gap: 6px;
}

#speedii-booking-app .billing-contact-copy {
  margin: -4px 0 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

#speedii-booking-app .billing-same-as-pickup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--blue);
  font-weight: 850;
  cursor: pointer;
}

#speedii-booking-app .billing-same-as-pickup input {
  width: 19px;
  height: 19px;
  margin: 0;
  accent-color: var(--orange);
}

#speedii-booking-app .billing-grid input[readonly] {
  background: #f3f6f8;
  color: var(--blue);
  cursor: default;
}

#speedii-booking-app .billing-account-summary {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #f8fafb;
  color: var(--blue);
}

#speedii-booking-app .billing-account-summary span {
  color: var(--muted);
  font-size: 14px;
}

#speedii-booking-app .billing-label-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

#speedii-booking-app .billing-required {
  color: var(--orange);
  font-weight: 900;
}

#speedii-booking-app .billing-optional {
  color: var(--muted);
  font-size: 0.92em;
  font-weight: 800;
}

#speedii-booking-app .billing-grid input.invalid {
  border-color: var(--orange) !important;
  box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.15) !important;
}

#speedii-booking-app .box {
  padding: 24px;
  border-radius: 18px;
  background: #fff;
}

#speedii-booking-app .section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 24px;
  font-weight: 900;
}

#speedii-booking-app .pin {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50% 50% 50% 0;
  background: var(--orange);
  transform: rotate(-45deg);
}

#speedii-booking-app .detail-list {
  display: grid;
  gap: 14px;
}

#speedii-booking-app .sd-detail {
  display: grid;
  gap: 4px;
}

#speedii-booking-app .price-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 8px 0 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(15, 42, 61, .12);
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

/* Premium Review / Payment checkout layout */
#speedii-booking-app .checkout-page {
  max-width: 1320px;
  padding: 16px 18px 28px;
}

#speedii-booking-app .checkout-title {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

#speedii-booking-app .confirm-step-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100vw;
  margin: 0 0 18px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 16px 20px;
  border: 0;
  border-radius: 0;
  background: #fff3e6;
  color: var(--orange);
  font-size: 14px;
  font-weight: 800;
  overflow-x: auto;
  white-space: nowrap;
}

#speedii-booking-app .confirm-step-bar .step-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: rgba(255, 68, 0, .6);
}

#speedii-booking-app .confirm-step-bar a.step-label {
  text-decoration: none;
  cursor: pointer;
}

#speedii-booking-app .confirm-step-bar a.step-label:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

#speedii-booking-app .confirm-step-bar .step-label::before {
  content: "";
  display: none;
}

#speedii-booking-app .confirm-step-bar .step-label.done,
#speedii-booking-app .confirm-step-bar .step-label.current {
  color: var(--orange);
}

#speedii-booking-app .confirm-step-bar .step-label.done::before,
#speedii-booking-app .confirm-step-bar .step-label.current::before {
  content: "✔";
  display: inline-block;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  box-sizing: border-box;
}

#speedii-booking-app .checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
  align-items: start;
}

#speedii-booking-app .checkout-main {
  display: grid;
  gap: 18px;
  min-width: 0;
}

#speedii-booking-app .checkout-side {
  position: sticky;
  top: 22px;
  display: grid;
  gap: 18px;
  min-width: 0;
}

#speedii-booking-app .checkout-card {
  width: 100%;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 42, 61, .10);
}

#speedii-booking-app .checkout-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

#speedii-booking-app .detail-card .checkout-card-head {
  margin-bottom: 18px;
}

#speedii-booking-app .detail-card .review-date-spacer {
  height: 0;
  margin: 12px 0 14px;
  border-top: 1px solid rgba(15, 42, 61, .16);
}

#speedii-booking-app .pickup-requirements-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
}

#speedii-booking-app .checkout-card h2,
#speedii-booking-app .payment-card h3 {
  margin: 0;
  color: var(--blue);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.15;
}

#speedii-booking-app .checkout-card h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: none;
}

#speedii-booking-app .review-edit-link {
  border: 0;
  background: transparent;
  color: var(--orange);
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

#speedii-booking-app .review-edit-link:hover {
  color: var(--blue);
}

#speedii-booking-app .checkout-card h2 .checkout-icon,
#speedii-booking-app .review-field .checkout-icon,
#speedii-booking-app .checkout-date-row .checkout-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 0;
  color: var(--orange);
}

#speedii-booking-app .checkout-card h2 .checkout-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  margin-right: 0;
}

#speedii-booking-app .review-field .checkout-icon,
#speedii-booking-app .checkout-date-row .checkout-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin-right: 8px;
}

#speedii-booking-app .payment-card .checkout-icon {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
  margin-right: 8px;
  background: transparent;
  border-radius: 0;
}

#speedii-booking-app .lock-icon::before {
  content: "";
  width: 10px;
  height: 8px;
  border: 2px solid var(--orange);
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 3px;
  box-sizing: border-box;
}

#speedii-booking-app .lock-icon::after {
  content: "";
  width: 8px;
  height: 5px;
  border: 2px solid var(--orange);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  position: absolute;
  top: 3px;
  left: 4px;
  box-sizing: border-box;
}

#speedii-booking-app .pay-now .lock-icon::before,
#speedii-booking-app .pay-now .lock-icon::after {
  border-color: #fff;
}

#speedii-booking-app .review-field .checkout-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-right: 8px;
  background: transparent;
  border-radius: 0;
}

#speedii-booking-app .pin-icon::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50% 50% 50% 0;
  background: var(--orange);
  transform: rotate(-45deg);
}

#speedii-booking-app .calendar-icon::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid var(--orange);
  border-top-width: 5px;
  border-radius: 3px;
}

#speedii-booking-app .box-icon::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: var(--orange);
  transform: rotate(45deg);
}

#speedii-booking-app .checkout-price-line span {
  display: inline-flex;
  align-items: center;
}

#speedii-booking-app .sd-check {
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  margin-right: 10px;
  display: inline-block;
  width: 14px;
  text-align: center;
  flex: 0 0 auto;
  line-height: 1;
}

#speedii-booking-app .truck-icon::before {
  content: "";
  width: 16px;
  height: 10px;
  border-radius: 2px 5px 2px 2px;
  background: var(--orange);
  box-shadow: -5px 4px 0 -2px var(--orange), 5px 4px 0 -2px var(--orange);
}

#speedii-booking-app .review-address-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(210px, .92fr);
  gap: 28px;
}

#speedii-booking-app .review-address-pairs {
  display: grid;
  gap: 7px;
  min-width: 0;
}

#speedii-booking-app .review-address-grid > .review-address-pairs:first-child {
  padding-left: 48px;
}

#speedii-booking-app .review-address-grid > .review-address-pairs + .review-address-pairs {
  padding-left: 34px;
  border-left: 1px solid rgba(23, 38, 54, .15);
}

#speedii-booking-app .review-field {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

#speedii-booking-app .review-field span {
  display: inline-flex;
  align-items: center;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: none;
}

#speedii-booking-app .review-field strong,
#speedii-booking-app .shipment-body strong,
#speedii-booking-app .service-lines strong {
  color: var(--blue);
  font-size: 18px;
  font-weight: 500;
}

#speedii-booking-app .review-field strong {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

#speedii-booking-app .review-address-grid span,
#speedii-booking-app .checkout-date-row span,
#speedii-booking-app .shipment-body span,
#speedii-booking-app .service-lines span,
#speedii-booking-app .payment-card p,
#speedii-booking-app .account-card p,
#speedii-booking-app .secure-note {
  color: var(--text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

#speedii-booking-app .review-field strong {
  font-weight: 400;
}

#speedii-booking-app .review-notes {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding-left: 48px;
}

#speedii-booking-app .review-notes-inline {
  margin-top: 0;
  padding-left: 0;
}

#speedii-booking-app .review-date-notes-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr);
  gap: 22px;
  align-items: stretch;
}

#speedii-booking-app .review-date-notes-row .checkout-date-row {
  margin-top: 0;
  align-self: start;
}

#speedii-booking-app .review-date-notes-row .review-notes-inline {
  margin-top: 0;
  padding-left: 0;
  min-width: 0;
  display: grid;
  gap: 10px;
  align-content: start;
  align-self: stretch;
}

#speedii-booking-app .review-notes > div {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

#speedii-booking-app .review-notes span {
  display: inline-flex;
  align-items: center;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

#speedii-booking-app .review-notes strong {
  color: var(--blue);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

#speedii-booking-app .checkout-date-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

#speedii-booking-app .checkout-date-row div {
  display: grid;
  gap: 4px;
}

#speedii-booking-app .checkout-date-row strong {
  color: var(--blue);
  font-size: 15px;
  font-weight: 900;
}

#speedii-booking-app .checkout-date-row span {
  font-weight: 400;
}

#speedii-booking-app .shipment-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
}

#speedii-booking-app .shipment-pics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: 100%;
}

#speedii-booking-app .shipment-pic {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 10px 14px 10px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-align: left;
}

#speedii-booking-app .shipment-pic + .shipment-pic {
  padding-left: 14px;
}

#speedii-booking-app .shipment-pic + .shipment-pic img {
  align-self: center;
}

#speedii-booking-app .shipment-pic + .shipment-pic .shipment-pic-copy {
  align-self: stretch;
  justify-content: center;
}

#speedii-booking-app .shipment-pic img {
  width: 100%;
  height: 92px;
  object-fit: contain;
}

#speedii-booking-app .shipment-pic-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

#speedii-booking-app .shipment-pic strong {
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

#speedii-booking-app .shipment-pic span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

#speedii-booking-app .shipment-specs {
  display: grid;
  gap: 2px;
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

#speedii-booking-app .shipment-copy,
#speedii-booking-app .service-lines {
  display: grid;
  gap: 8px;
}

#speedii-booking-app .shipment-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(140px, auto);
  gap: 18px;
  align-items: center;
  width: 100%;
}

#speedii-booking-app .shipment-summary-group {
  display: grid;
  gap: 4px;
  min-width: 0;
}

#speedii-booking-app .shipment-summary-group strong {
  color: var(--blue);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

#speedii-booking-app .shipment-summary-group span {
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

#speedii-booking-app .shipment-summary-divider {
  width: 1px;
  align-self: stretch;
  background: rgba(23, 38, 54, .16);
}

#speedii-booking-app .shipment-summary-weight {
  justify-items: start;
}

#speedii-booking-app .shipment-summary-weight span {
  color: var(--text);
}

#speedii-booking-app .shipment-summary-weight strong {
  color: var(--blue);
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 1280px) {
  #speedii-booking-app .shipment-pics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  #speedii-booking-app .shipment-pics {
    grid-template-columns: 1fr;
  }
}

#speedii-booking-app .review-warning {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
  width: 100%;
  margin-top: 0;
  padding: 16px 18px;
  border: 1px solid rgba(255, 68, 0, .28);
  border-radius: 12px;
  background: rgba(255, 68, 0, .08);
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-align: left;
  line-height: 1.35;
}

#speedii-booking-app .review-warning-copy {
  display: grid;
  gap: 8px;
  width: 100%;
  min-width: 0;
}

#speedii-booking-app .review-warning-copy strong {
  color: var(--blue);
  font-weight: 900;
  font-size: 18px;
}

#speedii-booking-app .review-included-viewport {
  width: 100%;
  height: 128px;
  overflow: hidden;
  margin-top: 2px;
  padding: 6px 0;
}

#speedii-booking-app .review-included-list {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  padding-right: 4px;
  width: 100%;
  list-style: none;
  text-align: left;
}

#speedii-booking-app .checkout-side .review-included-viewport {
  height: auto;
  overflow: visible;
}

#speedii-booking-app .review-included-list.included-roll {
  animation: speedii-included-roll var(--included-roll-duration, 18s) linear infinite;
  will-change: transform;
}

@keyframes speedii-included-roll {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50%);
  }
}

#speedii-booking-app .review-included-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  transform-origin: left center;
  transition: transform .18s ease, opacity .18s ease, filter .18s ease;
}

#speedii-booking-app .review-included-list li.included-focus {
  transform: scale(1.14);
  opacity: 1;
  filter: drop-shadow(0 8px 16px rgba(23, 38, 54, .16));
  z-index: 2;
}

#speedii-booking-app .review-included-list li::before {
  content: "✔";
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  width: 14px;
  text-align: center;
  flex: 0 0 auto;
  line-height: 1;
}

#speedii-booking-app .review-warning .review-included-list li {
  align-items: center;
  gap: 10px;
}

#speedii-booking-app .review-warning .review-included-list li::before {
  content: none !important;
  display: none !important;
}

#speedii-booking-app .review-warning-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 999px;
  background: rgba(255, 68, 0, .18);
  color: var(--orange);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

#speedii-booking-app .checkout-summary-skids {
  display: grid;
  gap: 10px;
  margin: 16px 0 4px;
  padding-top: 12px;
  border-top: 1px solid rgba(23, 38, 54, .12);
}

#speedii-booking-app .checkout-summary-skid {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

#speedii-booking-app .checkout-summary-skid img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

#speedii-booking-app .checkout-summary-skid-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

#speedii-booking-app .checkout-summary-skid-copy strong {
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

#speedii-booking-app .checkout-summary-skid-specs {
  display: grid;
  gap: 2px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

#speedii-booking-app .confirm-step-bar .step-label.done,
#speedii-booking-app .confirm-step-bar .step-label.current {
  color: var(--orange);
}

#speedii-booking-app .service-card {
  background: linear-gradient(180deg, #fff, #fbfffd);
}

#speedii-booking-app .checkout-summary-card h2,
#speedii-booking-app .payment-card h2 {
  margin-bottom: 18px;
}

#speedii-booking-app .checkout-summary-card h2 {
  font-weight: 900;
}

#speedii-booking-app .checkout-summary-card h2 {
  font-weight: 900 !important;
}

#speedii-booking-app .checkout-summary-card h2,
#speedii-booking-app .checkout-summary-card .checkout-price-line,
#speedii-booking-app .checkout-summary-card .checkout-price-line strong,
#speedii-booking-app .checkout-summary-card .quote-pending {
  font-weight: 400;
}

#speedii-booking-app .checkout-summary-card .checkout-price-line,
#speedii-booking-app .checkout-summary-card .checkout-price-line strong,
#speedii-booking-app .checkout-summary-card .checkout-price-line .sd-blue,
#speedii-booking-app .checkout-summary-card .checkout-price-line .sd-orange {
  font-size: 17px !important;
}

#speedii-booking-app .checkout-summary-card .summary-gap-top {
  margin-top: 8px;
}

#speedii-booking-app .checkout-price-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(23, 38, 54, .14);
  color: var(--blue);
  font-size: 16px;
  font-weight: 400;
}

#speedii-booking-app .checkout-price-line.no-divider {
  border-bottom: 0;
  padding-bottom: 0;
}

#speedii-booking-app .checkout-price-line.no-divider-keep-spacing {
  border-bottom: 0;
}

#speedii-booking-app .checkout-summary-card .summary-divider-top {
  border-top: 1px solid rgba(23, 38, 54, .14);
  padding-top: 12px;
}

#speedii-booking-app .checkout-price-line.no-divider + .checkout-price-line {
  padding-top: 0;
}

#speedii-booking-app .checkout-price-line strong {
  color: var(--blue);
  font-weight: 400;
}

#speedii-booking-app .checkout-price-line.total {
  align-items: baseline;
  padding-top: 18px;
  border-bottom: 0;
  text-transform: uppercase;
}

#speedii-booking-app .checkout-price-line.total strong {
  color: var(--orange);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  margin-left: auto;
  text-align: right;
}

#speedii-booking-app .checkout-summary-card .sd-total {
  margin-top: 10px;
}

#speedii-booking-app .checkout-summary-card .sd-total span {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.05;
}

#speedii-booking-app .promo-code-section {
  margin: 12px 0 10px;
}

#speedii-booking-app .promo-code-label {
  margin: 0 0 6px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

#speedii-booking-app .promo-code-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

#speedii-booking-app .promo-code-input {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid var(--blue);
  border-radius: 14px;
  background: #fff;
  color: var(--blue);
  font-size: 15px;
  font-weight: 700;
  outline: none;
}

#speedii-booking-app .promo-code-input::placeholder {
  color: #8b99aa;
  font-weight: 600;
}

#speedii-booking-app .promo-code-input:focus {
  border-color: var(--orange);
  box-shadow: 0 12px 28px rgba(15, 42, 61, .14);
}

#speedii-booking-app .promo-code-apply.sd-btn {
  min-width: 104px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 14px;
  font-size: 15px;
}

#speedii-booking-app .promo-code-feedback {
  margin-top: 7px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

#speedii-booking-app .promo-code-feedback.success,
#speedii-booking-app .promo-discount-line strong {
  color: #18794e;
}

#speedii-booking-app .promo-code-feedback.error {
  color: #b42318;
}

#speedii-booking-app .pickup-requirements-line strong {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px 14px;
  margin-left: auto;
  color: var(--blue);
  font-size: 15px;
  font-weight: 400;
  text-align: right;
}

#speedii-booking-app .pickup-requirements-title {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  margin-right: 12px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

#speedii-booking-app .pickup-requirements-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px 14px;
  margin-left: auto;
  width: auto;
}

#speedii-booking-app .pickup-requirement-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
}

#speedii-booking-app .pickup-requirement-item input {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: var(--orange);
  cursor: pointer;
}

#speedii-booking-app .pickup-requirements-summary {
  display: block;
  margin-top: 0;
  margin-left: 38px;
  width: auto;
  max-width: 100%;
  text-align: left;
}

#speedii-booking-app .checkout-summary-card .pickup-requirements-summary {
  margin-top: 12px;
}

#speedii-booking-app .delivery-requirements-summary {
  flex-basis: 100%;
}

#speedii-booking-app .pickup-requirements-summary-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 18px;
  width: 100%;
}

#speedii-booking-app .pickup-requirements-summary-title {
  color: var(--blue);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}

#speedii-booking-app .pickup-requirements-summary-items {
  display: grid;
  gap: 3px;
  justify-items: start;
  margin-left: 0;
  text-align: left;
}

#speedii-booking-app .pickup-requirements-summary-item {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  column-gap: 8px;
  row-gap: 2px;
  align-items: start;
  color: var(--blue);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  padding-left: 0;
  text-align: left;
}

#speedii-booking-app .pickup-requirements-summary-check {
  grid-column: 1;
  grid-row: 1 / span 2;
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  padding-top: 2px;
}

#speedii-booking-app .pickup-requirements-summary-item-title {
  display: block;
  grid-column: 2;
  grid-row: 1;
}

#speedii-booking-app .pickup-requirements-summary-item-copy {
  display: block;
  grid-column: 2;
  grid-row: 2;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
}

#speedii-booking-app .quote-pending {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--blue);
  font-size: 11px;
  font-weight: 400;
  text-align: center;
}

#speedii-booking-app .payment-card {
  text-align: center;
}

#speedii-booking-app .payment-card h2,
#speedii-booking-app .payment-card h3 {
  justify-content: center;
  text-align: center;
}

#speedii-booking-app .payment-card .wave-mark {
  margin-top: 18px;
}

#speedii-booking-app .quote-card h2 {
  margin-bottom: 5px;
}

#speedii-booking-app .quote-card .wave-mark {
  margin-top: 6px;
  margin-bottom: 4px;
}

#speedii-booking-app .quote-card .pay-now {
  margin-top: 4px;
}

#speedii-booking-app .quote-card .payment-note {
  margin: 2px 0 0;
  min-height: 0;
  padding: 0;
}

#speedii-booking-app .quote-card .card-logo-row {
  margin-top: 4px;
  padding-top: 8px;
}

#speedii-booking-app .quote-card .checkout-price-line.total span,
#speedii-booking-app .quote-card .checkout-price-line.total strong {
  font-size: 15px;
  line-height: 1.15;
}

#speedii-booking-app .payment-card h3 {
  justify-content: center;
  margin-bottom: 10px;
  color: var(--blue);
  font-weight: 400;
}

#speedii-booking-app .payment-card .pay-now {
  margin-bottom: 12px;
}

#speedii-booking-app .payment-card .card-logo-row {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

#speedii-booking-app .payment-accept {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(23, 38, 54, .12);
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
}

#speedii-booking-app .payment-accept span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 26px;
  padding: 0 8px;
  border: 1px solid rgba(23, 38, 54, .16);
  border-radius: 6px;
  background: #fff;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .03em;
}

#speedii-booking-app .wave-mark {
  margin: 14px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#speedii-booking-app .wave-logo-art {
  width: 182px;
  max-width: 100%;
  height: auto;
  display: block;
}

#speedii-booking-app .payment-note {
  margin: 18px 0 8px;
  padding: 0 12px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
  margin-bottom: 16px;
}

#speedii-booking-app .payment-card .payment-note {
  font-weight: 400;
}

#speedii-booking-app .card-logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: nowrap;
  margin-top: 2px;
  padding-top: 14px;
  border-top: 1px solid rgba(23, 38, 54, .12);
}

#speedii-booking-app .card-logo-label {
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

#speedii-booking-app .card-logo-separator {
  color: #98a4b3;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

#speedii-booking-app .card-logo-eft-label {
  color: #98a4b3;
  font-size: 12px;
  font-weight: 700;
}

#speedii-booking-app .card-logo-row .card-logo-img {
  display: block;
  height: 24px;
  width: auto;
  max-width: 92px;
  opacity: .92;
}

#speedii-booking-app .card-logo-row .card-logo-img.mastercard {
  height: 24px;
}

#speedii-booking-app .card-logo-row .card-logo-img.eft {
  height: 22px;
  max-width: 112px;
}

#speedii-booking-app .pay-now {
  width: 100%;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: var(--orange);
  color: #fff;
  font-size: 22px;
}

#speedii-booking-app .pay-now .lock-icon::before,
#speedii-booking-app .pay-now .lock-icon::after {
  border-color: #fff;
}

#speedii-booking-app .pay-now .checkout-icon {
  margin-right: 0;
  flex: 0 0 auto;
  transform: translateY(-1px);
}

#speedii-booking-app .pay-now .lock-icon {
  width: 30px;
  height: 30px;
}

#speedii-booking-app .pay-now .lock-icon::before {
  width: 16px;
  height: 11px;
  top: 12px;
  left: 7px;
}

#speedii-booking-app .pay-now .lock-icon::after {
  width: 12px;
  height: 7px;
  top: 4px;
  left: 9px;
}

#speedii-booking-app .account-card {
  text-align: left;
}

#speedii-booking-app .account-card .sd-btn {
  width: 100%;
  margin-top: 16px;
}

#speedii-booking-app .additional-card h2 {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 22px;
  font-weight: 900;
}

#speedii-booking-app .overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(15, 42, 61, .72);
}

#speedii-booking-app .overlay.active {
  display: flex;
}

#speedii-booking-app .processing,
#speedii-booking-app .prep-card {
  width: min(520px, 100%);
  padding: 34px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(15, 42, 61, .34);
  text-align: center;
}

#speedii-booking-app .truck {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin: 0 auto 18px;
  border-radius: 24px;
  background: rgba(255, 68, 0, .12);
  color: var(--orange);
  font-size: 38px;
}

#speedii-booking-app .step {
  position: relative;
  margin-top: 10px;
  padding: 14px 16px 22px;
  overflow: hidden;
  border-radius: 16px;
  background: #f8fafc;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
  text-align: left;
}

#speedii-booking-app .step:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: var(--orange);
}

#speedii-booking-app .step.loading:after {
  animation: sdProgressFill .85s ease forwards;
}

#speedii-booking-app .step.complete:before {
  content: "✓ ";
  color: var(--orange);
}

#speedii-booking-app .confirmation-details {
  margin-top: 22px;
  text-align: left;
}

#speedii-booking-app .confirmation-grid {
  display: grid;
  gap: 10px;
}

#speedii-booking-app .confirmation-grid div {
  display: grid;
  gap: 2px;
  padding: 12px;
  border-radius: 12px;
  background: #f8fafc;
}

#speedii-booking-app .confirmation-grid strong {
  color: var(--blue);
}

#speedii-booking-app .confirmation-grid span {
  color: var(--orange);
  font-weight: 900;
}

@keyframes sdProgressFill {
  from { width: 0; }
  to { width: 100%; }
}

@media (max-width: 900px) {
  #speedii-booking-app .sd-summary {
    position: static;
  }

  #speedii-booking-app .oversize-guide-grid,
  #speedii-booking-app .edit-oversize-guide,
  #speedii-booking-app .edit-top,
  #speedii-booking-app .edit-quote-grid,
  #speedii-booking-app .edit-oversize-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #speedii-booking-app .edit-top-title,
  #speedii-booking-app .edit-help {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  #speedii-booking-app input,
  #speedii-booking-app textarea,
  #speedii-booking-app select,
  #speedii-booking-app button {
    font-size: 16px;
  }

  #speedii-booking-app .sd-page {
    padding-bottom: max(12px, env(safe-area-inset-bottom));
  }

  #speedii-booking-app .speedii-limit-popup,
  #speedii-booking-app .limit-popup,
  #speedii-booking-app .edit-limit-popup {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
  }

  #speedii-booking-app .edit-top,
  #speedii-booking-app .edit-quote-grid,
  #speedii-booking-app .edit-oversize-guide,
  #speedii-booking-app .edit-oversize-row {
    grid-template-columns: 1fr;
  }

  #speedii-booking-app .quote-grid,
  #speedii-booking-app .measure-grid,
  #speedii-booking-app .sd-shell,
  #speedii-booking-app .address-shell,
  #speedii-booking-app .checkout-layout,
  #speedii-booking-app .review-shell,
  #speedii-booking-app .sd-lower,
  #speedii-booking-app .review-grid,
  #speedii-booking-app .billing-grid,
  #speedii-booking-app .shipment-body,
  #speedii-booking-app .oversize-row {
    grid-template-columns: 1fr;
  }

  #speedii-booking-app .checkout-side {
    position: static;
  }

  #speedii-booking-app .promo-code-row {
    grid-template-columns: 1fr;
  }

  #speedii-booking-app .promo-code-apply.sd-btn {
    width: 100%;
  }

  #speedii-booking-app .checkout-progress span:not(:last-child)::after {
    width: 24px;
  }

  #speedii-booking-app .shipment-body img {
    width: 130px;
    height: 100px;
  }

  #speedii-booking-app .postal-input {
    width: 100%;
  }

  #speedii-booking-app #edit-pickup,
  #speedii-booking-app #edit-delivery {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  #speedii-booking-app .quote-title {
    width: 100%;
    text-align: center;
    white-space: normal;
  }

  #speedii-booking-app .edit-oversize-row > *,
  #speedii-booking-app .oversize-row > * {
    border-right: 0 !important;
    border-bottom: 1px solid var(--border) !important;
  }

  #speedii-booking-app .edit-oversize-row > *:last-child,
  #speedii-booking-app .oversize-row > *:last-child {
    border-bottom: 0 !important;
  }
}

@media (max-width: 640px) {
  #speedii-booking-app .review-address-grid {
    grid-template-columns: 1fr;
  }

  #speedii-booking-app .review-address-grid > .review-address-pairs:first-child {
    padding-left: 0;
  }

  #speedii-booking-app .review-address-grid > .review-address-pairs + .review-address-pairs {
    padding-left: 0;
    padding-top: 14px;
    border-left: 0;
    border-top: 1px solid rgba(23, 38, 54, .15);
  }

}

@media (max-width: 1000px) {
  #speedii-booking-app .detail-card .review-field,
  #speedii-booking-app .detail-card .review-notes > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 3px;
  }

  #speedii-booking-app .review-date-notes-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  #speedii-booking-app .review-date-notes-row .checkout-date-row {
    align-items: flex-start;
  }

  #speedii-booking-app .review-date-notes-row .checkout-date-row > div {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}
