@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,700&family=Source+Sans+3:wght@400;600;700&display=swap");

/* Match mockup/working-calendar-preview.html: cream card on purple wash */

/* Live theme: sticky promo + Kadence header were covering the WC title/tabs.
   Clear space on this page only (same idea as the cart padding fix). */
body.page-id-25921 a.sgob-banner,
body.page-id-25921 .sgob-rot {
  display: none !important;
}
body.page-id-25921 #inner-wrap {
  padding-top: 3rem !important;
}
body.page-id-25921 .entry-content-wrap {
  padding-top: 1rem !important;
}
body.page-id-25921 .sg-wc {
  margin-top: 0.35rem !important;
  padding-top: 0.85rem !important;
}
/* Staff board only — clear sticky theme nav so title/tabs aren’t clipped.
   Practitioner + welcome keep the tighter top spacing below. */
body.page-id-25921 .sg-wc[data-entry="staff"] {
  margin-top: 1.35rem !important;
  padding-top: 2.35rem !important;
}
body.page-id-25921 .sg-wc[data-entry="prac"] {
  margin-top: 0.35rem !important;
  padding-top: 0.85rem !important;
}
body.page-id-25921 .sg-wc[data-entry="landing"] {
  margin-top: 0.15rem !important;
  padding: 0.65rem 1rem 1.35rem !important;
}
/* Keep welcome point cards centered under the hero (theme lists/flex can shove them left). */
body.page-id-25921 .sg-wc__landing {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
body.page-id-25921 .sg-wc__landing-hero {
  margin-left: auto !important;
  margin-right: auto !important;
  width: min(42rem, 100%) !important;
  max-width: 42rem !important;
}
body.page-id-25921 .sg-wc__landing-hero .sg-wc__landing-points {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.page-id-25921 .sg-wc__landing-point {
  flex: 1 1 16rem !important;
  max-width: 20rem !important;
}
body.admin-bar.page-id-25921 #inner-wrap {
  padding-top: 3.5rem !important;
}
/* Keep Welcome landing chrome-free even against theme !important rules. */
body.page-id-25921 .sg-wc[data-entry="landing"] .sg-wc__header[hidden],
body.page-id-25921 .sg-wc[data-entry="landing"] #sg-wc-chrome[hidden] {
  display: none !important;
}
body.page-id-25921 .sg-wc:not([data-entry="landing"]) .sg-wc__header,
body.page-id-25921 .sg-wc:not([data-entry="landing"]) .sg-wc__title,
body.page-id-25921 .sg-wc:not([data-entry="landing"]) .sg-wc__tabs,
body.page-id-25921 .sg-wc:not([data-entry="landing"]) .sg-wc__sub {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  z-index: 2 !important;
}
body.page-id-25921 .sg-wc:not([data-entry="landing"]) .sg-wc__title,
body.page-id-25921 .sg-wc:not([data-entry="landing"]) .sg-wc__sub {
  display: block !important;
}
body.page-id-25921 .sg-wc__title {
  font-size: 3.197rem !important;
  color: #2c2140 !important;
  margin: 0 !important;
  clip: auto !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
}

