/* main-ws.css — workshops family (catalogue, course detail, which-course quiz).
   Aligned with assets/st.css design tokens. */

/* ---------------------------------------------------------------- hub tiles
   Dark teal band (home-hero teal) so categories stand out on the catalogue. */
.ws-hub {
  margin: clamp(1.25rem, 2.5vw, 2rem) 0 1.5rem;
  padding: 1.25rem 1.15rem 1rem;
  background: linear-gradient(145deg, var(--st-teal-900) 0%, var(--st-teal-700) 55%, var(--st-teal-600) 100%);
  border: 0;
  border-radius: var(--st-radius);
  color: #eafafa;
}
.ws-hub__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-bottom: 0.85rem;
}
.ws-hub__head .st-kicker { color: var(--st-teal-200); }
.ws-hub__head .h4,
.ws-hub__head h2 { color: #fff; }
.ws-hub__head .st-muted { color: rgba(234, 250, 250, 0.78) !important; }
.ws-hub__toggle {
  font-weight: 600;
  color: #fff !important;
  text-decoration: none;
  padding: 0;
  opacity: 0.9;
}
.ws-hub__toggle:hover { opacity: 1; text-decoration: underline; }
.ws-hub__grid {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(auto-fill, minmax(8.5rem, 1fr));
}
.ws-hub__grid.is-collapsed { display: none; }
.ws-hub-tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  text-align: left;
  padding: 0.7rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--st-radius-sm);
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.ws-hub-tile:hover {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.18);
}
.ws-hub-tile.is-active {
  border-color: #fff;
  background: #fff;
  box-shadow: 0 8px 20px -12px rgba(2, 43, 46, 0.55);
}
.ws-hub-tile--seta.is-active {
  background: #fff;
}
.ws-hub-tile__icon {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}
.ws-hub-tile.is-active .ws-hub-tile__icon {
  background: var(--st-teal-50);
  color: var(--st-teal-700);
}
.ws-hub-tile--seta .ws-hub-tile__icon {
  background: var(--st-accent-100);
  color: var(--st-accent-600);
}
.ws-hub-tile--seta:not(.is-active) .ws-hub-tile__icon {
  background: rgba(255, 232, 217, 0.35);
  color: #ffe8d9;
}
.ws-hub-tile__label {
  font-weight: 700;
  font-size: 0.82rem;
  color: #fff;
  line-height: 1.25;
}
.ws-hub-tile.is-active .ws-hub-tile__label { color: var(--st-ink); }
.ws-hub-tile__count {
  font-size: 0.72rem;
  color: rgba(234, 250, 250, 0.72);
  font-weight: 600;
}
.ws-hub-tile.is-active .ws-hub-tile__count { color: var(--st-muted); }

/* Unit standard badges on catalogue cards — hidden until filter/search */
.ws-us-row {
  display: none;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: 0.55rem;
}
.ws-us-row--emphasis {
  display: flex;
  max-height: none;
}
.ws-us-badge {
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  padding: 0.15rem 0.4rem;
  border-radius: 0.3rem;
  background: var(--st-teal-50);
  color: var(--st-teal-800);
  border: 1px solid var(--st-teal-200);
  white-space: nowrap;
}

/* Sticky enquire / book strip (catalogue mobile + detail mobile) */
.ws-sticky-actions {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0.65rem 0.85rem calc(0.65rem + env(safe-area-inset-bottom, 0px));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--st-line);
  box-shadow: 0 -6px 24px rgba(2, 43, 46, 0.08);
  backdrop-filter: blur(8px);
}
.ws-sticky-actions .btn {
  flex: 1 1 auto;
  max-width: 11rem;
  font-weight: 600;
}
body.st-shell:has(.ws-sticky-actions) { padding-bottom: 4.5rem; }
@media (min-width: 992px) {
  .ws-sticky-actions { display: none; }
  body.st-shell:has(.ws-sticky-actions) { padding-bottom: 0; }
}

/* ---------------------------------------------------------------- toolbar */
.ws-toolbar {
  position: sticky;
  top: 68px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--st-line);
  border-radius: var(--st-radius);
  padding: 0.75rem 0.95rem 0.85rem;
  margin-bottom: 1.35rem;
  box-shadow: none;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}
