#patientsavvy-cancer-stories-root {
  --pscs-ink: #11362c;
  --pscs-muted: #536b61;
  --pscs-line: rgba(20, 84, 61, .16);
  --pscs-card: rgba(255, 255, 255, .86);
  --pscs-cream: #f4fbf2;
  --pscs-sand: #e4f2e7;
  --pscs-green: #16745a;
  --pscs-green-dark: #0b3f31;
  --pscs-green-soft: #d9efe2;
  --pscs-shadow: 0 24px 70px rgba(13, 63, 49, .12);
  --pscs-radius: 28px;
  color: var(--pscs-ink);
  background:
    radial-gradient(ellipse at 14% 6%, rgba(198, 235, 210, .95) 0, rgba(198, 235, 210, .78) 14rem, transparent 30rem),
    radial-gradient(ellipse at 88% 16%, rgba(224, 240, 177, .80) 0, rgba(224, 240, 177, .56) 12rem, transparent 31rem),
    radial-gradient(ellipse at 24% 72%, rgba(174, 224, 198, .62) 0, rgba(174, 224, 198, .40) 14rem, transparent 34rem),
    linear-gradient(135deg, #f6fcef 0%, #eaf8ef 48%, #fbfff6 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  position: relative;
  isolation: isolate;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 100vh;
  overflow-x: clip;
}

#patientsavvy-cancer-stories-root::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 44%, rgba(78, 169, 126, .10) 0 11rem, transparent 25rem),
    radial-gradient(circle at 8% 38%, rgba(45, 124, 89, .09) 0 10rem, transparent 28rem),
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,0));
}

#patientsavvy-cancer-stories-root > * {
  position: relative;
  z-index: 1;
}

body.pscs-has-cancer-stories {
  overflow-x: hidden;
}

body.pscs-has-cancer-stories.pscs-modal-open {
  overflow: hidden;
}

body.pscs-has-cancer-stories #page,
body.pscs-has-cancer-stories #content,
body.pscs-has-cancer-stories .site-content,
body.pscs-has-cancer-stories .site-content .ast-container,
body.pscs-has-cancer-stories .site-content #primary,
body.pscs-has-cancer-stories .site-content .content-area,
body.pscs-has-cancer-stories .site-content .site-main,
body.pscs-has-cancer-stories .site-content .ast-article-single,
body.pscs-has-cancer-stories .site-content .entry-content,
body.pscs-has-cancer-stories.ast-separate-container .site-content .ast-article-single {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

body.pscs-has-cancer-stories .pscs-shortcode-host {
  display: block !important;
  position: relative !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  overflow: visible !important;
}

body.pscs-has-cancer-stories .pscs-shortcode-host > #patientsavvy-cancer-stories-root {
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.pscs-has-cancer-stories .entry-header {
  display: none !important;
}

#patientsavvy-cancer-stories-root * {
  box-sizing: border-box;
}

#patientsavvy-cancer-stories-root a {
  color: inherit;
}

#patientsavvy-cancer-stories-root button,
#patientsavvy-cancer-stories-root input,
#patientsavvy-cancer-stories-root textarea,
#patientsavvy-cancer-stories-root select {
  font: inherit;
}

.pscs-hero {
  min-height: clamp(520px, 66vh, 700px);
  display: grid;
  align-items: center;
  padding: 86px 24px 54px;
  background: transparent;
  border-bottom: 0;
}

.pscs-hero-inner {
  max-width: 1130px;
  margin: 0 auto;
  width: 100%;
}

.pscs-eyebrow {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #426b59;
  margin-bottom: 16px;
}

#patientsavvy-cancer-stories-root h1 {
  font-size: clamp(48px, 8vw, 104px);
  line-height: .94;
  margin: 0 0 22px;
  font-weight: 540;
  letter-spacing: -.065em;
  max-width: 900px;
}

.pscs-hero-copy {
  max-width: 720px;
  font-size: 20px;
  line-height: 1.58;
  color: #315247;
  margin: 0 0 32px;
}

.pscs-cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.pscs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--pscs-green-dark);
  border-radius: 999px;
  padding: 15px 24px;
  text-decoration: none !important;
  font-weight: 850;
  background: var(--pscs-green-dark);
  color: #ffffff !important;
  box-shadow: 0 12px 24px rgba(11, 63, 49, .18);
  cursor: pointer;
  line-height: 1.2;
}

.pscs-btn:hover,
.pscs-btn:focus {
  background: var(--pscs-green);
  color: #ffffff !important;
}

.pscs-btn.pscs-light {
  background: rgba(255,255,255,.88);
  color: var(--pscs-green-dark) !important;
  box-shadow: none;
}

.pscs-page-shell {
  max-width: 1220px;
  margin: 0 auto 84px;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

.pscs-panel,
.pscs-intro-card,
.pscs-status {
  background: var(--pscs-card);
  border: 1px solid var(--pscs-line);
  border-radius: var(--pscs-radius);
  box-shadow: var(--pscs-shadow);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.pscs-status {
  padding: 18px 22px;
  margin-bottom: 18px;
  line-height: 1.55;
}

.pscs-success {
  border-color: #9eddb8;
  background: #effbf3;
}

.pscs-error {
  border-color: #ffc0c0;
  background: #fff5f5;
}

.pscs-intro-card {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
  margin-bottom: 28px;
  padding: 30px;
}

.pscs-intro-card h2,
.pscs-filters h2,
.pscs-story-toolbar h2,
.pscs-share-section h2,
.pscs-form-head h2 {
  letter-spacing: -.045em;
  color: var(--pscs-ink);
}

.pscs-intro-card h2 {
  font-size: 36px;
  line-height: 1.05;
  margin: 0 0 12px;
  font-weight: 590;
}

.pscs-intro-card p,
.pscs-share-section p,
.pscs-form-head p {
  margin: 0;
  color: #45403c;
  line-height: 1.65;
  font-size: 17px;
}

.pscs-privacy-box {
  background: rgba(218, 239, 226, .72);
  border-radius: 22px;
  padding: 20px;
  border: 1px solid var(--pscs-line);
}

.pscs-privacy-box strong {
  display: block;
  margin-bottom: 8px;
}

.pscs-privacy-box p {
  font-size: 14px;
  line-height: 1.55;
  color: #466359;
}

.pscs-content-layout {
  display: grid;
  grid-template-columns: 285px 1fr;
  gap: 28px;
  align-items: start;
}

.pscs-filters {
  position: sticky;
  top: 104px;
  overflow: hidden;
}

.pscs-filters-head {
  padding: 24px;
  border-bottom: 1px solid var(--pscs-line);
}

.pscs-filters h2 {
  font-size: 28px;
  line-height: 1;
  margin: 0 0 7px;
  font-weight: 580;
}

.pscs-filters p {
  margin: 0;
  color: var(--pscs-muted);
  font-size: 14px;
  line-height: 1.45;
}

.pscs-filter-list {
  display: flex;
  flex-direction: column;
}

.pscs-filter-list a {
  padding: 18px 24px;
  border-bottom: 1px solid var(--pscs-line);
  text-decoration: none !important;
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--pscs-ink);
}

.pscs-filter-list a:last-child {
  border-bottom: 0;
}

.pscs-filter-list a.active,
.pscs-filter-list a:hover {
  background: var(--pscs-green-soft);
  font-weight: 850;
}

.pscs-count {
  color: var(--pscs-muted);
  font-size: 14px;
}

.pscs-sidebar-card {
  margin-top: 18px;
  padding: 22px;
  background: var(--pscs-green-dark);
  color: #ffffff;
  border-radius: var(--pscs-radius);
}

.pscs-sidebar-card p {
  margin: 8px 0 18px;
  color: #e9f5ee;
  line-height: 1.55;
  font-size: 14px;
}

.pscs-sidebar-card a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 850;
}

.pscs-story-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.pscs-story-toolbar h2 {
  font-size: 30px;
  margin: 0;
  font-weight: 650;
}

.pscs-sort {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--pscs-muted);
  font-size: 14px;
}

.pscs-sort select,
.pscs-form select,
.pscs-form input,
.pscs-form textarea {
  border: 1px solid var(--pscs-line);
  background: #ffffff;
  color: var(--pscs-green-dark);
}

.pscs-sort select {
  border-radius: 999px;
  padding: 10px 16px;
}

.pscs-story-list {
  display: grid;
  gap: 20px;
}