.sg-wc {
  --ink: #1a1424;
  --plum: #2c2140;
  --violet: #5c3d8a;
  --gold: #c9a227;
  --gold-soft: #e8d48b;
  --cream: #f7f2e8;
  --fog: #ebe4d6;
  --line: rgba(26, 20, 36, 0.12);
  --card: #fffdf8;
  --wait: #8a4f00;
  --wait-bg: #fff4df;
  --live: #24563a;
  --live-bg: #eef6f1;
  --sg-sun: url("https://shopsacredground.com/wp-content/uploads/Sun32.png");
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 1.35rem;
  color: var(--ink);
  max-width: 1180px;
  margin: 0.5rem auto 2rem;
  padding: 1.15rem 1.15rem 1.75rem;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  isolation: isolate;
  overflow-x: clip;
  background:
    radial-gradient(900px 420px at 8% -8%, rgba(92, 61, 138, 0.16), transparent 55%),
    linear-gradient(180deg, #f3eee4 0%, var(--cream) 42%, #efe8da 100%);
  box-shadow: 0 18px 50px rgba(44, 33, 64, 0.08);
}
/* One big translucent sun — face centered in the calendar page */
.sg-wc::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: var(--sg-sun);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: min(54rem, 118%) auto;
  opacity: 0.16;
  filter: saturate(1.12) contrast(1.05);
}
/* Landing: same single watermark, keep face mid-page (never park at bottom) */
.sg-wc[data-entry="landing"]::before {
  background-position: center 46%;
  background-size: min(54rem, 120%) auto;
  opacity: 0.16;
}
.sg-wc > * {
  position: relative;
  z-index: 1;
}
.sg-wc *, .sg-wc *::before, .sg-wc *::after { box-sizing: border-box; }
.sg-wc__landing {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sg-wc__landing-hero {
  text-align: center;
  width: min(42rem, 100%);
  max-width: 42rem;
  margin: 0 auto 0.75rem;
  animation: sg-wc-fade-up 0.7s ease both;
}
.sg-wc__landing-brand {
  margin: 0 0 0.1rem;
  line-height: 0;
}
.sg-wc__landing-logo {
  display: block;
  width: min(36rem, 94%);
  max-width: 580px;
  height: auto;
  margin: 0 auto;
  /* Push the wordmark toward plum/ink so it reads on cream */
  filter: brightness(0.42) contrast(1.35) saturate(1.05);
}
.sg-wc__landing-title {
  margin: 0.2rem 0 0.45rem;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.944rem, 3vw, 2.52rem);
  font-weight: 700;
  color: #120e1a;
}
.sg-wc__landing-guide {
  margin: 0.85rem auto 0;
  max-width: 34rem;
  font-size: 1.02rem;
  line-height: 1.45;
  font-weight: 600;
  color: #120e1a;
  text-align: center;
}
.sg-wc__landing-guide-link {
  appearance: none;
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #120e1a;
  font: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(201, 162, 39, 0.85);
  text-underline-offset: 3px;
  cursor: pointer;
  box-shadow: 0 0 12px rgba(201, 162, 39, 0.18);
}
.sg-wc__landing-guide-link:hover,
.sg-wc__landing-guide-link:focus-visible {
  color: #0a0810;
  text-decoration-color: #c9a227;
  outline: none;
}
.sg-wc__prac-guide {
  margin: 0.85rem 0 0;
  text-align: center;
}
/* Sit below sticky theme nav; keep title pinned; only the body scrolls */
#sg-wc-guidelines-modal {
  z-index: 2147483000;
  align-items: flex-start;
  justify-content: center;
  padding: max(5.75rem, calc(env(safe-area-inset-top, 0px) + 4.75rem)) 1rem 1.5rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#sg-wc-guidelines-modal .sg-wc__guidelines-card {
  max-width: 40rem;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  max-height: min(calc(100vh - 7rem), 760px);
  overflow: hidden !important;
  overflow-y: hidden !important;
}
#sg-wc-guidelines-modal .sg-wc__modal-head {
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
  padding: 1.1rem 1.15rem 0.55rem;
  background: var(--card);
  border-radius: 16px 16px 0 0;
}
#sg-wc-guidelines-modal .sg-wc__modal-head h2 {
  margin: 0;
}
#sg-wc-guidelines-modal .sg-wc__guidelines-body {
  flex: 1 1 auto;
  padding: 0 1.15rem 0.35rem;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
}
#sg-wc-guidelines-modal .sg-wc__modal-actions {
  flex: 0 0 auto;
  background: var(--card);
  border-radius: 0 0 16px 16px;
}
.sg-wc__guidelines-card {
  max-width: 40rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  max-height: min(88vh, 760px);
  overflow: hidden;
}
.sg-wc__guidelines-body {
  padding: 0 1.15rem 0.35rem;
  overflow-y: auto;
  min-height: 0;
}
.sg-wc__guidelines-body > p:first-child {
  margin-top: 0.25rem;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.45;
}
.sg-wc__guidelines-body p {
  margin: 0.45rem 0;
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.45;
}
.sg-wc__guidelines-h {
  margin: 1rem 0 0.35rem;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--plum);
}
.sg-wc__guidelines-list {
  margin: 0.45rem 0 0.65rem;
  padding: 0 0 0 1.15rem;
  display: grid;
  gap: 0.4rem;
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.45;
}
.sg-wc__guidelines-list strong {
  color: var(--plum);
}
.sg-wc__guidelines-foot {
  margin: 0.85rem 0 0.75rem;
  font-size: 1.02rem;
  line-height: 1.45;
  color: var(--ink);
  font-weight: 600;
}
.sg-wc__landing-welcome {
  margin: 0 0 0.4rem;
  font-size: 1.656rem;
  font-weight: 700;
  color: #120e1a;
}
.sg-wc__landing-lead {
  margin: 0;
  font-size: 1.469rem;
  line-height: 1.55;
  font-weight: 600;
  color: #120e1a;
}
/* Flex + wrap so a 2-up row stays centered under the hero copy. */
.sg-wc__landing-hero .sg-wc__landing-points {
  list-style: none;
  margin: 1rem auto 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.7rem;
  align-items: stretch;
  text-align: left;
  animation: sg-wc-fade-up 0.75s ease 0.08s both;
}
.sg-wc__landing-point {
  position: relative;
  flex: 1 1 16rem;
  max-width: 20rem;
  margin: 0;
  padding: 0.5rem 0.75rem 0.5rem 1.75rem;
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
  color: #120e1a;
  box-sizing: border-box;
}
.sg-wc__landing-point::before {
  content: "";
  position: absolute;
  left: 0.65rem;
  top: 0.8rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.18);
}
@media (max-width: 640px) {
  .sg-wc__landing-point {
    flex-basis: 100%;
    max-width: 100%;
  }
}
/* Practitioner-first landing body — one compact sign-in, not a two-box dashboard. */
.sg-wc[data-entry="landing"] {
  max-width: 52rem;
}
.sg-wc__landing-main {
  position: relative;
  width: min(36rem, 100%);
  margin: 0 auto;
  padding: 1.75rem 0.5rem 0.5rem;
  text-align: center;
  animation: sg-wc-fade-up 0.8s ease 0.12s both;
  overflow: visible;
}
.sg-wc__landing-main-title {
  margin: 0 0 0.3rem;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.55rem, 2.4vw, 1.9rem);
  font-weight: 800;
  color: #0f0b16;
  text-shadow: 0 1px 0 rgba(255, 253, 248, 0.85), 0 0 14px rgba(255, 253, 248, 0.55);
}
.sg-wc__landing-main-lead {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  line-height: 1.45;
  font-weight: 700;
  color: #120e1a;
  text-shadow: 0 1px 0 rgba(255, 253, 248, 0.75), 0 0 12px rgba(255, 253, 248, 0.45);
}
.sg-wc__landing-signin {
  display: grid;
  grid-template-columns: 1.1fr 1fr auto;
  gap: 0.55rem 0.65rem;
  align-items: end;
  text-align: left;
  padding: 0.85rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.88);
}
.sg-wc__landing-field label {
  display: block;
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #120e1a;
}
.sg-wc__landing-field select,
.sg-wc__landing-field input[type="text"],
.sg-wc__landing-field input[type="tel"] {
  width: 100%;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  font: inherit;
  background: #fff;
}
.sg-wc__landing-signin .sg-wc__btn {
  margin: 0;
  min-height: 2.65rem;
  padding-left: 1.15rem;
  padding-right: 1.15rem;
  white-space: nowrap;
}
.sg-wc__landing-load-hint {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
  line-height: 1.35;
  font-weight: 600;
  color: #2a2436;
  text-shadow: 0 1px 0 rgba(255, 253, 248, 0.7);
}
.sg-wc__landing-load-hint.is-ready {
  display: none;
}
.sg-wc__landing-signed-in {
  margin: 0.75rem 0 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #120e1a;
}
.sg-wc__landing-signed-in .sg-wc__landing-guide-link {
  margin-left: 0.35rem;
}
.sg-wc__landing-phone-hint {
  margin: 0.45rem 0 0;
  font-size: 0.92rem;
  line-height: 1.4;
  font-weight: 600;
  color: #1a1424;
}
.sg-wc__landing-for {
  margin: 1.15rem 0 0;
  text-align: left;
}
.sg-wc__landing-for-title {
  margin: 0 0 0.45rem;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #120e1a;
  text-align: center;
}
.sg-wc__landing-for-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}
.sg-wc__landing-for-list li {
  position: relative;
  padding: 0.35rem 0.2rem 0.35rem 1.35rem;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.4;
  color: #120e1a;
}
.sg-wc__landing-for-list li::before {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 0.7rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--gold);
}
.sg-wc__landing-staff {
  width: min(36rem, 100%);
  margin: 1.25rem auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  animation: sg-wc-fade-up 0.85s ease 0.18s both;
}
.sg-wc__landing-guest-note {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.4;
  color: #120e1a;
  text-align: center;
}
.sg-wc__landing-guest-link {
  color: #120e1a;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: rgba(18, 14, 26, 0.55);
}
.sg-wc__landing-guest-link:hover,
.sg-wc__landing-guest-link:focus-visible {
  color: #0a0810;
  text-decoration-color: #0a0810;
  outline: none;
}
.sg-wc__staff-pill {
  appearance: none;
  border: 1px solid rgba(18, 14, 26, 0.4);
  background: rgba(44, 33, 64, 0.06);
  color: #120e1a;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  cursor: pointer;
}
.sg-wc__staff-pill:hover,
.sg-wc__staff-pill:focus-visible {
  border-color: rgba(44, 33, 64, 0.55);
  background: rgba(44, 33, 64, 0.1);
  outline: none;
}
.sg-wc__staff-pill[aria-expanded="true"] {
  border-color: rgba(44, 33, 64, 0.55);
  background: rgba(44, 33, 64, 0.12);
}
.sg-wc__staff-pin-panel {
  width: min(18rem, 100%);
  box-sizing: border-box;
  text-align: left;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.92);
}
.sg-wc__staff-pin-panel label {
  display: block;
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
  font-weight: 600;
  text-align: left;
}
.sg-wc__staff-pin-row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: stretch;
}
.sg-wc__staff-pin-row input,
.sg-wc__staff-pin-row input[type="password"] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  min-width: 0;
  min-height: 2.6rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  font: inherit;
  background: #fff;
}
.sg-wc__staff-pin-row .sg-wc__btn,
.sg-wc__staff-pin-row .sg-wc__btn--primary {
  display: block;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  white-space: normal;
  min-height: 2.6rem;
}
@media (max-width: 720px) {
  .sg-wc__landing-signin {
    grid-template-columns: 1fr;
  }
  .sg-wc__landing-signin .sg-wc__btn {
    width: 100%;
  }
}
/* Legacy hooks (older markup / guest pages) */
.sg-wc__landing-grid {
  display: grid;
  gap: 1rem;
  width: 100%;
}
.sg-wc__landing-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.1rem 1.15rem 1.25rem;
}
.sg-wc__landing-card h3 {
  margin: 0 0 0.35rem;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.944rem;
  color: var(--plum);
}
.sg-wc__landing-card label {
  display: block;
  margin: 0.75rem 0 0.25rem;
  font-size: 1.296rem;
  font-weight: 600;
}
.sg-wc__landing-card select,
.sg-wc__landing-card input[type="text"],
.sg-wc__landing-card input[type="password"],
.sg-wc__landing-card input[type="tel"] {
  width: 100%;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  font: inherit;
  background: #fff;
}
.sg-wc__landing-card .sg-wc__btn {
  margin-top: 0.9rem;
  width: 100%;
}
.sg-wc__landing-guest {
  margin: 1.15rem 0 0;
  text-align: center;
  font-size: 1.411rem;
}
.sg-wc__text-link {
  border: 0;
  background: transparent;
  color: var(--violet);
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  padding: 0;
}
.sg-wc__text-link:hover {
  color: var(--plum);
}
@keyframes sg-wc-fade-up {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Main WC no longer prints the old plum “private tool” bar. */
body.page-id-25921 .sg-wc__banner {
  display: none !important;
}
.sg-wc__banner {
  background: var(--plum);
  color: var(--gold-soft);
  text-align: center;
  padding: 0.55rem 0.9rem;
  font-size: 1.224rem;
  letter-spacing: 0.02em;
  border-radius: 14px;
  margin-bottom: 0.35rem;
}
.sg-wc__banner strong { color: #fff; }
/* div not <header> — theme/Kadence header rules must not steal this block */
.sg-wc__header {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-end;
  padding: 1rem 0 0.85rem;
  margin: 0;
  background: transparent !important;
  position: relative !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  box-shadow: none !important;
}
.sg-wc__brand { min-width: 12rem; }
.sg-wc__title {
  font-family: Fraunces, Georgia, serif;
  margin: 0;
  font-size: 2.664rem;
  color: var(--plum);
  line-height: 1.15;
}
.sg-wc__sub { margin: 0.2rem 0 0; color: #5a5266; }
.sg-wc__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px;
}
.sg-wc__tab {
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: 600;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  cursor: pointer;
  color: var(--plum);
}
.sg-wc__tab.is-active {
  background: var(--plum);
  color: var(--gold-soft);
}
.sg-wc .card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(44, 33, 64, 0.06);
  padding: 1rem 1.1rem;
}
.sg-wc__how { margin-bottom: 1rem; }
.sg-wc__how h2 {
  font-family: Fraunces, Georgia, serif;
  margin: 0 0 0.35rem;
  font-size: 1.728rem;
}
.sg-wc__how ol { margin: 0.4rem 0 0; padding-left: 1.25rem; line-height: 1.45; }
.sg-wc__panel { display: none; }
.sg-wc__panel.is-active { display: block; }
.sg-wc__toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  margin-bottom: 0.85rem;
}
.sg-wc__label { font-size: 1.152rem; font-weight: 700; color: #6b6475; }
.sg-wc__chip, .sg-wc__seg button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  font: inherit;
  font-size: 1.152rem;
  font-weight: 600;
  cursor: pointer;
  color: var(--plum);
}
.sg-wc__chip.is-on, .sg-wc__seg button.is-on {
  background: var(--plum);
  color: var(--gold-soft);
  border-color: var(--plum);
}
.sg-wc__queue-tools .sg-wc__chip { line-height: 1.2; }
.sg-wc__work-scope {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
}
.sg-wc__work-scope[hidden] {
  display: none !important;
}
.sg-wc__count {
  display: inline-block;
  min-width: 1.25em;
  margin-left: 0.2rem;
  padding: 0.05rem 0.35rem;
  border-radius: 999px;
  font-size: 1.037rem;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.08);
  color: inherit;
}
.sg-wc__chip.is-on .sg-wc__count {
  background: rgba(255, 255, 255, 0.22);
}
.sg-wc__queue-block + .sg-wc__queue-block {
  margin-top: 1.5rem;
  padding-top: 0.25rem;
  border-top: 1px solid var(--line);
}
.sg-wc__seg { display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 0.35rem 0 0.75rem; }
.sg-wc__staff-grid {
  display: grid;
  grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  width: 100%;
}
.sg-wc__staff-grid.is-queue-focus {
  grid-template-columns: minmax(0, min(480px, 46vw)) minmax(0, 1fr);
}
.sg-wc__staff-grid > * {
  min-width: 0;
  max-width: 100%;
}
@media (max-width: 900px) {
  .sg-wc__staff-grid,
  .sg-wc__prac-grid,
  .sg-wc__guest-grid { grid-template-columns: 1fr !important; }
  .sg-wc__prac-grid > .sg-wc__hub-card {
    order: -1; /* schedule / chips first on phone */
  }
}
.sg-wc__guest-grid {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: 1rem;
  align-items: start;
}
/* Guest apply: simple contact form — keep it narrow and calm. */
.sg-wc__guest-stack {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  width: min(40rem, 100%);
  margin: 0 auto;
}
.sg-wc__guest-intro,
.sg-wc__form--guest {
  width: min(40rem, 100%);
  margin-left: auto;
  margin-right: auto;
}
.sg-wc__guest-intro h2 {
  font-family: Fraunces, Georgia, serif;
  margin: 0 0 0.4rem;
  font-size: clamp(1.7rem, 3vw, 2.1rem);
  color: var(--plum);
}
.sg-wc__page-nav--guest {
  width: min(40rem, 100%);
  margin: 0 auto 0.85rem;
}
.sg-wc__page-nav--guest .sg-wc__back {
  text-decoration: none;
}
.sg-wc__page-nav--guest .sg-wc__back:hover,
.sg-wc__page-nav--guest .sg-wc__back:focus-visible {
  text-decoration: underline;
}
.sg-wc__form--guest {
  max-width: none;
}
.sg-wc__form--guest h3,
.sg-wc__public-cal-head h3 {
  font-family: Fraunces, Georgia, serif;
  margin: 0 0 0.45rem;
  font-size: 1.45rem;
  color: var(--plum);
}
.sg-wc__section-label {
  margin: 1.1rem 0 0.25rem;
  font-size: 1.368rem;
  font-weight: 700;
  color: var(--plum);
}
.sg-wc__optional {
  font-weight: 400;
  color: #6b6475;
  font-size: 1.224rem;
}
.sg-wc__public-cal {
  --sg-cal-ink: #2c2140;
  --sg-cal-cream: #fbf7ef;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  position: static;
  background: var(--sg-cal-cream) !important;
  border-color: var(--line) !important;
  color: var(--sg-cal-ink);
}
.sg-wc--guest-only .sg-wc__public-cal {
  min-height: 0;
}
.sg-wc__public-cal-head h2 {
  font-family: Fraunces, Georgia, serif;
  margin: 0 0 0.35rem;
  font-size: 1.728rem;
  color: var(--sg-cal-ink);
}
.sg-wc__public-cal-head .sg-wc__muted {
  color: #6b6475;
}
.sg-wc__public-cal-tip {
  margin: 0 0 0.45rem;
  padding: 0.5rem 0.7rem;
  border-radius: 10px;
  background: rgba(201, 162, 39, 0.12);
  border: 1px solid rgba(201, 162, 39, 0.35);
  color: #4a4356;
  font-size: 1.02rem;
  line-height: 1.4;
}
.sg-wc__public-cal-tip strong {
  color: var(--plum);
}
.sg-wc__cal-link {
  color: var(--plum);
  font-weight: 700;
  font-size: 1.15rem;
  text-decoration: none;
}
.sg-wc__cal-link:hover { text-decoration: underline; }
.sg-wc__public-cal-live {
  width: 100%;
  margin: 0.15rem 0 0;
  border: 1px solid rgba(255, 198, 63, 0.28);
  border-radius: 12px;
  /* Match the public /events calendar so gold type stays readable. */
  background: #1a0e27;
  overflow: hidden;
  padding: 0.35rem 0.4rem 0.55rem;
}
.sg-wc__public-cal-live .tribe-events,
.sg-wc__public-cal-live .tribe-common,
.sg-wc__public-cal-live .tribe-common-l-container {
  max-width: none !important;
  width: 100% !important;
}
/* Compact the embedded month view a notch for guest apply. */
.sg-wc__public-cal-live .tribe-events {
  font-size: 0.88em !important;
}
.sg-wc__public-cal-live .tribe-events-c-top-bar,
.sg-wc__public-cal-live .tribe-events-header {
  display: block !important;
  visibility: visible !important;
}
.sg-wc__public-cal-live .tribe-events-c-top-bar__datepicker-button,
.sg-wc__public-cal-live .tribe-events-c-top-bar__datepicker-button-text {
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  color: #ffc63f !important;
}
.sg-wc__public-cal-live .tribe-events-calendar-month__day {
  min-height: 5.6rem !important;
}
.sg-wc__public-cal-live .tribe-events-calendar-month__day-date,
.sg-wc__public-cal-live .tribe-events-calendar-month__day-date-daynum,
.sg-wc__public-cal-live .tribe-events-calendar-month__day-date-link {
  color: #ffe08a !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  opacity: 1 !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}
.sg-wc__public-cal-live .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
.sg-wc__public-cal-live .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-daynum {
  color: #1a0e27 !important;
  text-shadow: none;
}
.sg-wc__public-cal-live .tribe-events-calendar-month__calendar-event-datetime,
.sg-wc__public-cal-live .tribe-events-calendar-month__calendar-event-title,
.sg-wc__public-cal-live .tribe-events-calendar-month__calendar-event-title-link {
  color: #f3e7c9 !important;
  font-size: 0.78rem !important;
  line-height: 1.25 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
}
.sg-wc__public-cal-live .tribe-events-calendar-month__calendar-event {
  margin: 0.15rem 0 !important;
  padding-left: 4px !important;
}
.sg-wc__public-cal-frame {
  width: 100%;
  height: min(92vh, 1100px);
  min-height: 820px;
  max-height: none;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color-scheme: light;
}
.sg-wc--guest-only .sg-wc__banner {
  display: none;
}
/* Guest apply: clear sticky header / promo so the back link + title aren’t clipped. */
body.page-id-25951 a.sgob-banner,
body.page-id-25951 .sgob-rot {
  display: none !important;
}
body.page-id-25951 #inner-wrap {
  padding-top: 3.25rem !important;
}
body.page-id-25951 .entry-content-wrap {
  padding-top: 2.5rem !important;
}
body.page-id-25951 .sg-wc {
  margin-top: 1.25rem !important;
  padding-top: 1.5rem !important;
  max-width: 42rem;
}
.sg-wc__form--guest select {
  width: 100%;
  box-sizing: border-box;
  font: inherit;
  padding: 0.55rem 0.7rem;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fff;
  color: inherit;
}
body.admin-bar.page-id-25951 #inner-wrap {
  padding-top: 3.75rem !important;
}
body.page-id-25951 .sg-wc__page-nav--guest {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}
.sg-wc__guest-spotlight h2 {
  font-family: Fraunces, Georgia, serif;
  margin: 0 0 0.35rem;
  font-size: 1.728rem;
}
.sg-wc__ask-type {
  font-size: 1.037rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.25rem 0.5rem;
  border-radius: 8px;
  white-space: nowrap;
}
.sg-wc__ask-type--existing {
  background: #e8f1ea;
  color: #2f5d3a;
}
.sg-wc__ask-type--new {
  background: #efe8f7;
  color: #5a3d7a;
}
.sg-wc__ask-type--rent {
  background: #e8eef7;
  color: #2f4a6d;
}
.sg-wc__ask-type--guest {
  background: #fff3d6;
  color: #9a5b00;
}
@media (max-width: 900px) {
  .sg-wc__public-cal {
    position: static;
  }
  .sg-wc__guest-stack {
    width: 100%;
  }
  .sg-wc__public-cal-frame {
    height: min(85vh, 900px);
    min-height: 640px;
  }
}
.sg-wc__queue h2, .sg-wc__cal h2, .sg-wc__prac-grid h2, .sg-wc__form h2 {
  font-family: Fraunces, Georgia, serif;
  margin: 0 0 0.35rem;
  font-size: 1.728rem;
}
.sg-wc__muted { color: #6b6475; font-size: 1.296rem; line-height: 1.4; }
.sg-wc__cal-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.75rem;
}
.sg-wc__cal-head-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  align-items: center;
  justify-content: flex-end;
}
.sg-wc__add-date-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
  align-items: end;
  margin-bottom: 0.45rem;
}
.sg-wc__add-date-row label {
  display: block;
  margin: 0 0 0.25rem;
}
.sg-wc__month-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.75rem !important;
}
/* Beat theme/Kadence — mockup-style round month arrows (cream, not stretched pills) */
.sg-wc__month-nav .sg-wc__month-btn,
.sg-wc #sg-wc-prev,
.sg-wc #sg-wc-next {
  width: 2.2rem !important;
  min-width: 2.2rem !important;
  max-width: 2.2rem !important;
  height: 2.2rem !important;
  min-height: 2.2rem !important;
  border-radius: 999px !important;
  border: 1px solid var(--line) !important;
  background: #fff !important;
  background-image: none !important;
  font-size: 1.656rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  cursor: pointer !important;
  color: var(--plum) !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center !important;
  text-indent: 0 !important;
  float: none !important;
  position: relative !important;
  transition: border-color 0.15s ease, background 0.15s ease !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}