.ws-toolbar.is-stuck {
  box-shadow: var(--st-shadow);
  border-color: var(--st-teal-100);
}
.ws-toolbar__row {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 768px) {
  .ws-toolbar__row {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1.25fr) auto;
  }
}
.ws-toolbar__search { position: relative; }
.ws-toolbar__search .bi-search {
  position: absolute;
  left: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--st-muted);
  pointer-events: none;
}
.ws-toolbar__search .searchBar {
  padding-left: 2.4rem;
  background: var(--st-surface);
}
.ws-toolbar__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
}
.ws-toolbar__filters .categorySelect {
  flex: 1 1 11rem;
  min-width: 0;
  background: var(--st-surface);
}
.ws-seta-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex: 0 0 auto;
  border: 1px solid var(--st-line);
  background: var(--st-surface);
  color: var(--st-teal-800);
  font-weight: 600;
  font-size: var(--st-fs-sm);
  padding: 0.5rem 0.75rem;
  border-radius: var(--st-radius-sm);
  white-space: nowrap;
}
.ws-seta-toggle:hover {
  border-color: var(--st-teal-300);
  background: var(--st-teal-50);
}
.ws-seta-toggle.is-active {
  background: var(--st-teal-700);
  border-color: var(--st-teal-700);
  color: #fff;
}
.ws-seta-toggle__count {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
}
.ws-seta-toggle.is-active .ws-seta-toggle__count {
  background: rgba(255, 255, 255, 0.2);
}
.ws-toolbar__view .btn { min-width: 2.5rem; }
.ws-toolbar__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 0.65rem;
  padding-top: 0.55rem;
  border-top: 1px solid var(--st-line);
}
.ws-toolbar__exits {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
}
.ws-results {
  margin: 0;
  font-size: var(--st-fs-sm);
  color: var(--st-muted);
}
.ws-clear {
  text-decoration: none;
  font-weight: 600;
  color: var(--st-teal-700);
  padding: 0;
}
.ws-clear:hover { color: var(--st-teal-900); }

#noSearch {
  background: var(--st-teal-50);
  border: 1px solid var(--st-teal-100);
  color: var(--st-teal-800);
  border-radius: var(--st-radius-sm);
  padding: 1rem 1.25rem;
  margin-bottom: 1.25rem;
}

.hidden { display: none !important; }
.viewSelect { background: var(--st-teal-700) !important; color: #fff !important; border-color: var(--st-teal-700) !important; }

/* Category icons on cards are filter controls */
.catIcon[data-ws-filter] { cursor: pointer; }
.catIcon[data-ws-filter]:hover {
  background: var(--st-teal-100);
  outline: 2px solid var(--st-teal-300);
  outline-offset: 1px;
}

/* ------------------------------------------------------------- card grid */
.workshopContainerWrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16.5rem, 1fr));
  gap: 0.9rem;
  align-items: stretch;
  margin-bottom: 2rem;
}

.workshopContainer.block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border: 1px solid var(--st-line);
  border-radius: var(--st-radius);
  box-shadow: none;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
  min-height: 8.5rem;
}
.workshopContainer.block:hover {
  border-color: var(--st-teal-300);
  background: var(--st-teal-50);
}

.wsName { padding: 1.05rem 1.05rem 0.7rem; }
.wsTitle {
  font-family: var(--st-font);
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1.35;
  margin-bottom: 0.65rem;
  letter-spacing: -0.01em;
}
.wsTitle a { color: var(--st-ink); text-decoration: none; }
.workshopContainer:hover .wsTitle a { color: var(--st-teal-700); }

.catIcons { display: flex; flex-wrap: wrap; gap: 0.3rem; }
.catIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.45rem;
  background: var(--st-teal-50);
  color: var(--st-teal-700);
  font-size: 0.88rem;
}
.catIcon--accent { background: var(--st-accent-100); color: var(--st-accent-600); }