.pscs-empty,
.pscs-demo-note {
  padding: 24px;
}

.pscs-demo-note {
  background: rgba(255,255,255,.68);
  box-shadow: none;
  color: #4d4641;
  line-height: 1.55;
}

.pscs-demo-note code {
  background: rgba(218, 239, 226, .72);
  padding: 2px 6px;
  border-radius: 8px;
}

.pscs-story-card {
  padding: 28px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.pscs-story-card:before {
  content: "“";
  position: absolute;
  left: 30px;
  top: 98px;
  width: 70px;
  text-align: center;
  font-size: 88px;
  line-height: .8;
  font-weight: 900;
  color: rgba(22, 116, 90, .24);
  pointer-events: none;
  z-index: 0;
}

.pscs-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--pscs-line);
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}

.pscs-tag {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--pscs-line);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: #ffffff;
  white-space: nowrap;
}

.pscs-tag-rose {
  background: #fff1f6;
  border-color: #f7b7d2;
  color: #b52768;
}

.pscs-tag-sage {
  background: #e8f6ed;
  border-color: #b9ddc8;
  color: #0b684f;
}

.pscs-tag-blue {
  background: #edf6ff;
  border-color: #b7d8f3;
  color: #245f9d;
}

.pscs-tag-lav {
  background: #f7fae9;
  border-color: #dbe8a9;
  color: #617025;
}

.pscs-story-text {
  max-width: 840px;
  margin-left: 104px;
  font-size: 18px;
  line-height: 1.64;
  position: relative;
  z-index: 1;
}

.pscs-story-text h3 {
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -.035em;
  margin: 0 0 12px;
  font-weight: 650;
  color: var(--pscs-ink);
}

.pscs-story-text p {
  margin: 0 0 18px;
}

.pscs-story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
  color: #4d4641;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.pscs-story-meta span + span {
  border-left: 1px solid var(--pscs-line);
  padding-left: 12px;
}

.pscs-reactions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.pscs-reaction {
  border: 1px solid var(--pscs-line);
  border-radius: 999px;
  background: #ffffff;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 850;
  cursor: pointer;
  color: var(--pscs-green-dark);
  min-height: 42px;
}

.pscs-reaction:hover,
.pscs-reaction.active {
  background: #e5f8ed;
  border-color: #9bd8b2;
}

.pscs-reaction[disabled] {
  opacity: .75;
  cursor: wait;
}

.pscs-reaction small {
  color: var(--pscs-muted);
  font-weight: 850;
}

.pscs-share-story {
  text-decoration: none !important;
}

.pscs-share-story small {
  color: var(--pscs-green-dark);
}

.pscs-share-panel[hidden] {
  display: none !important;
}

.pscs-share-panel {
  flex: 1 1 100%;
  margin-top: 4px;
  border: 1px solid rgba(22, 116, 90, .22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 12% 10%, rgba(180, 226, 198, .42), transparent 32%),
    rgba(255, 255, 255, .96);
  padding: 14px;
  box-shadow: 0 18px 40px rgba(13, 63, 49, .10);
}

.pscs-share-panel-label {
  display: block;
  margin-bottom: 9px;
  color: var(--pscs-green-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .02em;
}

.pscs-share-copy-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pscs-share-url {
  flex: 1 1 auto;
  min-width: 0;
  border: 1px solid var(--pscs-line);
  border-radius: 999px;
  background: #ffffff;
  color: #163f34;
  padding: 11px 13px;
  font: inherit;
  font-size: 14px;
  line-height: 1.35;
}

.pscs-share-url:focus {
  outline: 3px solid rgba(53, 158, 112, .25);
  border-color: #5ebf8a;
}

.pscs-share-copy {
  border: 0;
  border-radius: 999px;
  background: var(--pscs-green-dark);
  color: #ffffff;
  padding: 11px 16px;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
}

.pscs-share-copy:hover,
.pscs-share-copy:focus {
  background: #0f5b48;
}

.pscs-share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.pscs-share-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(22, 116, 90, .20);
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  color: var(--pscs-green-dark);
  padding: 9px 12px;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
  min-height: 36px;
}

.pscs-share-option:hover,
.pscs-share-option:focus {
  border-color: rgba(22, 116, 90, .42);
  background: #e5f8ed;
  outline: none;
}

.pscs-native-share[hidden] {
  display: none !important;
}

.pscs-share-help,
.pscs-share-status {
  margin: 9px 2px 0;
  color: var(--pscs-muted);
  font-size: 13px;
  line-height: 1.4;
}

.pscs-share-status {
  min-height: 18px;
  color: var(--pscs-green-dark);
  font-weight: 850;
}

.pscs-featured-story {
  border-color: rgba(22, 116, 90, .36);
  box-shadow: 0 30px 80px rgba(13, 63, 49, .18);
}

.pscs-tag-featured {
  background: var(--pscs-green-dark);
  color: #ffffff;
  border-color: var(--pscs-green-dark);
}

.pscs-inline-error {
  border: 1px solid #ffb3b3;
  background: #fff4f4;
  color: #8f1f1f;
  border-radius: 16px;
  padding: 12px 14px;
  line-height: 1.45;
  font-size: 14px;
  font-weight: 750;
}

.pscs-load-more {
  text-align: center;
  margin-top: 26px;
}

.pscs-share-section {
  margin: 70px 0 0;
  padding: 36px;
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 24px;
  align-items: center;
  background:
    radial-gradient(circle at 18% 48%, rgba(180, 226, 198, .74), transparent 34%),
    radial-gradient(circle at 76% 32%, rgba(224, 240, 177, .70), transparent 30%),
    rgba(255, 255, 255, .86);
}

.pscs-share-section h2 {
  font-size: 42px;
  line-height: 1;
  margin: 0 0 14px;
  font-weight: 570;
}

.pscs-share-section p {
  margin: 0;
}

.pscs-checklist {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.pscs-checklist li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #24483d;
  line-height: 1.42;
}

.pscs-checklist li:before {
  content: "✓";
  font-weight: 900;
}


.pscs-form-modal[hidden] {
  display: none !important;
}

.pscs-form-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  padding: 24px;
}

.pscs-form-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 23, 23, .64);
  backdrop-filter: blur(5px);
}

.pscs-form-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: calc(100vh - 48px);
  margin: 0;
  overflow: auto;
  outline: none;
}

.pscs-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 1px solid var(--pscs-line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--pscs-green-dark);
  font-size: 30px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pscs-modal-close:hover,
.pscs-modal-close:focus {
  background: rgba(218, 239, 226, .72);
}

.pscs-form-card {
  margin-top: 24px;
  overflow: hidden;
}

.pscs-form-dialog.pscs-form-card {
  margin: 0;
  overflow: auto;
}

.pscs-form-head {
  padding: 28px 86px 28px 30px;
  border-bottom: 1px solid var(--pscs-line);
}

.pscs-form-head h2 {
  font-size: 36px;
  line-height: 1.05;
  margin: 0 0 8px;
  font-weight: 570;
}

.pscs-form {
  padding: 28px 30px 30px;
  display: grid;
  gap: 16px;
}

.pscs-form label {
  font-weight: 850;
  font-size: 13px;
  letter-spacing: .02em;
  color: var(--pscs-ink);
}

.pscs-hint {
  display: block;
  color: var(--pscs-muted);
  font-weight: 520;
  margin-top: 4px;
  line-height: 1.42;
}

.pscs-form input,
.pscs-form textarea,
.pscs-form select {
  width: 100%;
  border-radius: 16px;
  padding: 14px 16px;
  margin-top: 8px;
}

.pscs-form textarea {
  min-height: 180px;
  resize: vertical;
}

.pscs-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.pscs-consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(218, 239, 226, .72);
  border-radius: 18px;
  padding: 16px;
}

.pscs-consent input {
  width: auto;
  margin-top: 3px;
}

.pscs-consent span {
  font-size: 14px;
  line-height: 1.45;
  color: #24483d;
  font-weight: 520;
}

.pscs-form-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 6px;
}

.pscs-form-actions .pscs-btn {
  border: none;
}

.pscs-form-actions small {
  color: var(--pscs-muted);
}

