
.tbhs-book { background: #f4f7f6; color: #243830; }
.tbhs-book-top {
  background: #1b2e4d;
  color: #fff;
  padding: 18px 20px 8px;
}
.tbhs-book-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 14px;
}
.tbhs-book-brand img { width: 92px; height: auto; display: block; flex-shrink: 0; }
.tbhs-book-brand span {
  color: #fff;
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1.2;
}
.tbhs-book-main {
  width: min(920px, calc(100% - 32px));
  margin: 28px auto 40px;
}
.tbhs-book-foot { text-align: center; padding: 0 0 40px; }
.tbhs-book-foot a { color: #2d6a63; }

.tbhs-steps {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 10px 0 16px;
  margin: 0;
  overflow-x: auto;
}
.tbhs-step {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: max-content;
  opacity: .45;
}
.tbhs-step.is-done, .tbhs-step.is-current { opacity: 1; }
.tbhs-step-num {
  width: 26px; height: 26px; border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #4fa49a; color: #fff;
  font-size: 13px; font-weight: 700;
  line-height: 1;
  padding: 0 0 2px;
}
.tbhs-step.is-current .tbhs-step-num { box-shadow: 0 0 0 3px rgba(79,164,154,.35); }
.tbhs-step.is-done .tbhs-step-num { background: #2d6a63; }
.tbhs-step-label { font-size: .92rem; font-weight: 600; }

.tbhs-note {
  background: #fff8e1;
  border: 1px solid #e6d48a;
  border-radius: 10px;
  padding: 12px 14px;
  margin: 0 0 20px;
  font-size: .95rem;
}
.tbhs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 740px) {
  .tbhs-grid { grid-template-columns: 1fr 1fr; }
}
.tbhs-card {
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 10px 30px -18px rgb(0 0 0 / .35);
}
.tbhs-card img {
  width: 88px; height: 88px; border-radius: 50%; object-fit: cover;
  display: block; margin-bottom: 10px; background: #4fa49a;
}
.tbhs-staff img {
  width: 120px; height: 120px;
}
.tbhs-staff p { font-size: .95rem; line-height: 1.45; }
.tbhs-staff-link { margin: 0 0 10px; }
.tbhs-staff-link a { color: #2d6a63; font-weight: 700; }
@media (min-width: 980px) {
  .tbhs-staff-grid { grid-template-columns: 1fr 1fr; }
}
.tbhs-card h2 { margin: 0 0 4px; font-size: 1.25rem; }
.tbhs-muted { color: #5b6b64; margin: 0 0 10px; }
.tbhs-meta { margin: 10px 0 14px; padding: 0; list-style: none; }
.tbhs-meta li { margin: 4px 0; }
.tbhs-form label { display: block; font-weight: 700; margin: 14px 0 6px; }
.tbhs-form input, .tbhs-form textarea, .tbhs-form select {
  width: 100%; padding: 10px 12px; border-radius: 8px; border: 1px solid #c5d0cb;
}
.tbhs-form textarea { min-height: 90px; }
.tbhs-err { color: #b42318; font-weight: 700; margin: 0 0 12px; }
.tbhs-summary { background: #fff; border-radius: 14px; padding: 22px; }
.tbhs-summary dt { font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; color: #5b6b64; margin-top: 12px; }
.tbhs-summary dd { margin: 2px 0 0; font-weight: 700; }
.tbhs-actions { margin-top: 20px; display: flex; gap: 10px; flex-wrap: wrap; }

.tbhs-book article.tbhs-item.tbhs-card {
  background: #fff !important;
  border: 2px solid #4fa49a !important;
  border-radius: 16px !important;
  box-shadow: 0 16px 40px -18px rgb(45 106 99 / .5) !important;
  margin: 0 0 56px !important;
  padding: 26px !important;
}
.tbhs-book .tbhs-item p,
.tbhs-book .tbhs-item h2 {
  margin: 0 0 12px !important;
  line-height: 1.4 !important;
}
.tbhs-book .tbhs-item-kicker {
  font-size: .82rem !important;
  font-weight: 800 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  color: #1b2e4d !important;
}
.tbhs-book .tbhs-item-name,
.tbhs-book h2.tbhs-item-name {
  font-size: 1.7rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  color: #1b2e4d !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 14px !important;
}
.tbhs-book .tbhs-item-blurb,
.tbhs-book .tbhs-item .tbhs-muted {
  font-size: 1.05rem !important;
  line-height: 1.55 !important;
  color: #3d4f48 !important;
  font-weight: 500 !important;
}
.tbhs-book .tbhs-item-price {
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  color: #2d6a63 !important;
  margin-bottom: 16px !important;
}
.tbhs-book .tbhs-item-change { margin: 0 !important; }
.tbhs-book .tbhs-item-change a {
  display: inline-block !important;
  font-weight: 700 !important;
  color: #2d6a63 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}
.tbhs-book .tbhs-item + h1 {
  margin-top: 8px !important;
  margin-bottom: 18px !important;
  font-weight: 800 !important;
}
.tbhs-staff {
  cursor: pointer;
  display: block;
  border: 2px solid transparent;
  transition: border-color .15s, box-shadow .15s, transform .15s;
}
.tbhs-staff input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.tbhs-staff.is-selected {
  border-color: #4fa49a;
  box-shadow: 0 0 0 3px rgba(79,164,154,.28), 0 14px 36px -16px rgb(45 106 99 / .4);
}
.tbhs-details { border: 0; margin: 28px 0 0; padding: 0; min-width: 0; }
.tbhs-details:disabled { opacity: .45; }
.tbhs-pay-note { margin: 12px 0 0; color: #5b6b64; font-size: .92rem; }