.wsDuration {
  border-top: 1px solid var(--st-line);
  background: transparent;
  border-radius: 0 0 var(--st-radius) var(--st-radius);
  padding: 0.5rem 1.05rem 0.7rem;
  font-size: var(--st-fs-sm);
  color: var(--st-muted);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.wsDuration .bi { color: var(--st-teal-600); margin-right: 0.25rem; }

/* list mode (toggled by st_dev-ws.js) */
.workshopContainer.list {
  grid-column: 1 / -1;
  background: var(--st-bg);
  border: 1px solid var(--st-line);
  border-radius: var(--st-radius-sm);
  cursor: pointer;
  min-height: 0;
}
.workshopContainer.list .wsName { padding: 0.55rem 1rem; }
.workshopContainer.list .wsTitle { margin-bottom: 0; font-weight: 600; font-size: 0.98rem; }
.workshopContainer.list:hover { border-color: var(--st-teal-300); background: var(--st-teal-50); }

/* ------------------------------------------------------- which-course quiz */
#wc-main h2 { margin-bottom: 1rem; }
#wcInfo { border-radius: var(--st-radius-sm); }
#wcContentBox { max-width: 64rem; margin-inline: auto; }
#mainCat { justify-content: center; }
.wcBtn { padding: 0.4rem; }
.wcBtn button, .btn-custom, .btn-custom-odd {
  width: 100%;
  background: var(--st-bg);
  border: 1px solid var(--st-teal-300);
  color: var(--st-teal-800);
  font-weight: 600;
  border-radius: var(--st-radius-sm);
  padding: 0.8rem 1rem;
  transition: background 0.15s ease, color 0.15s ease;
}
.wcBtn button:hover, .btn-custom:hover, .btn-custom-odd:hover {
  background: var(--st-teal-700);
  border-color: var(--st-teal-700);
  color: #fff;
}
.hideBtn { display: none; }
.poImg { max-width: 200px; width: 100%; border-radius: 0.5rem; margin-top: 0.5rem; }
.popover { box-shadow: var(--st-shadow); border: 1px solid var(--st-line); }

/* ============================================================ COURSE DETAIL */
.ws-detail {
  padding-bottom: var(--st-space);
}

.ws-detail__head {
  margin-bottom: 1.75rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid var(--st-line);
}
.ws-detail__back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: var(--st-fs-sm);
  font-weight: 600;
  color: var(--st-muted);
  text-decoration: none;
  margin-bottom: 0.85rem;
}
.ws-detail__back:hover { color: var(--st-teal-700); text-decoration: none; }
.ws-detail__head h1 {
  font-size: clamp(1.65rem, 1.3rem + 1.5vw, 2.35rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0.15rem 0 0.75rem;
  color: var(--st-ink);
  max-width: 28ch;
}
.ws-detail__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.85rem;
  font-size: var(--st-fs-sm);
  color: var(--st-muted);
  font-weight: 600;
  margin-bottom: 1.1rem;
}
.ws-detail__meta .bi { color: var(--st-teal-600); margin-right: 0.2rem; }
.ws-detail__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: var(--st-surface);
  color: var(--st-teal-800);
  border: 1px solid var(--st-line);
}
.ws-detail__badge--seta {
  background: var(--st-accent-100);
  color: var(--st-accent-700);
  border-color: #f0c9a8;
}
.ws-detail__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

/* Two-column layout: main + sticky book/pricing sidebar */
.ws-detail__layout {
  display: grid;
  gap: 1.75rem;
  align-items: start;
}
@media (min-width: 992px) {
  .ws-detail__layout {
    grid-template-columns: minmax(0, 1.55fr) minmax(17.5rem, 1fr);
    gap: 2.25rem;
  }
  .ws-detail__aside {
    position: sticky;
    top: 5.25rem;
  }
}

.ws-detail__section {
  margin-bottom: 1.85rem;
}
.ws-detail__section > h2 {
  font-size: var(--st-fs-h3);
  color: var(--st-ink);
  margin: 0 0 0.75rem;
  letter-spacing: -0.01em;
}

/* CMS prose — tame decades of <b><br><font> markup */
.ws-detail__prose {
  font-size: var(--st-fs-md);
  line-height: 1.7;
  color: var(--st-body);
  max-width: 68ch;
}
.ws-detail__prose > p,
.ws-detail__prose > div {
  margin-bottom: 0.95em;
}
.ws-detail__prose b,
.ws-detail__prose strong {
  color: var(--st-teal-800);
  font-weight: 700;
}
/* Section labels in outline lists: "Topic<br>detail..." */
.ws-detail__prose strong + br {
  content: "";
  display: block;
  margin-bottom: 0.15rem;
}
.ws-detail__prose a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}
.ws-detail__prose br + br {
  display: block;
  content: "";
  margin-top: 0.35em;
}
/* Nested legacy tables inside “key content” */
.ws-detail__prose table,
.ws-legacy-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: var(--st-fs-sm);
  border: 1px solid var(--st-line);
  border-radius: var(--st-radius-sm);
  overflow: hidden;
  background: var(--st-bg);
}
.ws-detail__prose th,
.ws-detail__prose td,
.ws-legacy-table th,
.ws-legacy-table td {
  padding: 0.5rem 0.7rem;
  border-bottom: 1px solid var(--st-line);
  text-align: left;
  vertical-align: top;
}
.ws-detail__prose tr:last-child td,
.ws-legacy-table tr:last-child td { border-bottom: 0; }
.ws-detail__prose font { font-size: inherit !important; color: inherit !important; }