.pscs-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 920px) {
  .pscs-intro-card,
  .pscs-content-layout,
  .pscs-share-section {
    grid-template-columns: 1fr;
  }

  .pscs-filters {
    position: relative;
    top: auto;
  }

  .pscs-filter-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .pscs-story-text {
    margin-left: 0;
    padding-top: 0;
    padding-left: 78px;
  }

  .pscs-story-card:before {
    left: 20px;
    top: 96px;
    font-size: 72px;
    opacity: .55;
  }

  .pscs-form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .pscs-hero {
    padding-top: 44px;
  }

  .pscs-page-shell {
    padding: 0 14px;
    margin-top: 0;
  }

  .pscs-intro-card,
  .pscs-story-card,
  .pscs-share-section,
  .pscs-form {
    padding: 22px;
  }

  .pscs-form-head {
    padding: 22px 76px 22px 22px;
  }

  .pscs-form-modal {
    padding: 12px;
  }

  .pscs-form-dialog {
    max-height: calc(100vh - 24px);
  }

  .pscs-modal-close {
    top: 14px;
    right: 14px;
  }

  .pscs-intro-card h2 {
    font-size: 31px;
  }

  .pscs-filter-list {
    grid-template-columns: 1fr;
  }

  .pscs-story-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .pscs-story-text {
    font-size: 16px;
    padding-left: 0;
  }

  .pscs-story-card:before {
    display: none;
  }

  .pscs-story-text h3 {
    font-size: 23px;
  }

  .pscs-share-section h2 {
    font-size: 34px;
  }
}

@media (max-width: 640px) {
  .pscs-share-copy-row {
    align-items: stretch;
    flex-direction: column;
  }

  .pscs-share-copy {
    width: 100%;
  }


  .pscs-share-option {
    flex: 1 1 calc(50% - 8px);
  }
}

/* v0.3.3 fullscreen story page: hide theme chrome and use Patient Savvy menu */
body.pscs-has-cancer-stories #masthead,
body.pscs-has-cancer-stories .site-header,
body.pscs-has-cancer-stories header.site-header,
body.pscs-has-cancer-stories #site-header,
body.pscs-has-cancer-stories header#site-header,
body.pscs-has-cancer-stories .main-header,
body.pscs-has-cancer-stories .main-navigation,
body.pscs-has-cancer-stories .navbar,
body.pscs-has-cancer-stories .ast-primary-header-bar,
body.pscs-has-cancer-stories .ast-mobile-header-wrap,
body.pscs-has-cancer-stories .elementor-location-header,
body.pscs-has-cancer-stories .wp-site-blocks > header,
body.pscs-has-cancer-stories .wp-block-template-part.header,
body.pscs-has-cancer-stories #colophon,
body.pscs-has-cancer-stories .site-footer,
body.pscs-has-cancer-stories footer.site-footer,
body.pscs-has-cancer-stories .footer,
body.pscs-has-cancer-stories .footer-wrapper,
body.pscs-has-cancer-stories .ast-footer-overlay,
body.pscs-has-cancer-stories .site-primary-footer-wrap,
body.pscs-has-cancer-stories .site-below-footer-wrap,
body.pscs-has-cancer-stories .elementor-location-footer,
body.pscs-has-cancer-stories .wp-site-blocks > footer,
body.pscs-has-cancer-stories .wp-block-template-part.footer {
  display: none !important;
}

body.pscs-has-cancer-stories,
body.pscs-has-cancer-stories #page,
body.pscs-has-cancer-stories .site,
body.pscs-has-cancer-stories #content,
body.pscs-has-cancer-stories .site-content,
body.pscs-has-cancer-stories .content-area,
body.pscs-has-cancer-stories main,
body.pscs-has-cancer-stories article,
body.pscs-has-cancer-stories .entry-content,
body.pscs-has-cancer-stories .wp-site-blocks {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.pscs-menu-open {
  overflow: hidden !important;
}

#patientsavvy-cancer-stories-root .pscs-top-menu-bar {
  position: fixed !important;
  top: clamp(12px, 2.4vw, 28px) !important;
  left: clamp(16px, 3.2vw, 48px) !important;
  right: clamp(16px, 3.2vw, 48px) !important;
  z-index: 99996 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  pointer-events: none !important;
}

body.admin-bar #patientsavvy-cancer-stories-root .pscs-top-menu-bar {
  top: calc(32px + clamp(12px, 2.4vw, 28px)) !important;
}

#patientsavvy-cancer-stories-root .pscs-menu-logo,
#patientsavvy-cancer-stories-root .pscs-main-menu-trigger,
#patientsavvy-cancer-stories-root .pscs-main-menu-close,
#patientsavvy-cancer-stories-root .pscs-menu-big-link,
#patientsavvy-cancer-stories-root .pscs-menu-pill,
#patientsavvy-cancer-stories-root .pscs-menu-side-bottom a {
  pointer-events: auto !important;
}

#patientsavvy-cancer-stories-root .pscs-menu-logo {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0 !important;
  color: var(--pscs-green-dark, #0b3f31) !important;
  text-decoration: none !important;
  font-weight: 950 !important;
  letter-spacing: -0.04em !important;
  text-transform: uppercase !important;
}

#patientsavvy-cancer-stories-root .pscs-menu-logo-mark {
  width: 52px !important;
  height: 52px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--pscs-green-dark, #0b3f31) !important;
  color: #f8fff0 !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 1000 !important;
  box-shadow: 0 14px 30px rgba(2, 61, 50, 0.18) !important;
}

#patientsavvy-cancer-stories-root .pscs-main-menu-trigger {
  display: inline-flex !important;
  align-items: center !important;
  gap: 16px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--pscs-green-dark, #0b3f31) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  cursor: pointer !important;
  padding: 0 !important;
}

#patientsavvy-cancer-stories-root .pscs-main-menu-icon {
  width: 58px !important;
  height: 58px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 7px !important;
  background: #171918 !important;
  box-shadow: 0 18px 36px rgba(16, 36, 30, 0.18) !important;
  transition: transform 220ms ease, box-shadow 220ms ease !important;
}

#patientsavvy-cancer-stories-root .pscs-main-menu-icon span {
  width: 23px !important;
  height: 2px !important;
  border-radius: 999px !important;
  display: block !important;
  background: #ffffff !important;
}

#patientsavvy-cancer-stories-root .pscs-main-menu-trigger:hover .pscs-main-menu-icon,
#patientsavvy-cancer-stories-root .pscs-main-menu-trigger:focus-visible .pscs-main-menu-icon {
  transform: translateY(-2px) !important;
  box-shadow: 0 22px 42px rgba(16, 36, 30, 0.24) !important;
}

#patientsavvy-cancer-stories-root .pscs-main-menu-trigger:focus-visible,
#patientsavvy-cancer-stories-root .pscs-main-menu-close:focus-visible,
#patientsavvy-cancer-stories-root .pscs-menu-big-link:focus-visible,
#patientsavvy-cancer-stories-root .pscs-menu-pill:focus-visible,
#patientsavvy-cancer-stories-root .pscs-menu-logo:focus-visible {
  outline: 3px solid rgba(217, 239, 159, 0.75) !important;
  outline-offset: 5px !important;
  border-radius: 999px !important;
}

#patientsavvy-cancer-stories-root .pscs-main-menu-overlay[hidden] {
  display: none !important;
}

#patientsavvy-cancer-stories-root .pscs-main-menu-overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
  display: grid !important;
  grid-template-columns: minmax(230px, 24vw) minmax(0, 1fr) !important;
  min-height: 100vh !important;
  background: #181918 !important;
  color: #ffffff !important;
  overflow: auto !important;
}

body.admin-bar #patientsavvy-cancer-stories-root .pscs-main-menu-overlay {
  top: 32px !important;
  min-height: calc(100vh - 32px) !important;
}

#patientsavvy-cancer-stories-root .pscs-main-menu-side {
  min-height: 100vh !important;
  padding: clamp(28px, 4vw, 58px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 32px !important;
  background:
    radial-gradient(circle at 0% 18%, rgba(255, 255, 255, 0.42), transparent 30vw),
    linear-gradient(160deg, #c8fff0 0%, #d6fbdf 100%) !important;
}

#patientsavvy-cancer-stories-root .pscs-main-menu-side .pscs-menu-logo {
  color: var(--pscs-green-dark, #0b3f31) !important;
}

#patientsavvy-cancer-stories-root .pscs-menu-logo-large .pscs-menu-logo-mark {
  width: 62px !important;
  height: 62px !important;
  font-size: 19px !important;
}