.sg-wc__month-nav .sg-wc__month-btn span,
.sg-wc #sg-wc-prev span,
.sg-wc #sg-wc-next span {
  display: block !important;
  line-height: 1 !important;
  transform: none !important;
}
.sg-wc__month-nav .sg-wc__month-btn:hover,
.sg-wc #sg-wc-prev:hover,
.sg-wc #sg-wc-next:hover {
  background: #fff9eb !important;
  border-color: var(--gold) !important;
  color: var(--plum) !important;
  transform: none !important;
}
.sg-wc__month-nav .sg-wc__month-btn:focus-visible,
.sg-wc #sg-wc-prev:focus-visible,
.sg-wc #sg-wc-next:focus-visible {
  outline: 2px solid var(--gold) !important;
  outline-offset: 2px !important;
}
.sg-wc__month-nav h2,
.sg-wc #sg-wc-month-label {
  margin: 0 !important;
  min-width: 11rem !important;
  text-align: center !important;
  font-family: Fraunces, Georgia, serif !important;
  font-size: 1.944rem !important;
  color: #2c2140 !important;
  font-weight: 700 !important;
}
.sg-wc__legend { display: flex; gap: 1.224rem; font-size: 1.152rem; color: #5a5266; flex-wrap: wrap; }
.sg-wc__swatch {
  display: inline-block;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 4px;
  margin-right: 0.25rem;
  vertical-align: -1px;
}
.sg-wc__swatch--live { background: var(--live-bg); border: 1px solid #9dceb0; }
.sg-wc__swatch--wait { background: var(--wait-bg); border: 1px solid #e8b84a; }
.sg-wc__month {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  overflow: visible;
}
.sg-wc__dow {
  text-align: center;
  font-size: 1.037rem;
  font-weight: 700;
  color: #7a7386;
  padding: 0.35rem 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.sg-wc__day {
  min-height: 72px;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.3rem;
  background: #fffcf6;
  overflow: hidden;
  position: relative;
}
.sg-wc__day:has(.sg-wc__day-more:hover),
.sg-wc__day:has(.sg-wc__day-more:focus-within),
.sg-wc__day:has(.sg-wc__ev:hover),
.sg-wc__day:has(.sg-wc__ev:focus-within) {
  overflow: visible;
  z-index: 20;
}
.sg-wc__day.is-mute { opacity: 0.4; }
.sg-wc__day.is-today { outline: 2px solid rgba(201, 162, 39, 0.55); }
.sg-wc__day-n { font-size: 1.08rem; font-weight: 700; color: #6b6475; margin-bottom: 0.288rem; }
.sg-wc__ev {
  display: block;
  position: relative;
  font-size: 1.037rem;
  font-weight: 600;
  padding: 0.12rem 0.3rem;
  border-radius: 6px;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
}
.sg-wc__ev:hover,
.sg-wc__ev:focus-within {
  overflow: visible;
  z-index: 6;
}
.sg-wc__ev-tip {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  z-index: 40;
  min-width: 12.5rem;
  max-width: min(18rem, 70vw);
  width: max-content;
  padding: 0.55rem 0.7rem;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #2c2140;
  color: #f7f1e6;
  box-shadow: 0 10px 28px rgba(44, 33, 64, 0.28);
  white-space: normal;
  font-weight: 400;
  line-height: 1.35;
  pointer-events: none;
}
.sg-wc__ev:hover .sg-wc__ev-tip,
.sg-wc__ev:focus-within .sg-wc__ev-tip {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
/* Fri / Sat columns: open tip left so it isn’t clipped on the right edge */
.sg-wc__month > :nth-child(7n + 6) .sg-wc__ev-tip,
.sg-wc__month > :nth-child(7n) .sg-wc__ev-tip,
.sg-wc__month > :nth-child(7n + 6) .sg-wc__day-more-pop,
.sg-wc__month > :nth-child(7n) .sg-wc__day-more-pop {
  left: auto;
  right: 0;
}
.sg-wc__staff-grid > .sg-wc__cal,
.sg-wc__cal {
  overflow: visible;
}
.sg-wc__ev-tip-title {
  font-family: Fraunces, Georgia, serif;
  font-weight: 700;
  font-size: 0.98rem;
  color: #fffdf8;
}
.sg-wc__ev-tip-time,
.sg-wc__ev-tip-room {
  font-size: 0.9rem;
  font-weight: 600;
  color: #e6d5a8;
}
.sg-wc__ev-tip-desc {
  font-size: 0.88rem;
  color: #f0e8da;
  margin-top: 0.15rem;
}
.sg-wc__ev-tip-note {
  font-size: 0.84rem;
  color: #d8cfc0;
  font-style: italic;
}
.sg-wc__ev-tip-edit {
  display: inline-block;
  margin-top: 0.4rem;
  padding: 0.2rem 0.55rem;
  border: 1px solid rgba(255, 248, 231, 0.45);
  border-radius: 999px;
  background: rgba(255, 248, 231, 0.12);
  color: #fff8e7;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  width: auto;
}
.sg-wc__ev-tip-edit:hover {
  background: rgba(255, 248, 231, 0.22);
}
.sg-wc__ev--live { background: var(--live-bg); color: var(--live); }
.sg-wc__ev--wait { background: var(--wait-bg); color: var(--wait); }
.sg-wc__ev--held { background: #eee6d8; color: #6a5a40; }
.sg-wc__ev--staging { background: #e7eef8; color: #2f4d7a; }
.sg-wc__ev--more {
  background: rgba(44, 33, 64, 0.08);
  color: #5a5266;
  cursor: pointer;
  font-weight: 700;
}
.sg-wc__ev.is-clickable { cursor: pointer; text-decoration: underline; text-underline-offset: 2px; }
.sg-wc__day-more {
  position: relative;
  outline: none;
}
.sg-wc__day-more-pop {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 2px);
  z-index: 30;
  padding: 0.35rem;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fffdf8;
  box-shadow: 0 8px 22px rgba(44, 33, 64, 0.16);
}
.sg-wc__day-more:hover .sg-wc__day-more-pop,
.sg-wc__day-more:focus-within .sg-wc__day-more-pop {
  display: block;
}
.sg-wc__btn--danger {
  background: #8b2e2e;
  color: #fff;
  border-color: #8b2e2e;
}
.sg-wc__btn--danger:hover { filter: brightness(1.05); }
.sg-wc__prac-grid {
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  gap: 1rem;
  width: 100%;
}
.sg-wc__prac-grid > * {
  min-width: 0;
  max-width: 100%;
}
.sg-wc label {
  display: block;
  font-weight: 600;
  font-size: 1.224rem;
  margin: 0.75rem 0 0.3rem;
}
.sg-wc input[type="text"],
.sg-wc input[type="email"],
.sg-wc input[type="date"],
.sg-wc input[type="time"],
.sg-wc select,
.sg-wc textarea {
  width: 100%;
  font: inherit;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fff;
}
/* Compact toolbar selects — never stretch full card width */
.sg-wc select.sg-wc__select-compact,
.sg-wc #sg-wc-hist-sort {
  width: max-content !important;
  max-width: 11.5rem !important;
  min-width: 8.5rem !important;
  flex: 0 0 auto !important;
  display: inline-block !important;
  padding: 0.3rem 1.6rem 0.3rem 0.65rem !important;
  border-radius: 999px !important;
  font-size: 1.152rem !important;
  line-height: 1.2 !important;
}
.sg-wc__hint-box {
  margin: 0.35rem 0 0;
  font-size: 1.152rem;
  color: #6b6475;
  background: #fff9eb;
  border: 1px dashed rgba(201, 162, 39, 0.55);
  border-radius: 8px;
  padding: 0.45rem 0.6rem;
}
.sg-wc__btn {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
  padding: 0.65rem 0.9rem;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.sg-wc__btn--primary {
  width: 100%;
  margin-top: 0.85rem;
  background: var(--plum);
  color: var(--gold-soft);
  border-color: var(--plum);
}
.sg-wc__choices { margin-top: 1rem; display: grid; gap: 0.5rem; }
.sg-wc__choice {
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
  background: #fff;
  cursor: pointer;
  font: inherit;
}
.sg-wc__choice strong { display: block; }
.sg-wc__choice span { font-size: 1.181rem; color: #6b6475; }
.sg-wc__choice--note {
  border-style: dashed;
}
.sg-wc__note-form {
  max-width: 36rem;
  margin: 0 auto;
}
.sg-wc__form-actions {
  margin-top: 1rem;
}
.sg-wc__choice--rent {
  border-color: rgba(201, 162, 39, 0.65);
  background: linear-gradient(180deg, #fffdf4 0%, #fff 70%);
}
.sg-wc__prefs { margin-top: 1rem; padding-top: 0.85rem; border-top: 1px solid var(--line); }
.sg-wc__rate-card {
  background: var(--plum);
  color: var(--cream);
  border-radius: 14px;
  padding: 0.9rem 1rem;
  margin: 0 0 1rem;
}
.sg-wc__rate-label {
  margin: 0;
  font-size: 1.123rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold-soft);
}
.sg-wc__rate-amount {
  margin: 0.15rem 0 0.4rem;
  font-family: Fraunces, Georgia, serif;
  font-size: 2.232rem;
  color: #fff;
}
.sg-wc__rate-card .sg-wc__muted { color: rgba(247, 242, 232, 0.82); margin: 0; }
.sg-wc__dates {
  display: grid;
  gap: 0.75rem;
  margin: 0.75rem 0;
}
@media (min-width: 640px) {
  .sg-wc__dates { grid-template-columns: 1fr 1fr; align-items: start; }
}
.sg-wc__series {
  margin: 0.25rem 0 0.75rem;
}
.sg-wc__series-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.sg-wc__series-list {
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.sg-wc__series-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.2rem 0.55rem 0.2rem 0.7rem;
  font-size: 1.296rem;
  background: rgba(255, 255, 255, 0.55);
}
.sg-wc__series-list button {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 1.44rem;
  line-height: 1;
  color: var(--ink-muted, #5c5346);
  padding: 0 0.1rem;
}
.sg-wc__series-add {
  margin: 0.35rem 0 0.25rem;
}
.sg-wc__series-add > label {
  display: block;
  font-size: 1.296rem;
  margin-bottom: 0.25rem;
}
.sg-wc__finder {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.85rem 0.95rem;
  margin: 0.5rem 0 0.85rem;
  background: rgba(255, 255, 255, 0.4);
}
.sg-wc__finder-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.55rem;
}
.sg-wc__btn--quiet {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink-muted, #5c5346);
  font-size: 1.224rem;
  padding: 0.3rem 0.65rem;
}
.sg-wc__pin-nudge {
  margin: 0.75rem 0 0;
  padding: 0.75rem 0.95rem;
  border-left: 3px solid var(--plum, #5c3d5c);
}
.sg-wc__pin-nudge p {
  margin: 0;
  font-size: 1.368rem;
  line-height: 1.4;
}
.sg-wc__finder-results {
  margin-top: 0.75rem;
  display: grid;
  gap: 0.5rem;
}
.sg-wc__finder-opt {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.65rem 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
}
.sg-wc__finder-opt p {
  margin: 0;
  font-size: 1.368rem;
}
.sg-wc__quote {
  background: #eef6f1;
  border: 1px solid rgba(36, 86, 58, 0.28);
  border-radius: 12px;
  padding: 0.85rem 0.95rem;
  margin: 0.85rem 0;
  font-size: 1.368rem;
  line-height: 1.45;
  color: var(--live);
}
.sg-wc__quote-total {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.944rem;
  color: var(--plum);
}
.sg-wc__wait-card, .sg-wc__hist-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
  margin-bottom: 0.55rem;
  background: #fff;
  transition: border-color 0.15s, background 0.15s;
}
.sg-wc__queue .sg-wc__wait-card {
  cursor: pointer;
}
.sg-wc__wait-card:hover {
  border-color: rgba(201, 162, 39, 0.7);
  background: #fff9eb;
}
.sg-wc__queue-sub {
  margin: -0.35rem 0 0.65rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #7a7386;
  line-height: 1.3;
}
.sg-wc__day-group {
  margin: 0 0 0.85rem;
}
.sg-wc__day-group-label {
  margin: 0 0 0.3rem;
  padding: 0.15rem 0.1rem;
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #7a7386;
  border-bottom: 1px solid rgba(44, 33, 64, 0.1);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
}
.sg-wc__day-group-count {
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #9a93a3;
}
.sg-wc__queue-card {
  border: 1px solid var(--line);
  border-left-width: 3px;
  border-radius: 12px;
  margin-bottom: 0.4rem;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.15s, background 0.15s;
}
.sg-wc__queue-card--dates { border-left-color: #5a9a6a; }
.sg-wc__queue-card--new { border-left-color: #d4783a; background: #fffaf5; }
.sg-wc__queue-card--guest { border-left-color: #c9a227; }
.sg-wc__queue-card--note { border-left-color: #5a6b7a; }
.sg-wc__queue-card--listing { border-left-color: #6b7db8; }
.sg-wc__queue-card--build { border-left-color: #d4783a; background: #fffaf5; }
.sg-wc__queue-card--golive { border-left-color: #2f6f8f; }
.sg-wc__queue-card--revision { border-left-color: #8a6a3d; }
.sg-wc__queue-card:hover,
.sg-wc__queue-card.is-open {
  border-color: rgba(201, 162, 39, 0.7);
  border-left-width: 3px;
  background: #fffdf6;
}
.sg-wc__queue-card--new:hover,
.sg-wc__queue-card--new.is-open,
.sg-wc__queue-card--build:hover,
.sg-wc__queue-card--build.is-open {
  background: #fff6ec;
}
.sg-wc__queue-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  width: 100%;
  margin: 0;
  padding: 0.55rem 0.7rem;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
}
.sg-wc__owner-mark {
  flex: 0 0 auto;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}
.sg-wc__owner-mark--cheryl {
  background: #d7e8dc;
  color: #245536;
}
.sg-wc__owner-mark--deneene {
  background: #e5dff2;
  color: #4a3568;
}
.sg-wc__owner-mark--both {
  background: #e8e4dc;
  color: #3d3428;
  font-size: 0.72rem;
  letter-spacing: -0.02em;
  min-width: 2rem;
  padding: 0 0.28rem;
}
.sg-wc__queue-section-title {
  margin: 1rem 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #2c2140;
}
.sg-wc__queue-card--handled {
  opacity: 0.95;
}
.sg-wc__queue-summary-text {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
  flex: 1 1 auto;
}
.sg-wc__queue-name-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.45rem;
  min-width: 0;
}
.sg-wc__queue-name {
  font-weight: 700;
  font-size: 1.15rem;
  color: #2c2140;
}
.sg-wc__work-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.12rem 0.4rem;
  border-radius: 999px;
  white-space: nowrap;
  line-height: 1.2;
}
.sg-wc__work-tag--dates {
  background: #e8f1ea;
  color: #2f5d3a;
}
.sg-wc__work-tag--new,
.sg-wc__work-tag--build {
  background: #fde8d8;
  color: #8a3d12;
}
.sg-wc__work-tag--note {
  background: #eef2f5;
  color: #3d4a56;
}
.sg-wc__work-tag--guest {
  background: #fff3d6;
  color: #9a5b00;
}
.sg-wc__work-tag--listing {
  background: #e4e9f7;
  color: #334a8a;
}
.sg-wc__work-tag--golive {
  background: #dcecf3;
  color: #1f5570;
}
.sg-wc__work-tag--revision {
  background: #f3e8d8;
  color: #6a4a22;
}
.sg-wc__queue-blurb {
  font-size: 0.98rem;
  color: #5a5266;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.sg-wc__queue-chevron {
  flex: 0 0 auto;
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid #7a7386;
  border-bottom: 2px solid #7a7386;
  transform: rotate(-45deg);
  transition: transform 0.15s;
}
.sg-wc__queue-card.is-open .sg-wc__queue-chevron {
  transform: rotate(45deg);
}
.sg-wc__queue-body {
  padding: 0.55rem 0.7rem 0.7rem;
  border-top: 1px solid rgba(44, 33, 64, 0.08);
}
.sg-wc__queue-card.is-open .sg-wc__queue-body {
  max-height: min(58vh, 26rem);
  overflow-y: auto;
}
.sg-wc__build-panel {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.sg-wc__wait-actions--top {
  margin: 0 0 0.35rem;
  padding: 0;
  position: static;
}
.sg-wc__meta-line {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.35;
  color: #6b6475;
}
.sg-wc__build-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr);
  gap: 0.55rem;
  align-items: start;
}
@media (max-width: 700px) {
  .sg-wc__build-grid {
    grid-template-columns: 1fr;
  }
}
.sg-wc__sent-details {
  margin: 0.15rem 0 0;
  border-top: 1px solid rgba(44, 33, 64, 0.08);
  padding-top: 0.45rem;
}
.sg-wc__sent-details .sg-wc__section-label {
  margin: 0 0 0.3rem;
}
.sg-wc__sent-details .sg-wc__submitted {
  margin: 0;
  padding: 0.45rem 0.55rem;
  border-radius: 8px;
  background: #f3f0ea;
}
.sg-wc__submitted {
  margin: 0.4rem 0 0;
}
.sg-wc__submitted p {
  margin: 0.2rem 0;
  font-size: 0.95rem;
}
.sg-wc__listing-copy {
  margin: 0;
  padding: 0.55rem 0.6rem;
  border: 1px solid rgba(44, 33, 64, 0.12);
  border-radius: 10px;
  background: #faf8f4;
}
.sg-wc__listing-copy label {
  display: block;
  margin: 0.35rem 0 0.15rem;
  font-weight: 700;
  font-size: 0.92rem;
  color: #2c2140;
}
.sg-wc__listing-copy label:first-of-type {
  margin-top: 0.15rem;
}
.sg-wc__listing-copy input[type="text"],
.sg-wc__listing-copy textarea {
  width: 100%;
  box-sizing: border-box;
  font: inherit;
  font-size: 0.98rem;
  padding: 0.4rem 0.5rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #2c2140;
}
.sg-wc__listing-copy textarea {
  min-height: 4.25rem;
  resize: vertical;
  line-height: 1.35;
}
.sg-wc__listing-copy [data-deneene-copy-status] {
  min-height: 1em;
  margin: 0.2rem 0 0;
  font-size: 0.85rem;
  color: #3d6b4a;
}
.sg-wc__image-block {
  margin: 0;
  padding: 0.55rem 0.6rem;
  border: 1px solid rgba(44, 33, 64, 0.12);
  border-radius: 10px;
  background: #fff;
}
.sg-wc__image-block .sg-wc__section-label {
  margin: 0 0 0.35rem;
}
.sg-wc__wait-actions--stack {
  flex-direction: column;
  align-items: stretch;
}
.sg-wc__img-thumb--sm {
  max-width: 140px;
}
.sg-wc__img-thumb--sm img {
  max-height: 90px;
  width: 100%;
  object-fit: cover;
}
.sg-wc__received-at {
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #7a7386;
}
.sg-wc__received-label {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: lowercase;
  color: #9a93a3;
}
.sg-wc__wait-who {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.sg-wc__status {
  font-size: 1.037rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.25rem 0.45rem;
  border-radius: 999px;
  white-space: nowrap;
}
.sg-wc__status--wait { background: #fff3d6; color: #9a5b00; }
.sg-wc__legend .sg-wc__mark {
  display: inline-flex;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-size: 0.936rem;
  font-weight: 700;
  margin-right: 0.25rem;
  vertical-align: -2px;
}
.sg-wc__mark--w,
.sg-wc__mark--p {
  background: #fff3d6;
  color: #9a5b00;
  border: 1px solid #e8b84a;
}
.sg-wc__mark--s {
  background: #e7eef8;
  color: #2f4d7a;
  border: 1px solid #9db6d8;
}
.sg-wc__deny-options {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin: 0.85rem 0 0.65rem;
}
.sg-wc__deny-block {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.sg-wc__deny-option {
  text-align: left;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 0.75rem;
  padding: 0.65rem 0.8rem;
  cursor: pointer;
  font: inherit;
  color: inherit;
  width: 100%;
}
.sg-wc__deny-option strong {
  display: block;
  margin-bottom: 0.15rem;
}
.sg-wc__deny-option span {
  display: block;
  font-size: 1.05rem;
  color: var(--muted, #666);
  line-height: 1.35;
}
.sg-wc__deny-option.is-on {
  border-color: var(--brand, #2f5d3a);
  box-shadow: inset 0 0 0 1px var(--brand, #2f5d3a);
  background: #f4faf6;
}
.sg-wc__deny-fields {
  margin: 0 0 0 0.15rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(44, 33, 64, 0.12);
  border-radius: 0.75rem;
  background: #faf8f4;
}
.sg-wc__deny-fields[hidden] {
  display: none !important;
}
.sg-wc__deny-slots {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin: 0.35rem 0 0.5rem;
}
.sg-wc__deny-slot {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.7fr) minmax(0, 0.7fr) auto;
  gap: 0.35rem;
  align-items: end;
}
.sg-wc__deny-slot label {
  display: block;
  margin: 0 0 0.15rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #5a5266;
}
.sg-wc__deny-slot input[type="date"],
.sg-wc__deny-slot input[type="time"] {
  width: 100%;
  box-sizing: border-box;
  font: inherit;
  font-size: 0.95rem;
  padding: 0.4rem 0.45rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.sg-wc__deny-slot-remove {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  padding: 0.4rem 0.55rem;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  color: #6b2140;
  white-space: nowrap;
}
@media (max-width: 560px) {
  .sg-wc__deny-slot {
    grid-template-columns: 1fr 1fr;
  }
  .sg-wc__deny-slot-remove {
    grid-column: 1 / -1;
  }
}
.sg-wc__check-opt {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin: 0.85rem 0 0.75rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: #faf8f5;
  cursor: pointer;
  line-height: 1.4;
}
.sg-wc__check-opt--compact {
  margin: 0.55rem 0 0.65rem;
  padding: 0.55rem 0.7rem;
  font-size: 0.92rem;
}
.sg-wc__check-opt input {
  margin-top: 0.2rem;
  flex: 0 0 auto;
}
.sg-wc__check-opt span {
  flex: 1;
}
#sg-wc-timing-fields[hidden],
#sg-wc-guest-timing[hidden],
#sg-wc-flexible-wrap[hidden] {
  display: none !important;
}
.sg-wc__hist-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.55rem;
  align-items: center;
  margin-top: 0.55rem;
}
.sg-wc__hist-tools--month {
  align-items: center;
}
.sg-wc__hist-tools--month .sg-wc__month-nav {
  margin: 0;
  flex: 0 0 auto;
}
.sg-wc__hist-tools--month .sg-wc__month-nav.is-dimmed #sg-wc-hist-month-label {
  opacity: 0.55;
}
.sg-wc__hist-tools--month #sg-wc-hist-month-label {
  display: inline-block;
  min-width: 7.5rem;
  text-align: center;
  font-size: 1.368rem;
  font-weight: 700;
  color: var(--plum, #3b2748);
}
.sg-wc__hist-sort-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.sg-wc__prac-tools {
  align-items: flex-start;
  flex-wrap: wrap;
}
.sg-wc__prac-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  flex: 1 1 12rem;
  min-width: 0;
}
.sg-wc__prac-tools-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.45rem;
  padding-top: 0.45rem;
  border-top: 1px solid var(--line);
}
.sg-wc__btn--add-dates {
  display: inline-flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto !important;
  max-width: 16rem;
  margin: 0 auto;
  padding: 0.35rem 0.85rem !important;
  border-radius: 999px !important;
  background: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #fff !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-align: center;
}
.sg-wc__btn--add-dates span {
  font-size: 0.75rem;
  font-weight: 600;
  opacity: 0.9;
}
.sg-wc__chip--action {
  background: #1a1a1a !important;
  color: #fff !important;
  border-color: #1a1a1a !important;
  font-weight: 700;
  font-size: 0.85rem !important;
  padding: 0.25rem 0.7rem !important;
}
.sg-wc__hist-meta {
  margin: 0.45rem 0 0.35rem;
  font-size: 1.325rem;
  line-height: 1.4;
  color: var(--muted, #666);
}
.sg-wc__hist-line {
  margin: 0.15rem 0;
}
.sg-wc__hist-line strong {
  color: var(--ink, #222);
  font-weight: 600;
}
.sg-wc__mark--live {
  background: #e5f3ea;
  color: var(--live);
  border: 1px solid #9dceb0;
  font-size: 0.792rem;
}
.sg-wc__wait-actions {
  display: flex;
  gap: 0.45rem;
  margin-top: 0.55rem;
  flex-wrap: wrap;
}
.sg-wc__btn {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  color: var(--plum);
}
.sg-wc__btn--primary {
  background: var(--plum);
  color: var(--gold-soft);
  border-color: var(--plum);
}
.sg-wc__btn--danger {
  background: #6b1f2a;
  color: #fff;
  border-color: #6b1f2a;
}
.sg-wc__pending-tag {
  margin: 0.4rem 0 0;
  font-size: 1.181rem;
  font-weight: 700;
  color: var(--wait);
}
.sg-wc__modal {
  position: fixed;
  inset: 0;
  background: rgba(26, 20, 36, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000;
  padding: 1rem;
}
#sg-wc-notice-modal,
#sg-wc-confirm-modal {
  z-index: 100020;
}
.sg-wc__modal[hidden] { display: none !important; }
.sg-wc__modal-card {
  background: var(--card);
  border-radius: 16px;
  padding: 1.25rem 1.35rem;
  max-width: 420px;
  width: 100%;
  max-height: min(90vh, 720px);
  overflow-y: auto;
  min-height: 0;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}
.sg-wc__modal-card h2 {
  font-family: Fraunces, Georgia, serif;
  margin: 0 0 0.5rem;
  font-size: 1.944rem;
  color: var(--plum);
}
.sg-wc__modal-card--sheet {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  max-height: min(88vh, 720px);
}
.sg-wc__modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.1rem 0.35rem;
  flex: 0 0 auto;
}
.sg-wc__modal-head h2 {
  margin: 0;
  flex: 1 1 auto;
}
.sg-wc__modal-x {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  width: 2.1rem;
  height: 2.1rem;
  font-size: 2.088rem;
  line-height: 1;
  cursor: pointer;
  color: var(--plum);
  padding: 0;
  flex: 0 0 auto;
}
.sg-wc__modal-x:hover {
  background: #fff9eb;
  border-color: rgba(201, 162, 39, 0.7);
}
.sg-wc__modal-body {
  overflow-y: auto;
  padding: 0 1.15rem 0.35rem;
  flex: 1 1 auto;
  min-height: 0;
}
.sg-wc__modal-actions--sticky {
  flex: 0 0 auto;
  margin: 0;
  padding: 0.85rem 1.15rem 1.05rem;
  border-top: 1px solid var(--line);
  background: var(--card);
  justify-content: flex-start;
  flex-wrap: wrap;
}
#sg-wc-notice-body,
#sg-wc-confirm-body {
  white-space: pre-wrap;
}
.sg-wc__modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 1rem;
}
.sg-wc__undo {
  position: fixed;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  z-index: 100001;
  background: var(--plum);
  color: var(--cream);
  border-radius: 999px;
  padding: 0.65rem 0.75rem 0.65rem 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  max-width: min(560px, 94vw);
  box-shadow: 0 12px 40px rgba(44, 33, 64, 0.35);
  font-size: 1.325rem;
}
.sg-wc__undo[hidden] { display: none !important; }
.sg-wc__undo .sg-wc__btn--primary {
  flex-shrink: 0;
  background: var(--gold);
  color: var(--plum);
  border-color: var(--gold);
}
.sg-wc__history { margin-top: 0.85rem; }
.sg-wc__hist-badge {
  display: inline-block;
  font-size: 1.037rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: var(--wait-bg);
  color: var(--wait);
  border-radius: 999px;
  padding: 0.15rem 0.55rem;
  margin-bottom: 0.35rem;
}
.sg-wc__form { max-width: 720px; margin: 0 auto; }
.sg-wc__page-nav {
  margin: 0 0 0.85rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
}
.sg-wc__page-guide {
  font-size: 0.98rem;
  white-space: nowrap;
}
.sg-wc__back {
  border: 0;
  background: none;
  color: var(--plum, #2c2140);
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
  padding: 0.4rem 0.1rem;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.sg-wc__back:hover,
.sg-wc__back:focus-visible {
  color: #4a3568;
  text-decoration: underline;
  outline: none;
}
.sg-wc__queue-back {
  margin: 0 0 0.65rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid rgba(44, 33, 64, 0.1);
}
.sg-wc__queue-back[hidden] {
  display: none !important;
}
.sg-wc__back--shared {
  font-size: 1.55rem;
  width: 100%;
  justify-content: flex-start;
}
.sg-wc__mode { font-size: 1.224rem; font-weight: 700; color: #5c3d8a; }
.sg-wc__rooms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
  margin: 0.35rem 0 0.85rem;
}
@media (max-width: 600px) {
  .sg-wc__rooms { grid-template-columns: 1fr; }
}
.sg-wc__room {
  text-align: left;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
  padding: 0.55rem 0.7rem;
  font: inherit;
  font-weight: 600;
  font-size: 1.224rem;
  cursor: pointer;
  color: var(--plum);
}
.sg-wc__room.is-on {
  background: var(--plum);
  color: var(--gold-soft);
  border-color: var(--plum);
}
.sg-wc__room small {
  display: block;
  font-weight: 400;
  font-size: 1.08rem;
  opacity: 0.85;
  margin-top: 0.15rem;
}
.sg-wc__times {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.sg-wc__summary {
  background: #fff9eb;
  border: 1px solid rgba(201, 162, 39, 0.45);
  border-radius: 12px;
  padding: 0.75rem 0.9rem;
  font-size: 1.296rem;
  line-height: 1.45;
  margin: 1rem 0;
}
.sg-wc__hint { font-size: 1.152rem; color: #6b6475; }
.sg-wc__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sg-wc__guest-howto {
  margin: 0 0 1rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.75);
}
.sg-wc__guest-howto h3,
.sg-wc__guest-grant-box h3 {
  margin: 0 0 0.45rem;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.35rem;
}
.sg-wc__guest-steps {
  margin: 0;
  padding-left: 1.25rem;
  font-size: 1.15rem;
  line-height: 1.45;
  color: #4a4356;
}
.sg-wc__guest-steps li {
  margin: 0.45rem 0;
}
.sg-wc__guest-grant-box {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.sg-wc__grant-ttl {
  font-style: normal;
  font-weight: 600;
  color: #9a5b00;
  font-size: 0.95em;
}
.sg-wc__owner-tools {
  margin-bottom: 0.55rem;
}
.sg-wc__todo-lead {
  margin: 0.55rem 0 0.35rem;
  color: #3d3648;
  font-size: 1.15rem;
  line-height: 1.4;
}
.sg-wc__todo-checklist {
  margin: 0.25rem 0 0.5rem;
  padding-left: 1.25rem;
  font-size: 1.1rem;
  line-height: 1.45;
  color: #4a4356;
}
.sg-wc__todo-checklist li {
  margin: 0.3rem 0;
}
.sg-wc__guest-spotlight .sg-wc__series-row {
  margin: 0.35rem 0 0.65rem;
  align-items: center;
}
.sg-wc__guest-spotlight input[type="email"] {
  flex: 1;
  min-width: 10rem;
}
.sg-wc__grant-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}
.sg-wc__grant-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.45rem 0.65rem;
  font-size: 1.325rem;
  background: rgba(255, 255, 255, 0.45);
}
.sg-wc__privacy {
  margin: 0 0 0.5rem;
  font-size: 1.368rem;
  line-height: 1.4;
  color: var(--plum, #5c3d5c);
}
.sg-wc__my-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin: 0.45rem 0 0.55rem;
}
.sg-wc__my-filters .sg-wc__btn {
  padding: 0.35rem 0.7rem;
  font-size: 1.14rem;
}
.sg-wc__my-filters .sg-wc__btn.is-on {
  border-color: var(--plum, #5c3d5c);
  color: var(--plum, #5c3d5c);
  background: rgba(92, 61, 92, 0.08);
}
.sg-wc__my-monthbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 1.296rem;
}
.sg-wc__my-monthbar select {
  min-width: 7rem;
}
.sg-wc__sched-sentence {
  margin: 0.15rem 0 0.2rem;
  font-size: 1.368rem;
  line-height: 1.35;
  color: var(--ink, #2a241c);
}
.sg-wc__sched-alt {
  margin: 0.35rem 0 0;
  font-size: 1.325rem;
  line-height: 1.4;
}
.sg-wc__hub-jump {
  margin: 0 0 0.85rem;
  padding: 0.75rem 0.85rem;
  background: rgba(255, 253, 248, 0.85);
  border: 1px solid var(--line);
  border-radius: 14px;
}
.sg-wc__hub-jump-label {
  margin: 0 0 0.45rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #6b6475;
}
.sg-wc__hub-jump-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.sg-wc__hub-jump .sg-wc__chip {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  color: var(--plum);
}
.sg-wc__hub-jump .sg-wc__chip:hover {
  border-color: var(--violet);
  background: rgba(92, 61, 138, 0.06);
}
.sg-wc__hub-month-note {
  margin: 0 0 0.35rem;
}
.sg-wc__sched-block { margin-top: 1.15rem; scroll-margin-top: 1rem; }
.sg-wc__sched-block:first-of-type { margin-top: 0; }
.sg-wc__hub-card #sg-wc-my-asks {
  scroll-margin-top: 1rem;
}
.sg-wc__hub-card #sg-wc-my-live {
  scroll-margin-top: 1rem;
}
.sg-wc__sched-block h3 {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.512rem;
  margin: 0 0 0.5rem;
  color: var(--plum);
}
.sg-wc__sched-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.sg-wc__sched-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.7rem 0.85rem;
  background: #fff;
}
.sg-wc__sched-item strong {
  display: block;
  color: var(--plum);
  font-size: 1.368rem;
  line-height: 1.3;
}
.sg-wc__sched-when {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.267rem;
  color: #6b6475;
}
.sg-wc__sched-item a {
  display: inline-block;
  margin-top: 0.35rem;
  font-size: 1.224rem;
  font-weight: 700;
  color: #5c3d8a;
  text-decoration: none;
}
.sg-wc__sched-item a:hover { text-decoration: underline; }
.sg-wc__sched-badge {
  display: inline-block;
  font-size: 1.037rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 999px;
  padding: 0.12rem 0.5rem;
  margin-bottom: 0.3rem;
}
.sg-wc__sched-badge--live {
  background: #e8f5ec;
  color: #1f6b3a;
}
.sg-wc__sched-badge--wait {
  background: var(--wait-bg);
  color: var(--wait);
}
.sg-wc__sched-badge--denied {
  background: #fde8e8;
  color: #8a1f2b;
}
.sg-wc__sched-badge--held {
  background: rgba(120, 90, 40, 0.14);
  color: #6a4a18;
}
.sg-wc__sched-badge--suggest {
  background: rgba(36, 86, 58, 0.12);
  color: #24563a;
}
.sg-wc__sched-badge--staging {
  background: #fff3e0;
  color: #9a5b00;
}
.sg-wc__status--staging {
  display: inline-block;
  font-size: 1.037rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 999px;
  padding: 0.12rem 0.5rem;
  background: #fff3e0;
  color: #9a5b00;
}
.sg-wc__wait-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.55rem;
}
.sg-wc__img-preview,
.sg-wc__img-thumb {
  margin: 0.5rem 0;
}
.sg-wc__img-preview img,
.sg-wc__img-thumb img {
  display: block;
  max-width: 220px;
  max-height: 140px;
  width: auto;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid rgba(40, 32, 48, 0.12);
}
.sg-wc__modal-card--wide {
  max-width: min(560px, 94vw);
}
.sg-wc__btn--small {
  font-size: 1.224rem;
  padding: 0.35rem 0.65rem;
  margin-top: 0.4rem;
}
.sg-wc__req {
  color: #8a1f2b;
  font-weight: 600;
  font-size: 0.85em;
}
.sg-wc__request-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1rem;
  align-items: start;
  width: 100%;
}
.sg-wc__request-grid > * {
  min-width: 0;
  max-width: 100%;
}
.sg-wc__request-cal {
  overflow: hidden;
}
.sg-wc__request-cal .sg-wc__month {
  width: 100%;
}
.sg-wc__form {
  overflow-wrap: anywhere;
}
@media (max-width: 1100px) {
  .sg-wc__request-grid {
    grid-template-columns: 1fr;
  }
  /* On phone/tablet: form first (what they’re doing), calendar below for a glance */
  .sg-wc__request-grid > .sg-wc__form {
    order: -1;
  }
}
.sg-wc__day.is-selected {
  outline: 2px solid var(--plum, #3b2748);
  outline-offset: -2px;
  background: rgba(59, 39, 72, 0.06);
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.35);
}
.sg-wc__prac-finder {
  margin: 0.65rem 0 0.85rem;
  padding: 0.9rem 1rem 1rem;
}
.sg-wc__prac-finder-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-bottom: 0.35rem;
}
.sg-wc__prac-finder-title {
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.35rem;
  color: var(--plum);
}
.sg-wc__prac-finder-offerings {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.55rem 0 0.75rem;
}
.sg-wc__prac-finder-dates {
  max-height: 16rem;
  overflow: auto;
  border-top: 1px solid var(--line);
  padding-top: 0.55rem;
}
.sg-wc__prac-finder-group {
  margin: 0 0 0.85rem;
}
.sg-wc__prac-finder-group h4 {
  margin: 0 0 0.35rem;
  font-size: 1.02rem;
  color: var(--plum);
}
.sg-wc__prac-finder-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}
.sg-wc__prac-finder-date {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  text-align: left;
  border: 1px solid rgba(44, 33, 64, 0.22) !important;
  border-radius: 10px;
  background: #fffdf8 !important;
  padding: 0.55rem 0.7rem;
  font: inherit;
  font-weight: 600;
  color: #1a1424 !important;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.35rem 0.75rem;
  box-shadow: none;
  text-shadow: none;
  opacity: 1 !important;
}
.sg-wc__prac-finder-date:hover,
.sg-wc__prac-finder-date:focus-visible {
  border-color: rgba(44, 33, 64, 0.45) !important;
  background: #fff !important;
  color: #1a1424 !important;
  outline: none;
}
.sg-wc__prac-finder-date .sg-wc__prac-finder-when,
.sg-wc__prac-finder-date strong {
  color: #1a1424 !important;
  font-weight: 700;
  font-size: 1.02rem;
  opacity: 1 !important;
}
.sg-wc__prac-finder-date .sg-wc__prac-finder-status,
.sg-wc__prac-finder-date span {
  color: #4a4254 !important;
  font-size: 0.95rem;
  font-weight: 600;
  opacity: 1 !important;
}
.sg-wc__prac-finder-offerings .sg-wc__chip {
  max-width: 100%;
  white-space: normal;
  text-align: left;
  line-height: 1.3;
  height: auto;
  min-height: 2.2rem;
}
.sg-wc__hist-tools--extra {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.65rem;
}
.sg-wc__hist-tools--extra .sg-wc__select-compact,
.sg-wc__hist-tools--extra input[type="search"],
.sg-wc__hist-tools--extra input[type="date"] {
  min-width: 9.5rem;
}
.sg-wc__request-cal .sg-wc__day[data-pick-day] {
  cursor: pointer;
}
.sg-wc__request-cal .sg-wc__day[data-pick-day]:hover {
  background: rgba(59, 39, 72, 0.05);
}
.sg-wc__sandbox-toggle {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 1rem;
  background: #3b2748;
  color: #f7f2e8;
  font: 600 0.85rem/1.3 "Source Sans 3", system-ui, sans-serif;
}
.sg-wc__sandbox-toggle button {
  border: 1px solid rgba(247, 242, 232, 0.45);
  background: transparent;
  color: inherit;
  border-radius: 999px;
  padding: 0.2rem 0.75rem;
  cursor: pointer;
  font: inherit;
}
.sg-wc__sandbox-toggle button.is-on {
  background: #f7f2e8;
  color: #3b2748;
}

/* —— Mobile / phone first comfort —— */
@media (max-width: 720px) {
  .sg-wc {
    margin: 0.25rem auto 1.25rem;
    padding: 0.85rem 0.7rem 1.35rem;
    border-radius: 14px;
  }
  .sg-wc__header {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
  }
  .sg-wc__tabs {
    flex-wrap: wrap;
    width: 100%;
  }
  .sg-wc__tab {
    flex: 1 1 auto;
    text-align: center;
    min-height: 2.75rem;
  }
  .sg-wc__btn,
  .sg-wc__chip,
  .sg-wc__choice,
  .sg-wc__room {
    min-height: 2.75rem;
  }
  .sg-wc__day {
    min-height: 58px;
    padding: 0.2rem;
  }
  .sg-wc__ev {
    font-size: 0.78rem;
    padding: 0.08rem 0.2rem;
  }
  .sg-wc__cal-head {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }
  .sg-wc__hub-jump-row .sg-wc__chip {
    flex: 1 1 calc(50% - 0.4rem);
    text-align: center;
  }
  .sg-wc__landing-logo {
    max-width: 100%;
    width: min(34rem, 96%);
  }
  .sg-wc__landing-card .sg-wc__btn {
    min-height: 3rem;
  }
}