#aimIntro {
  font-size: var(--st-fs-lg);
  line-height: 1.65;
  max-width: 62ch;
  color: var(--st-body);
}
#aimIntro b { color: var(--st-ink); font-weight: 600; }

/* Unit standards table on detail */
.ws-us-table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--st-fs-sm);
  background: var(--st-bg);
  border: 1px solid var(--st-line);
  border-radius: var(--st-radius);
  overflow: hidden;
}
.ws-us-table thead th {
  background: var(--st-teal-700);
  color: #fff;
  font-weight: 700;
  text-align: left;
  padding: 0.6rem 0.85rem;
  white-space: nowrap;
}
.ws-us-table td {
  padding: 0.55rem 0.85rem;
  border-bottom: 1px solid var(--st-line);
  vertical-align: top;
}
.ws-us-table tbody tr:last-child td { border-bottom: 0; }
.ws-us-table tbody tr:nth-child(even) { background: var(--st-surface); }
.ws-us-id {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--st-teal-800);
}
.ws-us-hist {
  font-size: 0.78em;
  color: var(--st-muted);
  font-weight: 600;
}

/* Testimonial */
.ws-detail__quote {
  margin: 1.75rem 0 0;
  padding: 1.15rem 1.25rem 1.15rem 1.35rem;
  border: 0;
  border-left: 4px solid var(--st-teal-400);
  background: var(--st-teal-50);
  border-radius: 0 var(--st-radius-sm) var(--st-radius-sm) 0;
  max-width: 58ch;
}
.ws-detail__quote p {
  margin: 0;
  font-size: var(--st-fs-lg);
  font-style: italic;
  color: var(--st-ink);
  line-height: 1.55;
}
.ws-detail__quote footer {
  margin-top: 0.65rem;
  font-size: var(--st-fs-sm);
  font-style: normal;
  font-weight: 600;
  color: var(--st-muted);
}

.ws-detail__also {
  margin-top: 2rem;
  padding: 1.15rem 1.25rem;
  background: var(--st-surface);
  border: 1px solid var(--st-line);
  border-radius: var(--st-radius);
}
.ws-detail__also p {
  margin: 0.25rem 0 0.85rem;
  color: var(--st-muted);
  font-size: var(--st-fs-sm);
}

/* Sidebar book panel — product energy, not generic marketing card */
.ws-detail__card {
  background: #fff;
  border: 1px solid var(--st-line);
  border-radius: var(--st-radius);
  padding: 1.2rem 1.25rem 1.3rem;
  box-shadow: none;
  border-top: 3px solid var(--st-teal-600);
}
.ws-detail__card + .ws-detail__card { margin-top: 1rem; }
.ws-detail__card h2,
.ws-detail__card .h4,
.ws-detail__card .h5 {
  margin: 0 0 0.85rem;
  color: var(--st-ink);
  font-size: var(--st-fs-h4);
  font-weight: 700;
}
.ws-detail__card--soft {
  background: var(--st-surface);
  box-shadow: none;
}