#patientsavvy-cancer-stories-root .pscs-menu-side-bottom {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  align-items: center !important;
  color: var(--pscs-green-dark, #0b3f31) !important;
  font-weight: 850 !important;
}

#patientsavvy-cancer-stories-root .pscs-menu-side-bottom a {
  color: var(--pscs-green-dark, #0b3f31) !important;
  text-decoration: none !important;
  border-bottom: 1px solid currentColor !important;
}

#patientsavvy-cancer-stories-root .pscs-main-menu-panel {
  position: relative !important;
  min-height: 100vh !important;
  padding: clamp(86px, 10vw, 140px) clamp(34px, 8vw, 140px) clamp(40px, 6vw, 90px) !important;
  display: grid !important;
  align-content: center !important;
  background:
    radial-gradient(circle at 86% 16%, rgba(217, 239, 159, 0.10), transparent 26vw),
    #181918 !important;
}

#patientsavvy-cancer-stories-root .pscs-main-menu-close {
  position: absolute !important;
  top: clamp(22px, 3vw, 44px) !important;
  right: clamp(22px, 3vw, 48px) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 18px !important;
  border: 0 !important;
  background: transparent !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  cursor: pointer !important;
  padding: 0 !important;
}

#patientsavvy-cancer-stories-root .pscs-main-menu-close span:last-child {
  width: 58px !important;
  height: 58px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fffdf7 !important;
  color: #171918 !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

#patientsavvy-cancer-stories-root .pscs-main-menu-grid {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 1fr) !important;
  gap: clamp(42px, 8vw, 130px) !important;
  align-items: start !important;
}

#patientsavvy-cancer-stories-root .pscs-menu-mini-label {
  width: 100% !important;
  margin-bottom: 16px !important;
  color: #d9ef9f !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.09em !important;
}

#patientsavvy-cancer-stories-root .pscs-main-menu-side .pscs-menu-mini-label {
  color: var(--pscs-green-dark, #0b3f31) !important;
  margin-bottom: 0 !important;
}

#patientsavvy-cancer-stories-root .pscs-menu-primary h2 {
  margin: 0 0 clamp(28px, 4vw, 48px) !important;
  color: #ffffff !important;
  font-size: clamp(34px, 5.2vw, 74px) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.06em !important;
  font-weight: 850 !important;
}

#patientsavvy-cancer-stories-root .pscs-menu-big-link {
  display: block !important;
  width: fit-content !important;
  margin: 0 0 clamp(18px, 2.4vw, 30px) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: clamp(31px, 4.2vw, 58px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.05em !important;
  font-weight: 650 !important;
  transition: transform 180ms ease, color 180ms ease !important;
}

#patientsavvy-cancer-stories-root .pscs-menu-big-link:hover,
#patientsavvy-cancer-stories-root .pscs-menu-big-link:focus-visible {
  color: #d9ef9f !important;
  transform: translateX(8px) !important;
}

#patientsavvy-cancer-stories-root .pscs-menu-about {
  color: rgba(255, 255, 255, 0.84) !important;
  max-width: 640px !important;
  padding-top: clamp(8px, 2vw, 34px) !important;
}

#patientsavvy-cancer-stories-root .pscs-menu-about p {
  margin: 0 0 18px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: clamp(17px, 1.5vw, 21px) !important;
  line-height: 1.62 !important;
}

#patientsavvy-cancer-stories-root .pscs-menu-action-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 30px !important;
}

#patientsavvy-cancer-stories-root .pscs-menu-pill {
  min-height: 50px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 13px 22px !important;
  border-radius: 999px !important;
  border: 1px solid #d9ef9f !important;
  background: #d9ef9f !important;
  color: var(--pscs-green-dark, #0b3f31) !important;
  text-decoration: none !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 950 !important;
  cursor: pointer !important;
}

#patientsavvy-cancer-stories-root .pscs-menu-pill-soft {
  background: transparent !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.42) !important;
}

@media (max-width: 900px) {
  #patientsavvy-cancer-stories-root .pscs-top-menu-bar {
    top: 14px !important;
    left: 16px !important;
    right: 16px !important;
  }

  body.admin-bar #patientsavvy-cancer-stories-root .pscs-top-menu-bar {
    top: 60px !important;
  }

  body.admin-bar #patientsavvy-cancer-stories-root .pscs-main-menu-overlay {
    top: 46px !important;
    min-height: calc(100vh - 46px) !important;
  }

  #patientsavvy-cancer-stories-root .pscs-main-menu-label {
    display: none !important;
  }

  #patientsavvy-cancer-stories-root .pscs-main-menu-overlay {
    grid-template-columns: 1fr !important;
  }

  #patientsavvy-cancer-stories-root .pscs-main-menu-side {
    min-height: 116px !important;
    padding: 22px 24px !important;
    flex-direction: row !important;
    align-items: center !important;
  }

  #patientsavvy-cancer-stories-root .pscs-main-menu-panel {
    min-height: calc(100vh - 116px) !important;
    padding: 96px 24px 44px !important;
    align-content: start !important;
  }

  #patientsavvy-cancer-stories-root .pscs-main-menu-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  #patientsavvy-cancer-stories-root .pscs-main-menu-close {
    top: 22px !important;
    right: 22px !important;
  }
}

@media (max-width: 560px) {
  #patientsavvy-cancer-stories-root .pscs-menu-logo-mark,
  #patientsavvy-cancer-stories-root .pscs-main-menu-icon,
  #patientsavvy-cancer-stories-root .pscs-main-menu-close span:last-child {
    width: 50px !important;
    height: 50px !important;
  }

  #patientsavvy-cancer-stories-root .pscs-menu-side-bottom {
    justify-content: flex-end !important;
    font-size: 12px !important;
  }

  #patientsavvy-cancer-stories-root .pscs-menu-big-link {
    font-size: clamp(34px, 12vw, 50px) !important;
  }
}

/* v0.3.4 mobile breathing room, story-card alignment, and soft color motion */
#patientsavvy-cancer-stories-root {
  background-size: 145% 145%, 150% 150%, 135% 135%, 100% 100%;
  animation: pscsAmbientColor 28s ease-in-out infinite alternate;
}

#patientsavvy-cancer-stories-root::before {
  animation: pscsAmbientVeil 24s ease-in-out infinite alternate;
}

.pscs-hero {
  min-height: clamp(560px, 70vh, 760px);
  padding-top: clamp(122px, 13vw, 178px);
  padding-bottom: clamp(76px, 8vw, 118px);
}

.pscs-page-shell {
  margin-bottom: clamp(128px, 13vw, 180px);
}

.pscs-story-card {
  padding: clamp(24px, 3.2vw, 36px);
}

.pscs-story-card:before {
  left: clamp(22px, 2.6vw, 34px);
  top: clamp(110px, 10vw, 128px);
  width: 56px;
  font-size: 78px;
}

.pscs-story-text {
  max-width: 900px;
  margin-left: 0;
  padding-left: clamp(72px, 8vw, 104px);
}

.pscs-story-meta {
  align-items: center;
  gap: 10px 14px;
  margin-top: 24px;
}

.pscs-reaction-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.1em;
  font-size: 16px;
  line-height: 1;
}

.pscs-reaction-love .pscs-reaction-icon {
  color: #e84d8a;
}

.pscs-reaction-love:hover,
.pscs-reaction-love.active {
  background: #fff0f6;
  border-color: rgba(232, 77, 138, .35);
}

.pscs-reaction-love:hover small,
.pscs-reaction-love.active small {
  color: #9f2559;
}

@keyframes pscsAmbientColor {
  0% { background-position: 0% 0%, 100% 8%, 20% 78%, 0 0; }
  100% { background-position: 10% 8%, 88% 2%, 28% 68%, 0 0; }
}

@keyframes pscsAmbientVeil {
  0% { transform: translate3d(-2vw, -1vh, 0); opacity: .95; }
  100% { transform: translate3d(2vw, 1.5vh, 0); opacity: .72; }
}

@media (max-width: 920px) {
  .pscs-story-text {
    padding-left: 76px;
  }
}

@media (max-width: 560px) {
  .pscs-hero {
    min-height: auto;
    padding-top: 104px;
    padding-bottom: 74px;
  }

  .pscs-page-shell {
    margin-bottom: 132px;
  }

  .pscs-story-text {
    padding-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  #patientsavvy-cancer-stories-root,
  #patientsavvy-cancer-stories-root::before {
    animation: none !important;
  }
}

