/* Herbal booking widget — neutral, theme-agnostic, brandable via CSS vars. */
.herbal-bw {
  --bw-green: var(--herbal-green, #1F4A38);
  --bw-green-dark: var(--herbal-green-dark, #163528);
  --bw-gold: var(--herbal-gold, #C8A24C);
  --bw-border: #e2dccf;
  max-width: 560px; margin: 0 auto; text-align: left;
  font-family: inherit; color: #2b2b2b;
}
.herbal-bw__loading { text-align: center; color: #777; }

.herbal-bw__progress {
  display: flex; gap: .4rem; list-style: none; margin: 0 0 1.2rem; padding: 0;
  font-size: .72rem; text-transform: uppercase; letter-spacing: .06em;
}
.herbal-bw__progress li {
  flex: 1; text-align: center; padding: .5rem .2rem; border-radius: 6px;
  background: #f1ede4; color: #9a917f;
}
.herbal-bw__progress li.is-active { background: var(--bw-green); color: #fff; }

.herbal-bw__panel { background: #fff; border: 1px solid var(--bw-border); border-radius: 12px; padding: 1.4rem; }
.herbal-bw__h { margin: 0 0 1rem; font-size: 1.2rem; color: var(--bw-green); }

.herbal-bw__select, .herbal-bw__date,
.herbal-bw__field input {
  width: 100%; padding: .7rem .8rem; border: 1px solid var(--bw-border);
  border-radius: 8px; font: inherit; background: #fff; margin-bottom: .4rem;
}
.herbal-bw__field { margin-bottom: .7rem; }
.herbal-bw__field label { display: block; font-size: .82rem; font-weight: 600; margin-bottom: .25rem; }

.herbal-bw__opts, .herbal-bw__slots { display: flex; flex-wrap: wrap; gap: .5rem; margin: .8rem 0; }
.herbal-bw__chip, .herbal-bw__slot {
  padding: .6rem 1rem; border: 1px solid var(--bw-green); background: #fff; color: var(--bw-green);
  border-radius: 999px; cursor: pointer; font: inherit; font-size: .9rem;
}
.herbal-bw__chip:hover, .herbal-bw__slot:hover { background: var(--bw-green); color: #fff; }

.herbal-bw__btn {
  display: inline-block; margin: .8rem .5rem 0 0; padding: .7rem 1.4rem; border-radius: 999px;
  border: 1px solid var(--bw-green); background: #fff; color: var(--bw-green); cursor: pointer; font: inherit;
}
.herbal-bw__btn--primary { background: var(--bw-green-dark); border-color: var(--bw-green-dark); color: #fff; }
.herbal-bw__back { border-color: #ccc; color: #666; }

.herbal-bw__consent { display: flex; gap: .5rem; align-items: flex-start; font-size: .85rem; margin: .4rem 0; }
.herbal-bw__summary { background: #f6f4ef; padding: .7rem 1rem; border-radius: 8px; font-weight: 600; margin-bottom: 1rem; }
.herbal-bw__msg { min-height: 1.2em; color: #b4452f; font-size: .9rem; margin-top: .8rem; }
.herbal-bw__done { text-align: center; }
.herbal-bw__done h3 { color: var(--bw-green); }

/* Cart / review */
.herbal-bw__h--sep { margin-top: 1.4rem; padding-top: 1.2rem; border-top: 1px solid var(--bw-border); font-size: 1.05rem; }
.herbal-bw__cart { list-style: none; margin: 0 0 .6rem; padding: 0; }
.herbal-bw__cart-item {
  display: flex; justify-content: space-between; align-items: flex-start; gap: .8rem;
  background: #f6f4ef; border-radius: 8px; padding: .7rem .9rem; margin-bottom: .5rem;
}
.herbal-bw__cart-meta { font-size: .82rem; color: #6a6256; }
.herbal-bw__tag {
  display: inline-block; font-size: .72rem; font-weight: 600; color: var(--bw-green);
  background: #fff; border: 1px solid var(--bw-border); border-radius: 999px; padding: .05rem .5rem;
}
.herbal-bw__remove {
  border: 0; background: none; color: #b4452f; cursor: pointer; font-size: 1rem;
  line-height: 1; padding: .2rem .3rem; flex: none;
}
.herbal-bw__remove:hover { color: #821f10; }
.herbal-bw__cart-actions { display: flex; flex-wrap: wrap; gap: .5rem; margin: .4rem 0 .2rem; }
.herbal-bw__addsvc, .herbal-bw__addguest { margin: 0; font-size: .85rem; }
.herbal-bw__guestrow { margin-top: .8rem; }

/* Recommended add-on chips in review */
.herbal-bw__suggest { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem; margin: .2rem 0 .8rem; }
.herbal-bw__suggest-label {
  width: 100%; font-size: .72rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: .06em; color: #8a8175;
}
.herbal-bw__addon-chip {
  border: 1px dashed var(--bw-gold); background: #fffdf7; color: var(--bw-green-dark);
  border-radius: 999px; padding: .45rem .9rem; cursor: pointer; font: inherit; font-size: .85rem;
}
.herbal-bw__addon-chip:hover { background: var(--bw-gold); color: #fff; border-style: solid; }
.herbal-bw__addon-chip .herbal-bw__tag { margin-left: .25rem; }

/* ---- Buy-a-gift-card storefront ([herbal_gift_card]) ---- */
.herbal-gc { display: grid; gap: 1.5rem; max-width: 640px; margin: 0 auto; font-family: inherit; }
.herbal-gc__card { background: #fff; border: 1px solid #e7e3da; border-radius: 18px; padding: 1.6rem; box-shadow: 0 8px 30px rgba(0,0,0,.05); }
.herbal-gc__h { margin: 0 0 .4rem; font-size: 1.4rem; color: #2f5d3a; }
.herbal-gc__sub { margin: 0 0 1.2rem; color: #5b5b5b; font-size: .95rem; }
.herbal-gc__amounts { border: 0; padding: 0; margin: 0 0 1rem; display: flex; flex-wrap: wrap; gap: .5rem; }
.herbal-gc__amounts legend { font-weight: 600; margin-bottom: .5rem; color: #333; }
.herbal-gc__amt { position: relative; }
.herbal-gc__amt input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.herbal-gc__amt span { display: inline-flex; align-items: center; gap: .2rem; border: 2px solid #e0dccf; border-radius: 12px; padding: .55rem .95rem; font-weight: 700; color: #2f5d3a; transition: .15s; }
.herbal-gc__amt input:checked + span { border-color: #2f5d3a; background: #2f5d3a; color: #fff; }
.herbal-gc__amt--custom span input { border: 0; background: transparent; color: inherit; font-weight: 700; font-size: 1rem; }
.herbal-gc__amt input:checked + span input { color: #fff; }
.herbal-gc__grid { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin-bottom: .8rem; }
.herbal-gc__grid label, .herbal-gc__full { display: flex; flex-direction: column; gap: .3rem; font-size: .85rem; color: #444; }
.herbal-gc__full { margin-bottom: 1rem; }
.herbal-gc input[type=text], .herbal-gc input[type=email], .herbal-gc input[type=number], .herbal-gc textarea { border: 1px solid #d8d3c6; border-radius: 10px; padding: .6rem .7rem; font: inherit; }
.herbal-gc__hint { color: #999; font-weight: 400; }
.herbal-gc__btn { width: 100%; background: #2f5d3a; color: #fff; border: 0; border-radius: 12px; padding: .9rem; font-size: 1.05rem; font-weight: 700; cursor: pointer; transition: .15s; }
.herbal-gc__btn:hover { background: #24492e; }
.herbal-gc__btn:disabled { opacity: .6; cursor: default; }
.herbal-gc__offline { background: #fff8ec; border: 1px dashed #d9b45a; border-radius: 12px; padding: .9rem; color: #6b5417; }
.herbal-gc__msg { margin: .8rem 0 0; min-height: 1.2em; font-size: .9rem; }
.herbal-gc__success { text-align: center; }
.herbal-gc__success h3 { color: #2f5d3a; }
.herbal-gc__code { font-size: 1.6rem; font-weight: 800; letter-spacing: 2px; color: #2f5d3a; background: #f4faf4; border: 2px dashed #7bb27b; border-radius: 12px; padding: 1rem; margin-top: 1rem; }
.herbal-gc__balance { background: #f7f5ef; border-radius: 14px; padding: 1.2rem 1.4rem; }
.herbal-gc__balance h3 { margin: 0 0 .6rem; color: #2f5d3a; font-size: 1.05rem; }
.herbal-gc__balance form { display: flex; gap: .5rem; }
.herbal-gc__balance input { flex: 1; border: 1px solid #d8d3c6; border-radius: 10px; padding: .6rem .7rem; font: inherit; text-transform: uppercase; }
.herbal-gc__balance button { background: #2f5d3a; color: #fff; border: 0; border-radius: 10px; padding: 0 1.1rem; font-weight: 600; cursor: pointer; }
.herbal-gc__balance p { margin: .7rem 0 0; font-size: .9rem; }
@media (max-width: 480px) { .herbal-gc__grid { grid-template-columns: 1fr; } }

/* ---- Careers / job application page ([herbal_careers]) ---- */
.herbal-careers { max-width: 760px; margin: 0 auto; font-family: inherit; }
.herbal-careers__thanks { background: #eef7ee; border: 1px solid #bcdcbc; border-radius: 14px; padding: 1.2rem 1.4rem; margin-bottom: 1.4rem; }
.herbal-careers__thanks h2 { margin: 0 0 .3rem; color: #2f5d3a; }
.herbal-careers__intro { margin-bottom: 1.6rem; }
.herbal-careers__intro h2 { color: #2f5d3a; margin: 0 0 .4rem; }
.herbal-careers__jobs { display: grid; gap: 1rem; margin-bottom: 2rem; }
.herbal-careers__job { border: 1px solid #e7e3da; border-radius: 14px; padding: 1.2rem 1.4rem; background: #fff; }
.herbal-careers__job-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.herbal-careers__job-head h3 { margin: 0; color: #24492e; font-size: 1.2rem; }
.herbal-careers__badge { background: #2f5d3a; color: #fff; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; padding: .25rem .6rem; border-radius: 999px; white-space: nowrap; }
.herbal-careers__job-meta { display: flex; flex-wrap: wrap; gap: 1rem; color: #5b5b5b; font-size: .88rem; margin: .5rem 0; }
.herbal-careers__desc { color: #444; font-size: .92rem; margin-top: .5rem; }
.herbal-careers__apply-link { display: inline-block; margin-top: .7rem; color: #2f5d3a; font-weight: 700; text-decoration: none; }
.herbal-careers__apply-link:hover { text-decoration: underline; }
.herbal-careers__none { background: #f7f5ef; border-radius: 12px; padding: 1.2rem; color: #555; }
.herbal-careers__form-wrap { border-top: 2px solid #eee; padding-top: 1.6rem; }
.herbal-careers__form-wrap h2 { color: #2f5d3a; }
.herbal-careers__err { background: #fdecea; border: 1px solid #f0b7b2; color: #a3211a; border-radius: 10px; padding: .7rem 1rem; }
.herbal-careers__grid { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; margin-bottom: .9rem; }
.herbal-careers__form label, .herbal-careers__full { display: flex; flex-direction: column; gap: .3rem; font-size: .85rem; color: #444; font-weight: 600; }
.herbal-careers__full { margin-bottom: .9rem; }
.herbal-careers__hint { color: #999; font-weight: 400; }
.herbal-careers__form input, .herbal-careers__form select, .herbal-careers__form textarea { border: 1px solid #d8d3c6; border-radius: 10px; padding: .6rem .7rem; font: inherit; font-weight: 400; }
.herbal-careers__btn { background: #2f5d3a; color: #fff; border: 0; border-radius: 12px; padding: .85rem 1.6rem; font-size: 1.02rem; font-weight: 700; cursor: pointer; }
.herbal-careers__btn:hover { background: #24492e; }
@media (max-width: 520px) { .herbal-careers__grid { grid-template-columns: 1fr; } }

/* ---- "We're Hiring" teaser ([herbal_open_positions]) ---- */
.herbal-hiring-teaser { background: linear-gradient(135deg,#f4faf4,#eef7ee); border: 1px solid #cfe6cf; border-radius: 16px; padding: 1.4rem 1.6rem; margin: 2rem 0; }
.herbal-hiring-teaser h3 { margin: 0 0 .3rem; color: #2f5d3a; font-size: 1.25rem; }
.herbal-hiring-teaser > p { margin: 0 0 1rem; color: #4c5c4c; }
.herbal-hiring-teaser__list { list-style: none; margin: 0 0 1rem; padding: 0; display: grid; gap: .55rem; }
.herbal-hiring-teaser__list a { display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: #fff; border: 1px solid #dce8dc; border-radius: 10px; padding: .7rem 1rem; text-decoration: none; transition: .15s; }
.herbal-hiring-teaser__list a:hover { border-color: #2f5d3a; box-shadow: 0 2px 8px rgba(47,93,58,.12); }
.herbal-hiring-teaser__role { font-weight: 700; color: #24492e; }
.herbal-hiring-teaser__type { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .4px; color: #fff; background: #2f5d3a; padding: .22rem .55rem; border-radius: 999px; white-space: nowrap; }
.herbal-hiring-teaser__cta { display: inline-block; font-weight: 700; color: #2f5d3a; text-decoration: none; }
.herbal-hiring-teaser__cta:hover { text-decoration: underline; }

/* Signed-in client: prefilled details summary */
.herbal-bw__me { display:flex; align-items:center; justify-content:space-between; gap:12px; background:#f4faf4; border:1px solid #cfe6cf; border-radius:12px; padding:.85rem 1rem; }
.herbal-bw__me-info { display:flex; flex-direction:column; line-height:1.35; }
.herbal-bw__me-info strong { color:#24492e; }
.herbal-bw__me-info span { color:#5b5b5b; font-size:.9rem; }
.herbal-bw__editme { background:transparent; border:1px solid #2f5d3a; color:#2f5d3a; border-radius:999px; padding:.35rem .9rem; font-weight:700; font-size:.85rem; cursor:pointer; }
.herbal-bw__editme:hover { background:#2f5d3a; color:#fff; }