.ws-date-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ws-date-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--st-line);
  font-size: var(--st-fs-sm);
}
.ws-date-list li:last-child { border-bottom: 0; }
.ws-date-list__city {
  font-weight: 600;
  color: var(--st-ink);
}
.ws-date-list__when {
  text-align: right;
  font-weight: 600;
  color: var(--st-teal-700);
  white-space: nowrap;
}
.ws-date-list__when a {
  color: var(--st-teal-700);
  text-decoration: none;
  font-weight: 700;
}
.ws-date-list__when a:hover {
  color: var(--st-teal-900);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.ws-price-list {
  margin: 0;
  padding: 0;
}
.ws-price-list > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid var(--st-line);
  font-size: var(--st-fs-sm);
}
.ws-price-list > div:last-child { border-bottom: 0; }
.ws-price-list dt {
  margin: 0;
  font-weight: 600;
  color: var(--st-ink);
}
.ws-price-list dd {
  margin: 0;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--st-teal-800);
  white-space: nowrap;
}
.ws-price-notes {
  list-style: none;
  margin: 0.85rem 0 0;
  padding: 0.75rem 0.85rem;
  background: var(--st-surface);
  border-radius: var(--st-radius-sm);
  font-size: var(--st-fs-xs);
  color: var(--st-muted);
  line-height: 1.45;
}
.ws-price-notes li {
  position: relative;
  padding-left: 0.9rem;
  margin-bottom: 0.3rem;
}
.ws-price-notes li:last-child { margin-bottom: 0; }
.ws-price-notes li::before {
  content: "·";
  position: absolute;
  left: 0.15rem;
  font-weight: 700;
  color: var(--st-teal-600);
}

.ws-cal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.ws-cal-links a {
  display: inline-flex;
  padding: 0.3rem 0.7rem;
  font-size: var(--st-fs-xs);
  font-weight: 600;
  color: var(--st-teal-800);
  background: var(--st-bg);
  border: 1px solid var(--st-line);
  border-radius: 999px;
  text-decoration: none;
}
.ws-cal-links a:hover {
  border-color: var(--st-teal-300);
  background: var(--st-teal-50);
  text-decoration: none;
}

/* Legacy detail bits still used elsewhere */
#priceBox table {
  width: 100%;
  border-collapse: collapse;
  background: var(--st-bg);
  border: 1px solid var(--st-line);
  border-radius: var(--st-radius);
  overflow: hidden;
}
#priceBox td, #priceBox th { padding: 0.6rem 0.9rem; border-bottom: 1px solid var(--st-line); }
#priceTableHead {
  background: var(--st-teal-700);
  color: #fff;
  font-weight: 700;
}
#priceTableFoot { background: var(--st-surface); font-size: var(--st-fs-xs); color: var(--st-muted); }
#priceTableFoot span { font-weight: 600; }

.docs, .docu { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-block: 0.75rem; }
.docs div, .docu div {
  background: var(--st-teal-50);
  border: 1px solid var(--st-teal-100);
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  font-size: var(--st-fs-sm);
}
.docs a, .docu a { text-decoration: none; font-weight: 600; }

.upBlock, .upBlockA {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid var(--st-line);
  border-radius: var(--st-radius-sm);
  margin-bottom: 0.4rem;
  background: var(--st-bg);
}
.upBlock:nth-child(even), .upBlockA:nth-child(even) { background: var(--st-surface); }
.upBlock a, .upBlockA a { text-decoration: none; font-weight: 600; }
.upCity { color: var(--st-teal-800); font-weight: 600; }
.upDate { color: var(--st-muted); }

#alsoLiked { margin-top: var(--st-space); }

.barOne {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  margin-block: 1.25rem;
}
.barOne button, .halfsize button, .back button {
  background: var(--st-teal-700);
  color: #fff;
  border: 0;
  border-radius: var(--st-radius-sm);
  padding: 0.6rem 1.1rem;
  font-weight: 600;
}
.barOne button:hover, .halfsize button:hover, .back button:hover { background: var(--st-teal-800); }

#contact-form-ws {
  background: var(--st-surface);
  border: 1px solid var(--st-line);
  border-radius: var(--st-radius);
  padding: 1.25rem;
}
#contact-form-ws div { margin-bottom: 0.75rem; }
.ws-contact { margin-top: var(--st-space); }
.msgSent {
  background: #ebf7ee;
  border: 1px solid #c3e6cd;
  color: var(--st-success);
  border-radius: var(--st-radius-sm);
  padding: 0.9rem 1.1rem;
}
#emailUs { font-weight: 600; }
.update p { margin-bottom: 0.25rem; }
#viewing { color: var(--st-muted); font-size: var(--st-fs-sm); }

@media only screen and (max-width: 768px) {
  .ws-toolbar { position: static; }
  .workshopContainerWrapper { grid-template-columns: 1fr; }
  .ws-toolbar__exits .btn-outline-primary,
  .ws-toolbar__exits .btn-accent { display: none; }
  .ws-detail__head h1 { max-width: none; }
  .ws-date-list li { flex-direction: column; align-items: flex-start; gap: 0.15rem; }
  .ws-date-list__when { text-align: left; white-space: normal; }
}