/* v0.3.5: more room around story-card pills, cleaner share icon, no resource reminder card */
.pscs-sidebar-card {
  display: none !important;
}

.pscs-story-card {
  padding: clamp(34px, 4vw, 50px) clamp(34px, 4.8vw, 58px) clamp(42px, 5vw, 62px);
}

.pscs-card-top {
  gap: 12px;
  margin-bottom: clamp(28px, 3vw, 34px);
  padding-bottom: clamp(20px, 2.2vw, 26px);
}

.pscs-story-card:before {
  left: clamp(30px, 3.4vw, 44px);
  top: clamp(124px, 10.5vw, 142px);
}

.pscs-story-text {
  padding-left: clamp(82px, 8.5vw, 112px);
}

.pscs-reactions {
  gap: 12px;
  margin-top: 32px;
  padding-bottom: 4px;
}

.pscs-reaction {
  padding: 11px 16px;
}

.pscs-share-story {
  gap: 8px;
}

.pscs-share-icon {
  color: var(--pscs-green-dark);
}

.pscs-share-icon svg {
  width: 17px;
  height: 17px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pscs-share-story:hover .pscs-share-icon,
.pscs-share-story:focus .pscs-share-icon,
.pscs-share-story.active .pscs-share-icon {
  color: var(--pscs-green);
}

.pscs-share-section {
  margin-bottom: clamp(64px, 8vw, 110px);
}

@media (max-width: 920px) {
  .pscs-story-card {
    padding: 30px 26px 40px;
  }

  .pscs-story-card:before {
    left: 24px;
    top: 118px;
  }

  .pscs-story-text {
    padding-left: 78px;
  }
}

@media (max-width: 560px) {
  .pscs-story-card {
    padding: 26px 22px 36px;
  }

  .pscs-card-top {
    margin-bottom: 24px;
    padding-bottom: 18px;
  }

  .pscs-story-text {
    padding-left: 0;
  }

  .pscs-reactions {
    margin-top: 26px;
    padding-bottom: 2px;
  }

  .pscs-share-section {
    margin-bottom: 74px;
  }
}

/* v0.3.6: stronger top spacing for story-card pills, bigger Love heart, simplified share callout */
.pscs-story-card {
  padding-top: clamp(54px, 5.8vw, 76px) !important;
  padding-right: clamp(34px, 4.8vw, 58px) !important;
  padding-bottom: clamp(42px, 5vw, 62px) !important;
  padding-left: clamp(34px, 4.8vw, 58px) !important;
}

.pscs-card-top {
  margin-top: 0;
  margin-bottom: clamp(30px, 3.2vw, 38px);
  padding-bottom: clamp(22px, 2.4vw, 28px);
}

.pscs-story-card:before {
  top: clamp(144px, 12vw, 164px);
}

.pscs-reaction-love .pscs-reaction-icon {
  font-size: 22px;
  min-width: 1.25em;
  transform: translateY(-1px);
}

.pscs-share-icon svg {
  width: 18px;
  height: 18px;
}

.pscs-share-section {
  grid-template-columns: 1.05fr .95fr;
  align-items: start;
}

.pscs-share-section h2 {
  margin-bottom: 0;
}

.pscs-checklist {
  gap: 14px;
}

.pscs-checklist li {
  font-weight: 750;
}

.pscs-checklist li:before {
  color: var(--pscs-green);
  flex: 0 0 auto;
}

@media (max-width: 920px) {
  .pscs-story-card {
    padding-top: 48px !important;
    padding-right: 26px !important;
    padding-bottom: 40px !important;
    padding-left: 26px !important;
  }

  .pscs-story-card:before {
    top: 136px;
  }
}

@media (max-width: 560px) {
  .pscs-story-card {
    padding-top: 42px !important;
    padding-right: 22px !important;
    padding-bottom: 36px !important;
    padding-left: 22px !important;
  }

  .pscs-story-card:before {
    top: 124px;
  }

  .pscs-reaction-love .pscs-reaction-icon {
    font-size: 20px;
  }
}


/* v0.3.7: true top breathing room for story-card pills and softer quote badge */
.pscs-story-card {
  padding-top: clamp(26px, 3vw, 40px) !important;
}

.pscs-card-top {
  padding-top: clamp(30px, 3.4vw, 48px) !important;
  padding-bottom: clamp(22px, 2.4vw, 30px) !important;
  margin-top: 0 !important;
  margin-bottom: clamp(34px, 3.4vw, 44px) !important;
}

.pscs-story-card:before {
  content: "";
  left: clamp(38px, 4.2vw, 56px) !important;
  top: clamp(188px, 13vw, 218px) !important;
  width: 58px !important;
  height: 58px !important;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(215, 243, 229, .95), rgba(180, 220, 207, .72));
  border: 1px solid rgba(1, 72, 59, .10);
  box-shadow: 0 16px 34px rgba(1, 72, 59, .08), inset 0 1px 0 rgba(255,255,255,.75);
  opacity: 1;
  z-index: 1;
}

.pscs-story-card:after {
  content: "\201C";
  position: absolute;
  left: clamp(38px, 4.2vw, 56px);
  top: clamp(188px, 13vw, 218px);
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 66px;
  line-height: 1;
  font-weight: 700;
  color: rgba(1, 72, 59, .62);
  transform: translateY(8px);
  pointer-events: none;
  z-index: 2;
}

.pscs-story-text {
  padding-left: clamp(88px, 9vw, 124px);
}

@media (max-width: 920px) {
  .pscs-story-card {
    padding-top: 24px !important;
  }

  .pscs-card-top {
    padding-top: 34px !important;
    margin-bottom: 32px !important;
  }

  .pscs-story-card:before,
  .pscs-story-card:after {
    left: 28px !important;
    top: 190px !important;
  }

  .pscs-story-text {
    padding-left: 86px;
  }
}

@media (max-width: 560px) {
  .pscs-story-card {
    padding-top: 20px !important;
  }

  .pscs-card-top {
    padding-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .pscs-story-card:before,
  .pscs-story-card:after {
    display: none;
  }

  .pscs-story-text {
    padding-left: 0;
  }
}

/* v0.3.7 mobile/topic refinements: compact dropdown filters, softer metadata, one-line mobile actions, privacy note only */
.pscs-privacy-note {
  display: block;
  margin: 0 0 28px;
  padding: 22px 24px;
  box-shadow: var(--pscs-shadow);
}

.pscs-privacy-note strong {
  font-size: 16px;
}

.pscs-filter-select-form {
  display: none;
}

.pscs-story-meta {
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: .015em !important;
  text-transform: none !important;
  color: #5b625e !important;
  gap: 10px !important;
  margin-top: 24px !important;
}

.pscs-story-meta span + span {
  padding-left: 10px !important;
}

.pscs-reaction-love .pscs-reaction-icon {
  font-size: 24px !important;
  line-height: 1;
  min-width: 1.25em;
}

@media (max-width: 920px) {
  .pscs-filter-list {
    display: none !important;
  }

  .pscs-filter-select-form {
    display: grid;
    gap: 8px;
    padding: 0 18px 18px;
  }

  .pscs-filter-select-form span {
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--pscs-muted);
  }

  .pscs-filter-select-form select {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--pscs-line);
    border-radius: 999px;
    background: #ffffff;
    color: var(--pscs-green-dark);
    padding: 0 18px;
    font-size: 15px;
    font-weight: 750;
  }

  .pscs-filters-head {
    padding: 18px 18px 10px !important;
    border-bottom: 0 !important;
  }

  .pscs-filters h2 {
    font-size: 22px;
    margin-bottom: 4px;
  }

  .pscs-filters p {
    font-size: 13px;
  }
}

