/* Live pricing from Hospitable — badges + date quote widget */
/* Price + BOOK call-to-action */
.hsp-cta { display: flex; align-items: center; flex-wrap: wrap; gap: 0.75rem 1.5rem; margin: 0.35rem 0 1rem; }
.hsp-price { display: inline-flex; flex-direction: column; min-height: 2.4rem; justify-content: center; font-family: 'Stack Sans Text', sans-serif; }
.hsp-from { display: flex; flex-direction: column; }
.hsp-from-main { display: flex; align-items: baseline; gap: 0.35rem; line-height: 1; }
.hsp-from-amount { font-size: 2rem; font-weight: 700; letter-spacing: -0.02em; }
.hsp-from-unit { font-size: 1rem; font-weight: 500; opacity: .85; }
.hsp-from-meta { margin-top: 0.3rem; font-size: 0.8rem; letter-spacing: .02em; opacity: .75; }
.hsp-cta .btn.hsp-book-btn { margin: 0 !important; cursor: pointer; }
.hsp-cta .lakefront-btn { cursor: pointer; }
.hsp-cta-hero { justify-content: center; text-align: left; margin-bottom: 0.25rem; }
.hsp-cta-hero .hsp-from-amount { font-size: 2.4rem; }
.hsp-cta-hero .hsp-price, .hsp-cta-hero .hsp-from { color: #fff; }

.hsp-quote { margin-top: 1.5rem; padding: 1.25rem 1.35rem 1.35rem; border: 1px solid #d9e2ea; border-radius: 1.25rem; background: #f7f9fb; color: #0e3a5f; font-family: 'Stack Sans Text', sans-serif; max-width: 560px; }
.hsp-quote h4 { margin: 0 0 0.25rem; font-size: 1.05rem; font-weight: 700; color: #0e3a5f; }
.hsp-quote-sub { margin: 0 0 0.9rem; font-size: 0.9rem; color: #6b7785; }
.hsp-quote-form { display: grid; grid-template-columns: 1fr 1fr 5.5rem auto; gap: 0.6rem; align-items: end; }
.hsp-quote-form label { display: flex; flex-direction: column; font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; color: #6b7785; gap: 0.3rem; }
.hsp-quote-form input { font: inherit; font-size: 0.95rem; padding: 0.55rem 0.6rem; border: 1px solid #c7d2dc; border-radius: 0.6rem; background: #fff; color: #0e3a5f; min-width: 0; width: 100%; }
.hsp-quote-form input:focus { outline: 2px solid #15558b; outline-offset: 1px; }
.hsp-quote-form button { font: inherit; font-weight: 700; font-size: 0.9rem; padding: 0.65rem 1rem; border: 0; border-radius: 0.6rem; background: #0e3a5f; color: #fff; cursor: pointer; white-space: nowrap; }
.hsp-quote-form button:hover { background: #15558b; }
.hsp-quote-form button[disabled] { opacity: .6; cursor: wait; }
.hsp-quote-result { margin-top: 1rem; font-size: 0.95rem; }
.hsp-quote-result:empty { display: none; }
.hsp-quote-error { color: #a33a1c; background: #fff3ee; border: 1px solid #f0c9b8; padding: 0.7rem 0.85rem; border-radius: 0.6rem; }
.hsp-lines { list-style: none; margin: 0 0 0.75rem; padding: 0; }
.hsp-lines li { display: flex; justify-content: space-between; gap: 1rem; padding: 0.3rem 0; border-bottom: 1px dashed #d9e2ea; }
.hsp-lines li.hsp-total { border-bottom: 0; border-top: 2px solid #0e3a5f; margin-top: 0.3rem; padding-top: 0.55rem; font-weight: 700; font-size: 1.1rem; }
.hsp-lines li.hsp-muted { color: #6b7785; font-size: 0.88rem; }
.hsp-book { display: inline-block; font-weight: 700; text-decoration: none; padding: 0.75rem 1.4rem; border-radius: 0.6rem; background: #c9803a; color: #fff !important; }
.hsp-book:hover { background: #b06f2f; color: #fff; }
.hsp-fineprint { margin: 0.6rem 0 0; font-size: 0.78rem; color: #6b7785; }
@media (max-width: 640px) {
  .hsp-quote-form { grid-template-columns: 1fr 1fr; }
  .hsp-quote-form button { grid-column: 1 / -1; }
}
