.estimate-page .booking-card { overflow: visible; }
.estimate-page .intro { margin-bottom: 1.5rem; }
.estimate-welcome { max-width: 760px; margin: 0 auto; text-align: center; }
.estimate-welcome h2 { margin-top: 0; }
.estimate-welcome > p { max-width: 650px; margin-left: auto; margin-right: auto; }
.estimate-welcome .button { margin-top: 1rem; }
.estimate-notice {
  margin: 1.5rem 0;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(213, 189, 131, .35);
  background: rgba(213, 189, 131, .08);
  text-align: left;
}
.estimate-notice p { margin: 0; }
.estimate-notice p + p { margin-top: .55rem; }
.estimate-time-grid { grid-template-columns: 1.4fr 1fr 1fr; }
.estimate-time-summary { margin-top: 1rem; }
.estimate-time-summary p { margin: 0; }
.estimate-checkbox-grid .choice { min-height: 88px; }
.estimate-checkbox-grid .choice span { align-items: flex-start; }
.estimate-checkbox-grid .choice small { margin-top: .25rem; }
.estimate-page .field small { display: block; margin-top: .4rem; color: var(--muted); }
.estimate-page textarea { width: 100%; resize: vertical; min-height: 120px; }
.estimate-page .optional { color: var(--muted); font-weight: 400; }
.estimate-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.estimate-page .confirmation { max-width: 760px; margin: 0 auto; text-align: center; }
.estimate-page .confirmation .button { display: inline-flex; margin-top: 1rem; }
#estimate-submit[disabled] { opacity: .65; cursor: wait; }

#sturlason-site.reading-mode .estimate-notice {
  border-color: rgba(0, 63, 102, .24);
  background: rgba(0, 63, 102, .055);
}
#sturlason-site.reading-mode .estimate-page .field small,
#sturlason-site.reading-mode .estimate-page .optional { color: #52646d; }

.estimate-days { display: grid; gap: 1rem; }
.estimate-day {
  padding: 1rem;
  border: 1px solid rgba(171, 139, 87, .28);
  background: rgba(171, 139, 87, .035);
}
.estimate-day-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .8rem;
  color: var(--accent);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.estimate-remove-day {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--muted);
  padding: .25rem;
  font: inherit;
  font-size: .82rem;
  text-decoration: underline;
  cursor: pointer;
}
.estimate-remove-day:hover,
.estimate-remove-day:focus-visible { color: var(--text); }
.estimate-add-day { margin-top: 1rem; }
#sturlason-site.reading-mode .estimate-day {
  border-color: rgba(0, 63, 102, .2);
  background: rgba(0, 63, 102, .025);
}

@media (max-width: 720px) {
  .estimate-time-grid { grid-template-columns: 1fr; }
  .estimate-checkbox-grid { grid-template-columns: 1fr; }
  .estimate-checkbox-grid .choice { min-height: 72px; }
  .estimate-page .intro h1 { font-size: clamp(1.7rem, 8vw, 2.25rem); }
}