@media (max-width: 560px) {
  .pscs-privacy-note {
    margin-bottom: 22px;
    padding: 18px;
  }

  .pscs-story-meta {
    font-size: 10.5px !important;
    gap: 8px !important;
    margin-top: 20px !important;
  }

  .pscs-story-meta span + span {
    padding-left: 8px !important;
  }

  .pscs-reactions {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    align-items: stretch !important;
    width: 100%;
  }

  .pscs-reaction {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    justify-content: center !important;
    gap: 4px !important;
    padding: 8px 6px !important;
    min-height: 38px !important;
    white-space: nowrap !important;
    font-size: 13px !important;
  }

  .pscs-reaction small,
  .pscs-reaction-count {
    font-size: 12px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .pscs-reaction-love .pscs-reaction-icon {
    font-size: 19px !important;
    min-width: 1em !important;
  }

  .pscs-reaction-relate .pscs-reaction-icon,
  .pscs-share-icon svg {
    width: 15px !important;
    height: 15px !important;
    font-size: 15px !important;
  }
}



/* v0.3.8: compact warmer privacy note, more spacing before stories, and clearer mobile menu hierarchy */
.pscs-privacy-note {
  max-width: 100%;
  margin: 0 0 clamp(44px, 5vw, 72px) !important;
  padding: clamp(16px, 2.2vw, 22px) clamp(18px, 3vw, 28px) !important;
  background: linear-gradient(135deg, rgba(255, 250, 232, .94), rgba(230, 248, 229, .92)) !important;
  border-color: rgba(12, 83, 59, .22) !important;
  box-shadow: 0 14px 38px rgba(1, 72, 59, .08) !important;
}

.pscs-privacy-note strong {
  display: block;
  margin-bottom: 8px;
  color: #0b3f31;
  font-size: 14px !important;
  line-height: 1.25;
  letter-spacing: -.01em;
}

.pscs-privacy-note p {
  max-width: 1020px;
  color: #405a51 !important;
  font-size: clamp(13px, 1.25vw, 15px) !important;
  line-height: 1.55 !important;
}

.pscs-content-layout {
  margin-top: 0 !important;
}

@media (max-width: 900px) {
  #patientsavvy-cancer-stories-root .pscs-menu-primary h2 {
    font-size: clamp(44px, 12vw, 64px) !important;
    line-height: .94 !important;
    margin-bottom: 26px !important;
    font-weight: 900 !important;
  }

  #patientsavvy-cancer-stories-root .pscs-menu-big-link {
    font-size: clamp(24px, 7vw, 34px) !important;
    line-height: 1.08 !important;
    margin-bottom: 18px !important;
    font-weight: 650 !important;
    letter-spacing: -0.04em !important;
  }
}

@media (max-width: 560px) {
  .pscs-privacy-note {
    margin-bottom: 38px !important;
    padding: 16px 18px !important;
    border-radius: 22px !important;
  }

  .pscs-privacy-note strong {
    font-size: 13.5px !important;
    margin-bottom: 6px !important;
  }

  .pscs-privacy-note p {
    font-size: 12.5px !important;
    line-height: 1.5 !important;
  }

  #patientsavvy-cancer-stories-root .pscs-menu-primary h2 {
    font-size: clamp(42px, 13vw, 58px) !important;
    margin-bottom: 24px !important;
  }

  #patientsavvy-cancer-stories-root .pscs-menu-big-link {
    font-size: clamp(22px, 6.6vw, 30px) !important;
    margin-bottom: 16px !important;
  }
}

/* v0.3.9: revised hero copy, tighter story-card tag spacing, smaller privacy note, and larger standalone quote mark */
.pscs-privacy-note {
  max-width: min(100%, 1160px) !important;
  margin: 0 auto clamp(40px, 4.8vw, 64px) !important;
  padding: clamp(12px, 1.3vw, 16px) clamp(14px, 1.8vw, 20px) !important;
  border-radius: 24px !important;
}

.pscs-privacy-note strong {
  margin-bottom: 5px !important;
  font-size: 13.5px !important;
}

.pscs-privacy-note p {
  margin: 0 !important;
  max-width: 1040px !important;
  font-size: clamp(12.5px, 1.1vw, 14px) !important;
  line-height: 1.45 !important;
}

.pscs-story-card {
  padding-top: clamp(20px, 2.2vw, 28px) !important;
}

.pscs-card-top {
  padding-top: clamp(10px, 1.1vw, 14px) !important;
  padding-bottom: clamp(14px, 1.7vw, 20px) !important;
  margin-bottom: clamp(30px, 3vw, 40px) !important;
}

.pscs-story-card:before {
  content: none !important;
  display: none !important;
}

.pscs-story-card:after {
  content: "\201C" !important;
  position: absolute !important;
  left: clamp(44px, 5vw, 74px) !important;
  top: clamp(188px, 13vw, 224px) !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(86px, 8vw, 124px) !important;
  line-height: .72 !important;
  font-weight: 800 !important;
  color: rgba(1, 72, 59, .34) !important;
  transform: none !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

.pscs-story-text {
  padding-left: clamp(92px, 10vw, 138px) !important;
}

@media (max-width: 920px) {
  .pscs-privacy-note {
    margin-bottom: 36px !important;
    padding: 13px 16px !important;
    border-radius: 20px !important;
  }

  .pscs-story-card {
    padding-top: 20px !important;
  }

  .pscs-card-top {
    padding-top: 10px !important;
    padding-bottom: 14px !important;
    margin-bottom: 28px !important;
  }

  .pscs-story-card:after {
    left: 26px !important;
    top: 170px !important;
    font-size: 86px !important;
  }

  .pscs-story-text {
    padding-left: 82px !important;
  }
}

@media (max-width: 560px) {
  .pscs-privacy-note {
    margin-bottom: 30px !important;
    padding: 12px 14px !important;
    border-radius: 18px !important;
  }

  .pscs-story-card {
    padding-top: 18px !important;
  }

  .pscs-card-top {
    padding-top: 8px !important;
    padding-bottom: 12px !important;
    margin-bottom: 24px !important;
  }

  .pscs-story-card:after {
    display: none !important;
  }

  .pscs-story-text {
    padding-left: 0 !important;
  }
}

/* v0.3.11 moderation, legal links, and empty-state refinements */
.pscs-empty-topic {
  display: grid;
  gap: 12px;
  align-items: start;
}

.pscs-empty-topic h3,
.pscs-empty h3 {
  margin: 0;
}

.pscs-empty-topic p,
.pscs-empty p {
  margin: 0;
  color: var(--pscs-muted);
  line-height: 1.6;
}

.pscs-empty .pscs-btn {
  width: fit-content;
  margin-top: 6px;
}

.pscs-legal-inline {
  margin-top: 8px !important;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--pscs-muted);
}

.pscs-legal-inline a,
.pscs-legal-footer a {
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pscs-legal-footer {
  max-width: 1220px;
  margin: -52px auto 56px;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  align-items: center;
  color: var(--pscs-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.pscs-menu-legal-link {
  font-size: clamp(1.45rem, 3vw, 2.6rem) !important;
  opacity: .82;
}

@media (max-width: 720px) {
  .pscs-legal-footer {
    margin: -42px auto 42px;
    flex-direction: column;
    align-items: flex-start;
  }
}

/* v0.3.17: immediate publishing, 300-word stories, paragraph preservation */
.pscs-story-body p {
  margin: 0 0 1em !important;
}

.pscs-story-body p:last-child {
  margin-bottom: 0 !important;
}

.pscs-word-counter {
  display: block;
  margin-top: 6px;
  color: var(--pscs-muted);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .01em;
}

.pscs-word-counter.pscs-over-limit {
  color: #8f1f1f;
}

/* v0.3.19: lightweight reply threads, compact reaction row, smaller topic tags */
.pscs-card-top {
  gap: 7px !important;
  margin-bottom: clamp(22px, 2.4vw, 32px) !important;
  padding-bottom: clamp(10px, 1.3vw, 16px) !important;
}

.pscs-tag {
  padding: 5px 9px !important;
  font-size: 9.5px !important;
  line-height: 1 !important;
  letter-spacing: .055em !important;
}

.pscs-reactions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
}

.pscs-reactions > .pscs-reaction {
  flex: 0 1 auto !important;
  white-space: nowrap !important;
}

.pscs-discuss-toggle .pscs-reaction-icon {
  color: var(--pscs-green-dark);
}

.pscs-discuss-toggle.active,
.pscs-discuss-toggle:hover {
  background: #e5f8ed;
  border-color: #9bd8b2;
}

.pscs-share-panel {
  flex: 1 0 100% !important;
  min-width: 100% !important;
}

.pscs-discussion[hidden] {
  display: none !important;
}

.pscs-discussion {
  margin-top: 18px;
  border: 1px solid rgba(22, 116, 90, .18);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(249, 253, 250, .94), rgba(255, 255, 255, .98));
  padding: clamp(14px, 2vw, 20px);
  box-shadow: 0 18px 38px rgba(13, 63, 49, .08);
}

.pscs-discussion-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.pscs-discussion-head h4 {
  margin: 0 0 3px;
  color: var(--pscs-green-dark);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
}

.pscs-discussion-head p,
.pscs-reply-form-footer span,
.pscs-no-replies {
  margin: 0;
  color: var(--pscs-muted);
  font-size: 12.5px;
  line-height: 1.45;
}

.pscs-reply-form {
  border: 1px solid rgba(22, 116, 90, .16);
  border-radius: 20px;
  background: #fff;
  padding: 12px;
  margin-bottom: 16px;
}

.pscs-reply-form-compact {
  margin: 10px 0 12px;
  border-radius: 18px;
  box-shadow: none;
}

.pscs-reply-form[hidden] {
  display: none !important;
}

.pscs-reply-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(128px, 180px);
  gap: 8px;
  margin-bottom: 8px;
}

