.quote-controls {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 8px;
  margin-top: 15px;
}
.quote-controls label { font-size: 9px; font-weight: 800; }
.quote-controls input { width: 100%; padding: 8px; border: 1px solid var(--line); margin-top: 3px; }
.quote-controls button, .request-price { border: 0; background: var(--navy); color: white; font-size: 10px; font-weight: 800; padding: 9px 11px; align-self: end; cursor: pointer; text-align: center; }
.request-price { display: block; margin-top: 15px; background: transparent; color: var(--navy); border: 1px solid var(--navy); }
.inquiry select { display: block; width: 100%; margin-top: 7px; border: 1px solid #d5d1c7; background: white; padding: 12px; border-radius: 2px; outline: none; text-transform: none; letter-spacing: 0; font-weight: 400; }
.quote-summary { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; border: 1px solid var(--line); background: var(--cream); padding: 14px 16px; margin-bottom: 16px; }
.quote-summary span { font-size: 11px; font-weight: 800; }
.quote-summary strong { font-family: Georgia, serif; font-size: 24px; }
.quote-summary small { flex-basis: 100%; margin-top: 7px !important; }
.required-note { margin: 0 0 14px; color: var(--muted); font-size: 10px; }
.required-note span, .inquiry label > span[aria-hidden="true"], .request-rentals legend span { color: var(--orange); }
.optional-label { color: var(--muted); font-weight: 500; letter-spacing: 0; text-transform: none; }
.request-rentals { margin: 0 0 16px; padding: 0; border: 0; }
.request-rentals legend { margin-bottom: 8px; font-size: 9px; text-transform: uppercase; letter-spacing: 1.1px; font-weight: 900; }
.request-cart-items { display: grid; gap: 8px; }
.request-cart-line { display: grid; grid-template-columns: 54px minmax(0, 1fr) 150px auto; gap: 10px; align-items: center; padding: 10px; border: 1px solid var(--line); background: white; }
.request-cart-line img { width: 54px; height: 48px; object-fit: contain; background: var(--cream); }
.request-cart-line > div:nth-child(2) { display: grid; gap: 3px; }
.request-cart-line strong { font-family: Georgia, serif; font-size: 14px; }
.request-cart-line span { color: var(--muted); font-size: 9px; }
.quantity-stepper { display: grid; grid-template-columns: 36px minmax(50px, 1fr) 36px; align-items: stretch; }
.quantity-stepper button { border: 1px solid var(--line); background: var(--cream); color: var(--navy); font-size: 18px; font-weight: 800; cursor: pointer; }
.quantity-stepper input { min-width: 0; margin: 0; padding: 8px 4px; border-left: 0; border-right: 0; text-align: center; }
.request-remove { border: 0; background: transparent; color: #9b3e31; font-size: 10px; font-weight: 800; cursor: pointer; }
.request-cart-actions { margin-top: 10px; }
.request-cart-actions .secondary { border: 1px solid var(--navy); background: transparent; color: var(--navy); box-shadow: none; }
.field-error { min-height: 1em; color: #9b3e31 !important; font-size: 10px !important; font-weight: 800; }
.inquiry :is(input, select, textarea):user-invalid { border-color: #9b3e31; box-shadow: 0 0 0 3px rgba(155, 62, 49, .1); }
.cart-nav-button { border: 1px solid var(--navy); background: transparent; color: var(--navy); padding: 10px 14px; font: inherit; font-size: 10px; font-weight: 800; cursor: pointer; }
.cart-nav-button span { display: inline-grid; place-items: center; min-width: 20px; height: 20px; margin-left: 5px; padding: 0 5px; border-radius: 20px; background: var(--orange); color: white; }
.estimate-panel { display: none; max-width: 980px; margin: 32px auto 0; padding: 28px; border: 1px solid var(--line); background: white; box-shadow: 0 20px 55px rgba(19, 43, 42, .09); }
.estimate-panel.open, .estimate-panel:target { display: block; }
.estimate-heading { display: flex; justify-content: space-between; gap: 20px; align-items: start; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.estimate-heading h3 { margin: 3px 0 0; font: 700 30px/1 Georgia, serif; }
.estimate-close { border: 0; background: transparent; color: var(--navy); font-weight: 800; cursor: pointer; }
.cart-items { display: grid; gap: 10px; padding: 18px 0; }
.cart-empty { color: var(--muted); margin: 0; }
.cart-line { display: grid; grid-template-columns: 64px minmax(0, 1fr) 72px auto; gap: 12px; align-items: center; padding: 10px; border: 1px solid var(--line); }
.cart-line img { width: 64px; height: 54px; object-fit: contain; background: var(--cream); }
.cart-line div { display: grid; gap: 4px; }
.cart-line span { color: var(--muted); font-size: 11px; }
.cart-line label { font-size: 9px; font-weight: 800; }
.cart-line input { width: 100%; display: block; margin-top: 3px; padding: 8px; border: 1px solid var(--line); }
.cart-line button { border: 0; background: transparent; color: #9b3e31; font-size: 10px; font-weight: 800; cursor: pointer; }
.estimate-totals { display: grid; grid-template-columns: 1fr auto; gap: 8px 20px; padding: 18px 0; border-top: 1px solid var(--line); }
.estimate-totals span { font-size: 12px; font-weight: 800; }
.estimate-totals strong { font: 700 22px/1 Georgia, serif; }
.estimate-note { color: var(--muted); font-size: 12px; }
.estimate-warning { display: grid; gap: 4px; margin: 18px 0; padding: 14px; border-left: 4px solid var(--orange); background: #fff8f0; font-size: 12px; }
.estimate-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.estimate-actions .secondary { background: transparent; color: var(--navy); border: 1px solid var(--navy); }
#address-autocomplete { margin-top: 7px; }
gmp-place-autocomplete { width: 100%; color-scheme: light; }

@media (max-width: 760px) {
  .cart-nav-button { width: 100%; text-align: left; }
  .estimate-panel { margin: 20px 0 0; padding: 20px 14px; }
  .cart-line { grid-template-columns: 54px minmax(0, 1fr) 66px; }
  .cart-line img { width: 54px; height: 48px; }
  .cart-line button { grid-column: 2 / -1; justify-self: start; padding: 0; }
  .estimate-actions .button { width: 100%; text-align: center; }
  .request-cart-line { grid-template-columns: 46px minmax(0, 1fr); }
  .request-cart-line img { width: 46px; height: 44px; }
  .quantity-stepper { grid-column: 1 / -1; grid-template-columns: 44px 1fr 44px; }
  .request-remove { grid-column: 1 / -1; justify-self: start; padding: 2px 0; }
  .request-cart-actions .button { width: 100%; }
  .quote-summary strong { font-size: 29px; }
}