.pscs-reply-form input,
.pscs-reply-form select,
.pscs-reply-form textarea {
  width: 100%;
  border: 1px solid var(--pscs-line);
  border-radius: 14px;
  background: #fff;
  color: var(--pscs-ink);
  font: inherit;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 12px;
  outline: none;
}

.pscs-reply-form textarea {
  min-height: 86px;
  resize: vertical;
}

.pscs-reply-form input:focus,
.pscs-reply-form select:focus,
.pscs-reply-form textarea:focus {
  border-color: rgba(22, 116, 90, .46);
  box-shadow: 0 0 0 3px rgba(22, 116, 90, .10);
}

.pscs-reply-error {
  margin: 8px 0 0;
  color: #8f1f1f;
  font-size: 12.5px;
  font-weight: 800;
}

.pscs-reply-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 9px;
}

.pscs-reply-form-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.pscs-reply-submit,
.pscs-reply-cancel {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.pscs-reply-submit {
  background: var(--pscs-green-dark);
  color: #fff;
}

.pscs-reply-submit:hover,
.pscs-reply-submit:focus {
  background: var(--pscs-green);
}

.pscs-reply-submit[disabled] {
  opacity: .68;
  cursor: wait;
}

.pscs-reply-cancel {
  background: #fff;
  color: var(--pscs-muted);
  border-color: var(--pscs-line);
}

.pscs-reply-list {
  display: grid;
  gap: 8px;
}

.pscs-reply {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  padding: 10px 8px;
  border-radius: 18px;
}

.pscs-reply:hover {
  background: rgba(232, 241, 234, .42);
}

.pscs-reply-nested {
  margin-left: 22px;
  padding-left: 12px;
  border-left: 1px solid rgba(22, 116, 90, .18);
  border-radius: 0 18px 18px 0;
}

.pscs-reply-avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e5f8ed;
  color: var(--pscs-green-dark);
  font-size: 13px;
  font-weight: 900;
}

.pscs-reply-meta-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 2px;
}

.pscs-reply-meta-line strong {
  color: var(--pscs-ink);
  font-size: 13.5px;
  line-height: 1.2;
}

.pscs-reply-meta-line span {
  color: var(--pscs-muted);
  font-size: 11.5px;
  line-height: 1.2;
}

.pscs-reply-meta-line span:before {
  content: "•";
  margin-right: 6px;
  color: rgba(77, 70, 65, .55);
}

.pscs-reply-body {
  color: var(--pscs-ink);
  font-size: 14px;
  line-height: 1.55;
}

.pscs-reply-body p {
  margin: 0 0 .7em !important;
}

.pscs-reply-body p:last-child {
  margin-bottom: 0 !important;
}

.pscs-reply-tools {
  margin-top: 5px;
}

.pscs-reply-open {
  border: 0;
  background: transparent;
  color: var(--pscs-muted);
  padding: 4px 0;
  font-size: 12.5px;
  font-weight: 900;
  cursor: pointer;
}

.pscs-reply-open:hover,
.pscs-reply-open:focus {
  color: var(--pscs-green-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pscs-child-replies {
  margin-top: 4px;
  display: grid;
  gap: 3px;
}

@media (max-width: 560px) {
  .pscs-card-top {
    gap: 6px !important;
  }

  .pscs-tag {
    padding: 4px 7px !important;
    font-size: 8.5px !important;
  }

  .pscs-reactions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    align-items: stretch !important;
    width: 100%;
  }

  .pscs-reactions > .pscs-reaction {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    justify-content: center !important;
    gap: 3px !important;
    padding: 6px 4px !important;
    min-height: 34px !important;
    font-size: 11px !important;
    line-height: 1 !important;
    overflow: hidden !important;
  }

  .pscs-reaction small,
  .pscs-reaction-count {
    font-size: 10.5px !important;
    line-height: 1 !important;
  }

  .pscs-reaction-icon {
    font-size: 12px !important;
    min-width: .9em !important;
  }

  .pscs-reaction-love .pscs-reaction-icon {
    font-size: 14px !important;
  }

  .pscs-share-icon svg {
    width: 12px !important;
    height: 12px !important;
  }

  .pscs-share-panel {
    flex: 1 0 100% !important;
    min-width: 100% !important;
  }

  .pscs-discussion {
    margin-top: 14px;
    padding: 12px;
    border-radius: 20px;
  }

  .pscs-reply-fields {
    grid-template-columns: 1fr;
  }

  .pscs-reply-form-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .pscs-reply-form-actions {
    justify-content: flex-end;
  }

  .pscs-reply {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 8px;
    padding: 9px 4px;
  }

  .pscs-reply-avatar {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .pscs-reply-nested {
    margin-left: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 390px) {
  .pscs-reactions > .pscs-reaction {
    padding-left: 2px !important;
    padding-right: 2px !important;
    gap: 2px !important;
  }

  .pscs-reaction small,
  .pscs-reaction-count {
    font-size: 9.5px !important;
  }

  .pscs-reaction-icon,
  .pscs-share-icon svg {
    width: 11px !important;
    height: 11px !important;
    font-size: 11px !important;
  }
}


/* v0.3.21: Threads-like reply layout: replies first, compact composer underneath */
.pscs-discussion {
  padding: clamp(12px, 1.8vw, 18px) !important;
}

.pscs-discussion-head {
  margin-bottom: 8px !important;
}

.pscs-discussion-head h4 {
  font-size: 16px !important;
}

.pscs-discussion-head p {
  font-size: 12px !important;
}

.pscs-reply-list {
  margin-bottom: 12px !important;
}

.pscs-reply-form-inline {
  margin: 10px 0 0 !important;
  padding: 8px !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.pscs-reply-form-compact {
  margin: 8px 0 10px !important;
  padding: 8px !important;
}

.pscs-reply-compose-row {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) auto;
  align-items: end;
  gap: 7px;
}

.pscs-reply-form-inline input,
.pscs-reply-form-inline textarea {
  min-height: 38px !important;
  border-radius: 13px !important;
  padding: 8px 10px !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

.pscs-reply-form-inline textarea {
  height: 38px !important;
  min-height: 38px !important;
  max-height: 92px !important;
  resize: vertical !important;
}

.pscs-reply-name {
  font-size: 12.5px !important;
}

.pscs-reply-note {
  margin: 6px 6px 0 !important;
  color: var(--pscs-muted);
  font-size: 11.5px;
  line-height: 1.3;
}

.pscs-reply-error {
  margin: 6px 6px 0 !important;
}

.pscs-reply-form-actions {
  gap: 5px !important;
}

.pscs-reply-submit,
.pscs-reply-cancel {
  min-height: 38px !important;
  padding: 8px 12px !important;
  font-size: 12.5px !important;
  line-height: 1 !important;
}

.pscs-reply {
  padding: 8px 6px !important;
  grid-template-columns: 32px minmax(0, 1fr) !important;
  gap: 9px !important;
}

.pscs-reply-avatar {
  width: 30px !important;
  height: 30px !important;
  font-size: 12px !important;
}

.pscs-reply-meta-line strong {
  font-size: 13px !important;
}

.pscs-reply-meta-line span {
  font-size: 11px !important;
}

.pscs-reply-body {
  font-size: 13.5px !important;
  line-height: 1.45 !important;
}

.pscs-reply-open {
  font-size: 12px !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

@media (max-width: 560px) {
  .pscs-reply-compose-row {
    grid-template-columns: 94px minmax(0, 1fr) auto !important;
    gap: 5px !important;
  }

  .pscs-reply-form-inline {
    padding: 7px !important;
  }

  .pscs-reply-form-inline input,
  .pscs-reply-form-inline textarea {
    min-height: 36px !important;
    height: 36px !important;
    padding: 7px 8px !important;
    font-size: 12px !important;
  }

  .pscs-reply-submit,
  .pscs-reply-cancel {
    min-height: 36px !important;
    padding: 7px 9px !important;
    font-size: 12px !important;
  }

  .pscs-reply-note {
    font-size: 10.5px !important;
  }
}

@media (max-width: 380px) {
  .pscs-reply-compose-row {
    grid-template-columns: 82px minmax(0, 1fr) auto !important;
  }

  .pscs-reply-submit,
  .pscs-reply-cancel {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}

/* v0.3.23: cleaner Threads-style composer with hidden optional name and circular post arrow */
.pscs-reactions {
  margin-top: 16px !important;
  flex-wrap: nowrap !important;
}

.pscs-reactions > .pscs-reaction {
  min-width: 0 !important;
}

.pscs-discussion {
  margin-top: 18px !important;
  padding: clamp(18px, 2.2vw, 24px) !important;
  border-radius: 26px !important;
}

.pscs-discussion-head {
  margin-bottom: 10px !important;
}

.pscs-reply-list {
  margin-bottom: 0 !important;
}

.pscs-reply-form-inline {
  margin: 14px 0 0 !important;
  padding: 14px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(22, 116, 90, .08) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.pscs-reply-form-compact {
  margin: 8px 0 10px !important;
  padding-top: 10px !important;
}

.pscs-reply-composer {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.pscs-reply-composer-avatar {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: #e5f8ed;
  color: var(--pscs-green-dark);
  font-size: 12px;
  font-weight: 900;
  margin-top: 7px;
}

.pscs-reply-composer-box {
  flex: 1 1 auto;
  min-width: 0;
  border: 1px solid rgba(22, 116, 90, .16);
  border-radius: 22px;
  background: #fff;
  padding: 10px 12px 8px;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.pscs-reply-composer-box:focus-within {
  border-color: rgba(22, 116, 90, .36);
  box-shadow: 0 0 0 3px rgba(22, 116, 90, .07);
}

.pscs-reply-name-line {
  min-height: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.pscs-reply-name-toggle {
  border: 0;
  background: transparent;
  color: var(--pscs-muted);
  font: inherit;
  font-size: 12px;
  line-height: 1.3;
  padding: 0;
  cursor: pointer;
  text-align: left;
}

.pscs-reply-name-toggle strong {
  color: var(--pscs-green-dark);
  font-weight: 900;
}

.pscs-reply-name-toggle:hover,
.pscs-reply-name-toggle:focus {
  color: var(--pscs-green-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pscs-reply-form-inline .pscs-reply-name {
  width: min(100%, 220px) !important;
  min-height: 28px !important;
  height: 28px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #f3faf6 !important;
  padding: 6px 10px !important;
  color: var(--pscs-ink) !important;
  font-size: 12px !important;
  box-shadow: none !important;
}

.pscs-reply-form-inline .pscs-reply-name[hidden] {
  display: none !important;
}

.pscs-reply-form-inline textarea {
  width: 100% !important;
  min-height: 38px !important;
  height: 38px !important;
  max-height: 110px !important;
  resize: vertical !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 4px 0 0 !important;
  color: var(--pscs-ink) !important;
  font-size: 13.5px !important;
  line-height: 1.35 !important;
  box-shadow: none !important;
}

.pscs-reply-form-inline textarea:focus {
  border: 0 !important;
  box-shadow: none !important;
}

.pscs-reply-composer-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 4px;
}

.pscs-reply-composer-footer > span {
  color: var(--pscs-muted);
  font-size: 11.5px;
  line-height: 1.25;
}

.pscs-reply-form-actions {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px !important;
}

.pscs-reply-submit-icon {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  background: var(--pscs-green-dark) !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: 0 8px 18px rgba(13, 63, 49, .16);
}

.pscs-reply-submit-icon:hover,
.pscs-reply-submit-icon:focus {
  background: var(--pscs-green) !important;
  transform: translateY(-1px);
}

.pscs-reply-submit-icon[disabled] {
  transform: none;
  opacity: .68;
}

.pscs-reply-cancel {
  min-height: auto !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--pscs-muted) !important;
  padding: 0 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
}

.pscs-reply-cancel:hover,
.pscs-reply-cancel:focus {
  color: var(--pscs-green-dark) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pscs-reply-error {
  margin: 7px 0 0 40px !important;
}

.pscs-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 560px) {
  .pscs-reactions {
    flex-wrap: nowrap !important;
    gap: 5px !important;
  }

  .pscs-discussion {
    padding: 16px !important;
    border-radius: 22px !important;
  }

  .pscs-reply-composer {
    gap: 8px;
  }

  .pscs-reply-composer-avatar {
    width: 28px;
    height: 28px;
    font-size: 11px;
  }

  .pscs-reply-composer-box {
    padding: 9px 10px 8px;
    border-radius: 20px;
  }

  .pscs-reply-form-inline textarea {
    font-size: 12.5px !important;
  }

  .pscs-reply-composer-footer > span {
    font-size: 10.5px;
  }

  .pscs-reply-submit-icon {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    font-size: 18px !important;
  }
}

@media (max-width: 390px) {
  .pscs-reactions > .pscs-reaction {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .pscs-reply-composer-footer > span {
    display: none;
  }
}


/* v0.3.24: smaller identity label and more space around the reply composer */
.pscs-discussion {
  padding: clamp(22px, 2.8vw, 30px) !important;
  padding-bottom: clamp(26px, 3vw, 34px) !important;
}

.pscs-reply-form-root {
  margin-top: 18px !important;
  margin-bottom: 4px !important;
  padding-top: 18px !important;
}

.pscs-reply-form-compact {
  margin: 12px 0 12px !important;
  padding-top: 12px !important;
}

.pscs-reply-composer {
  gap: 12px !important;
}

.pscs-reply-composer-avatar {
  margin-top: 8px !important;
}

.pscs-reply-composer-box {
  padding: 12px 14px 10px !important;
  border-radius: 24px !important;
}

.pscs-reply-name-line {
  min-height: 17px !important;
  margin-bottom: 2px !important;
}

.pscs-reply-name-toggle {
  font-size: 10.75px !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

.pscs-reply-name-toggle strong {
  font-size: inherit !important;
  font-weight: 900 !important;
}

.pscs-reply-form-inline .pscs-reply-name {
  min-height: 24px !important;
  height: 24px !important;
  padding: 4px 9px !important;
  font-size: 11px !important;
}

.pscs-reply-form-inline textarea {
  min-height: 34px !important;
  height: 34px !important;
  padding-top: 2px !important;
}

.pscs-reply-composer-footer {
  margin-top: 2px !important;
}

.pscs-reply-composer-footer > span {
  font-size: 10.75px !important;
}

.pscs-reply-submit-icon {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  font-size: 18px !important;
}

@media (max-width: 560px) {
  .pscs-discussion {
    padding: 20px !important;
    padding-bottom: 24px !important;
  }

  .pscs-reply-form-root {
    margin-top: 16px !important;
    padding-top: 16px !important;
  }

  .pscs-reply-composer {
    gap: 10px !important;
  }

  .pscs-reply-composer-box {
    padding: 11px 12px 9px !important;
  }

  .pscs-reply-name-toggle {
    font-size: 10.5px !important;
  }
}

/* v0.3.31: requested mobile menu, hero, privacy-note removal, and discussion spacing fixes */
#patientsavvy-cancer-stories-root .pscs-menu-big-link {
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.16em !important;
  text-decoration-color: currentColor !important;
}

#patientsavvy-cancer-stories-root .pscs-menu-big-link:hover,
#patientsavvy-cancer-stories-root .pscs-menu-big-link:focus-visible {
  text-decoration-color: #d9ef9f !important;
}

.pscs-discussion {
  margin-top: clamp(22px, 2.6vw, 30px) !important;
  margin-right: clamp(8px, 1.6vw, 18px) !important;
  margin-left: clamp(8px, 1.6vw, 18px) !important;
}

@media (max-width: 560px) {
  .pscs-eyebrow {
    white-space: nowrap !important;
    max-width: 100% !important;
    font-size: clamp(9.5px, 2.75vw, 11.5px) !important;
    letter-spacing: .055em !important;
  }

  .pscs-discussion {
    margin-top: 22px !important;
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
}

