.sabbath-school-launch-reflection {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 0 12px 0;
}

#sabbathSchoolDemoCard .sabbath-school-launch-hero-icon {
  display: none !important;
}

#sabbathSchoolDemoCard {
  position: relative;
  display: flex;
  min-height: clamp(280px, 64vw, 420px);
  flex-direction: column;
  justify-content: flex-end;
  border-color: rgba(199, 161, 78, 0.22);
  background: linear-gradient(180deg, rgba(255, 248, 229, 0.98), rgba(250, 238, 208, 0.94));
  box-shadow: 0 18px 34px rgba(117, 86, 24, 0.16);
}

#sabbathSchoolDemoCard::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: url("../../home-sabbath-school.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 62% 44%;
  transform: scale(1.02);
  -webkit-mask-image: none;
  mask-image: none;
}

#sabbathSchoolDemoCard::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(
      0deg,
      rgba(255, 250, 239, 0.94) 0%,
      rgba(255, 248, 232, 0.58) 14%,
      rgba(255, 247, 230, 0.14) 28%,
      rgba(255, 247, 230, 0) 40%
    );
}

#sabbathSchoolLaunchHero {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  min-height: clamp(168px, 36vw, 224px);
  padding: 14px 14px 0;
  gap: 10px;
  cursor: inherit;
  touch-action: auto;
  background: transparent;
}

#sabbathSchoolLaunchHero::before,
#sabbathSchoolLaunchHero::after {
  content: none;
  display: none;
}

#sabbathSchoolLaunchHero .sabbath-school-launch-top {
  display: block;
  width: 100%;
  min-width: 0;
}

#sabbathSchoolLaunchHero .sabbath-school-launch-head {
  display: grid;
  gap: 6px;
  min-width: 0;
}

#sabbathSchoolLaunchHero .sabbath-school-launch-title-wrap {
  min-width: 0;
}

#sabbathSchoolLaunchHero .sabbath-school-launch-copy {
  display: inline-grid;
  width: fit-content;
  max-width: min(100%, 260px);
  min-width: 0;
  padding: 1px 10px 4px 0;
  margin: -2px 0 0;
  background: linear-gradient(
    90deg,
    rgba(255, 251, 241, 0.92) 0%,
    rgba(255, 249, 238, 0.74) 44%,
    rgba(255, 249, 238, 0.59) 64%,
    rgba(255, 249, 238, 0) 100%
  );
  border-radius: 0 12px 12px 0;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

#sabbathSchoolLaunchHero .sabbath-school-demo-title {
  font-size: clamp(1.18rem, 6.1vw, 1.64rem);
  line-height: 0.95;
  color: #4b3310;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.34),
    0 8px 18px rgba(255, 244, 220, 0.42);
}

#sabbathSchoolLaunchHero .sabbath-school-demo-badge:not([hidden]) {
  display: none;
}

#sabbathSchoolLaunchHero .sabbath-school-demo-help:not([hidden]) {
  max-width: 26ch;
  color: rgba(74, 51, 16, 0.92);
}

#openSabbathSchoolReaderBtn.sabbath-school-launch-open-btn {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: auto;
  z-index: 3;
  display: block;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: clamp(168px, 36vw, 224px);
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: transparent;
  font-size: 0;
  font-weight: 400;
  line-height: 0;
  white-space: nowrap;
  box-shadow: none;
  overflow: hidden;
  cursor: pointer;
}

body.native-app #openSabbathSchoolReaderBtn.sabbath-school-launch-open-btn {
  pointer-events: none;
  cursor: default;
}

#openSabbathSchoolReaderBtn.sabbath-school-launch-open-btn.is-stealth {
  position: fixed;
  top: 50vh;
  left: 2px;
  z-index: 200;
  width: 2px;
  min-width: 2px;
  max-width: 2px;
  height: 2px;
  min-height: 2px;
  padding: 0;
  border: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  box-shadow: none;
  background: transparent;
}

#sabbathSchoolDailyQuestionReminderHome {
  margin-top: 0;
}

#sabbathSchoolDemoReflectionHome {
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 0;
}

#sabbathSchoolDemoReflectionHome .sabbath-school-reflection-summary {
  display: none;
}

.sabbath-school-reflection-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.sabbath-school-reflection-chip {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(180, 144, 39, 0.2);
  background: rgba(255, 244, 201, 0.72);
  color: #73530f;
  font-size: 0.73rem;
  font-weight: 680;
  letter-spacing: 0.01em;
}

.sabbath-school-reflection-chip.is-muted {
  border-color: rgba(129, 111, 71, 0.16);
  background: rgba(255, 250, 237, 0.88);
  color: #756647;
}

.sabbath-school-reflection-chip.is-not_started {
  border-color: rgba(140, 119, 78, 0.18);
  background: rgba(255, 250, 239, 0.92);
  color: #7b6946;
}

.sabbath-school-reflection-chip.is-in_progress {
  border-color: rgba(177, 134, 42, 0.24);
  background: rgba(255, 241, 194, 0.9);
  color: #7a5910;
}

.sabbath-school-reflection-chip.is-completed {
  border-color: rgba(94, 150, 103, 0.24);
  background: rgba(226, 244, 223, 0.94);
  color: #2f6840;
}

.sabbath-school-reflection-strip {
  display: grid;
  grid-template-columns: repeat(var(--sabbath-school-reflection-day-count, 7), minmax(0, 1fr));
  gap: 5px;
  align-items: stretch;
  width: 100%;
}

.sabbath-school-reflection-cell {
  display: grid;
  gap: 3px;
  justify-items: center;
  min-width: 0;
}

.sabbath-school-reflection-cell-button,
.sabbath-school-reflection-cell-indicator {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 7px 4px 6px;
  border-radius: 13px;
  border: 1px solid rgba(146, 125, 82, 0.16);
  background: rgba(255, 250, 241, 0.84);
  display: grid;
  gap: 4px;
  justify-items: center;
  align-content: center;
  text-align: center;
  position: relative;
  overflow: visible;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.68),
    0 8px 14px rgba(82, 56, 11, 0.12);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.sabbath-school-reflection-cell-button {
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.sabbath-school-reflection-cell-button:focus-visible {
  outline: 2px solid rgba(182, 132, 29, 0.28);
  outline-offset: 2px;
}

.sabbath-school-reflection-cell.is-not_started .sabbath-school-reflection-cell-button,
.sabbath-school-reflection-cell.is-not_started .sabbath-school-reflection-cell-indicator {
  background: rgba(255, 250, 240, 0.88);
  border-color: rgba(146, 125, 82, 0.14);
}

.sabbath-school-reflection-cell.is-in_progress .sabbath-school-reflection-cell-button,
.sabbath-school-reflection-cell.is-in_progress .sabbath-school-reflection-cell-indicator {
  background: linear-gradient(180deg, rgba(255, 244, 205, 0.96), rgba(255, 237, 177, 0.9));
  border-color: rgba(181, 136, 36, 0.22);
}

.sabbath-school-reflection-cell.is-completed .sabbath-school-reflection-cell-button,
.sabbath-school-reflection-cell.is-completed .sabbath-school-reflection-cell-indicator {
  background: linear-gradient(180deg, rgba(235, 247, 232, 0.98), rgba(219, 241, 216, 0.94));
  border-color: rgba(92, 149, 102, 0.24);
}

.sabbath-school-reflection-cell.is-selected .sabbath-school-reflection-cell-button {
  box-shadow: 0 0 0 2px rgba(183, 132, 30, 0.18);
}

.sabbath-school-reflection-cell-token {
  display: block;
  max-width: 100%;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8b6a28;
}

.sabbath-school-reflection-cell-meta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  white-space: nowrap;
}

.sabbath-school-reflection-cell-date {
  display: block;
  max-width: 100%;
  font-size: 0.78rem;
  font-weight: 760;
  color: #59411a;
  white-space: nowrap;
  overflow-wrap: normal;
}

.sabbath-school-reflection-day-badge {
  position: absolute;
  top: -5px;
  right: -2px;
  z-index: 2;
  min-width: 16px;
  height: 16px;
  padding: 0 3px;
}

.sabbath-school-reader-reflection-panel {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(186, 166, 123, 0.22);
  display: grid;
  gap: 12px;
  justify-items: start;
  background: transparent;
}

.sabbath-school-reader-reflection-card {
  width: 100%;
  border: 1px solid rgba(104, 151, 113, 0.24);
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(216, 241, 220, 0.42), transparent 34%),
    linear-gradient(180deg, rgba(244, 251, 242, 0.98), rgba(233, 246, 231, 0.96));
  padding: 12px 14px;
}

.sabbath-school-reader-reflection-toggle {
  width: 100%;
  max-width: none;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(104, 151, 113, 0.24);
  background: linear-gradient(180deg, rgba(239, 249, 236, 0.98), rgba(224, 242, 219, 0.96));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.sabbath-school-reader-reflection-toggle.is-not_started {
  border-color: rgba(104, 151, 113, 0.24);
  background: linear-gradient(180deg, rgba(239, 249, 236, 0.98), rgba(224, 242, 219, 0.96));
}

.sabbath-school-reader-reflection-toggle.is-in_progress {
  border-color: rgba(94, 144, 104, 0.3);
  background: linear-gradient(180deg, rgba(234, 247, 231, 0.98), rgba(216, 240, 211, 0.96));
}

.sabbath-school-reader-reflection-toggle.is-completed {
  border-color: rgba(77, 133, 89, 0.34);
  background: linear-gradient(180deg, rgba(228, 245, 225, 0.99), rgba(205, 234, 199, 0.97));
}

.sabbath-school-reader-reflection-toggle:focus-visible,
.sabbath-school-reader-reflection-note-input:focus-visible,
.sabbath-school-reader-reflection-select:focus-visible,
.sabbath-school-reader-reflection-detail-toggle:focus-visible {
  outline: 2px solid rgba(77, 133, 89, 0.24);
  outline-offset: 3px;
}

.sabbath-school-reader-reflection-toggle-copy {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

.sabbath-school-reader-reflection-toggle-label {
  display: block;
  font-size: calc(0.82rem * var(--sabbath-school-reader-font-scale));
  font-weight: 760;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  color: #2f6e3c;
  white-space: nowrap;
}

.sabbath-school-reader-reflection-toggle-side {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.sabbath-school-reader-reflection-toggle-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2f6e3c;
  width: 1rem;
  height: 1rem;
  line-height: 1;
  transition: transform 180ms ease;
}

.sabbath-school-reader-reflection-toggle-chevron svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sabbath-school-reader-reflection-panel.is-expanded .sabbath-school-reader-reflection-toggle-chevron {
  transform: rotate(180deg);
}

.sabbath-school-reader-reflection-panel.is-expanded {
  justify-items: stretch;
}

.sabbath-school-reader-reflection-body,
.sabbath-school-reader-reflection-card,
.sabbath-school-reader-reflection-copy,
.sabbath-school-reader-reflection-prompts,
.sabbath-school-reader-reflection-form,
.sabbath-school-reader-reflection-field,
.sabbath-school-reader-reflection-secondary,
.sabbath-school-reader-reflection-detail-copy,
.sabbath-school-reader-reflection-detail-body,
.sabbath-school-reader-reflection-history-list,
.sabbath-school-reader-reflection-history-copy,
.sabbath-school-reader-reflection-history-card {
  display: grid;
}

.sabbath-school-reader-reflection-body {
  gap: 15px;
}

.sabbath-school-reader-reflection-head,
.sabbath-school-reader-reflection-detail-head,
.sabbath-school-reader-reflection-history-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.sabbath-school-reader-reflection-copy {
  gap: 6px;
}

.sabbath-school-reader-reflection-eyebrow,
.sabbath-school-reader-reflection-meta,
.sabbath-school-reader-reflection-field-label,
.sabbath-school-reader-reflection-sync,
.sabbath-school-reader-reflection-detail-eyebrow,
.sabbath-school-reader-reflection-detail-meta,
.sabbath-school-reader-reflection-history-date,
.sabbath-school-reader-reflection-detail-empty {
  margin: 0;
  font-size: calc(0.74rem * var(--sabbath-school-reader-font-scale));
  line-height: 1.45;
}

.sabbath-school-reader-reflection-eyebrow,
.sabbath-school-reader-reflection-field-label,
.sabbath-school-reader-reflection-detail-eyebrow {
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8f6b1b;
}

.sabbath-school-reader-reflection-meta,
.sabbath-school-reader-reflection-detail-meta,
.sabbath-school-reader-reflection-history-date,
.sabbath-school-reader-reflection-detail-empty {
  color: #776847;
}

.sabbath-school-reader-reflection-detail-head .sabbath-school-reader-reflection-detail-meta {
  color: #4d6b53;
}

.sabbath-school-reader-reflection-title {
  margin: 0;
  font-size: calc(1.02rem * var(--sabbath-school-reader-font-scale));
  line-height: 1.24;
  color: #463515;
}

.sabbath-school-reader-reflection-status {
  justify-self: start;
  font-size: calc(0.74rem * var(--sabbath-school-reader-font-scale));
  font-weight: 700;
  color: #6f5b28;
}

.sabbath-school-reader-reflection-status.is-not_started {
  color: #7c6940;
}

.sabbath-school-reader-reflection-status.is-in_progress {
  color: #8f6b1b;
}

.sabbath-school-reader-reflection-status.is-completed {
  color: #3e7d4c;
}

.sabbath-school-reader-reflection-privacy-note {
  margin: 0;
  padding: 9px 11px;
  border-radius: 14px;
  border: 1px solid rgba(183, 160, 118, 0.18);
  background: rgba(255, 248, 231, 0.92);
  font-size: calc(0.78rem * var(--sabbath-school-reader-font-scale));
  line-height: 1.45;
  color: #6b5831;
}

.sabbath-school-reader-reflection-status-text {
  margin: 0;
  font-size: calc(0.82rem * var(--sabbath-school-reader-font-scale));
  line-height: 1.5;
  color: #5f5334;
}

.sabbath-school-reader-reflection-prompts {
  gap: 10px;
}

.sabbath-school-reader-reflection-prompt {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px 13px;
  border-radius: 16px;
  border: 1px solid rgba(178, 155, 114, 0.18);
  background: rgba(255, 251, 242, 0.88);
  cursor: pointer;
}

.sabbath-school-reader-reflection-prompt.is-checked {
  border-color: rgba(95, 150, 104, 0.26);
  background: linear-gradient(180deg, rgba(239, 248, 236, 0.98), rgba(227, 242, 224, 0.94));
}

.sabbath-school-reader-reflection-checkbox {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  border: 1.6px solid rgba(156, 127, 58, 0.38);
  background: rgba(255, 255, 255, 0.92);
  display: grid;
  place-items: center;
  color: transparent;
  font-size: 0.9rem;
  line-height: 1;
  margin-top: 2px;
}

.sabbath-school-reader-reflection-prompt.is-checked .sabbath-school-reader-reflection-checkbox {
  border-color: rgba(79, 136, 92, 0.82);
  background: rgba(79, 136, 92, 0.92);
  color: #f7fff6;
}

.sabbath-school-reader-reflection-prompt-copy {
  display: grid;
  gap: 4px;
}

.sabbath-school-reader-reflection-prompt-title {
  margin: 0;
  font-size: calc(0.92rem * var(--sabbath-school-reader-font-scale));
  line-height: calc(var(--sabbath-school-reader-copy-line-height) - 0.24);
  color: #3f3217;
}

.sabbath-school-reader-reflection-prompt-note {
  margin: 0;
  font-size: calc(0.76rem * var(--sabbath-school-reader-font-scale));
  line-height: 1.45;
  color: #6d6144;
}

.sabbath-school-reader-reflection-form {
  gap: 12px;
}

.sabbath-school-reader-reflection-field {
  gap: 7px;
}

.sabbath-school-reader-reflection-note-input,
.sabbath-school-reader-reflection-select {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(176, 150, 106, 0.18);
  background: rgba(255, 252, 245, 0.92);
  color: #372c15;
  font: inherit;
}

.sabbath-school-reader-reflection-note-input {
  min-height: 108px;
  padding: 12px 13px;
  resize: vertical;
  font-size: calc(0.87rem * var(--sabbath-school-reader-font-scale));
  line-height: calc(var(--sabbath-school-reader-copy-line-height) - 0.1);
}

.sabbath-school-reader-reflection-select {
  min-height: 46px;
  padding: 0 12px;
  font-size: calc(0.84rem * var(--sabbath-school-reader-font-scale));
}

.sabbath-school-reader-reflection-actions,
.sabbath-school-reader-reflection-history-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.sabbath-school-reader-reflection-action,
.sabbath-school-reader-reflection-history-open {
  min-height: 36px;
}

.sabbath-school-reader-reflection-action.is-finished {
  border-color: rgba(95, 150, 104, 0.24);
  background: rgba(229, 244, 224, 0.86);
  color: #356f44;
}

.sabbath-school-reader-reflection-sync.is-pending {
  color: #8a6212;
}

.sabbath-school-reader-reflection-sync.is-success {
  color: #356f44;
}

.sabbath-school-reader-reflection-sync.is-error {
  color: #a24738;
}

.sabbath-school-reader-reflection-secondary {
  gap: 12px;
}

.sabbath-school-reader-reflection-detail-card {
  border: 1px solid rgba(186, 166, 123, 0.18);
  border-radius: 18px;
  background: rgba(255, 252, 245, 0.7);
  gap: 0;
  overflow: hidden;
}

.sabbath-school-reader-reflection-detail-head {
  padding: 14px 15px;
}

.sabbath-school-reader-reflection-detail-copy,
.sabbath-school-reader-reflection-history-copy {
  gap: 4px;
  min-width: 0;
}

.sabbath-school-reader-reflection-detail-toggle {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(186, 166, 123, 0.2);
  background: rgba(255, 248, 230, 0.76);
  color: #7b5d19;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
}

.sabbath-school-reader-reflection-detail-body {
  gap: 12px;
  padding: 0 15px 15px;
}

.sabbath-school-reader-reflection-history-list {
  gap: 10px;
}

.sabbath-school-reader-reflection-history-card {
  gap: 10px;
  padding: 12px 13px;
  border-radius: 16px;
  border: 1px solid rgba(183, 158, 107, 0.16);
  background: linear-gradient(180deg, rgba(255, 251, 242, 0.94), rgba(250, 245, 232, 0.9));
}

.sabbath-school-reader-reflection-history-card.is-active-week:not(.is-in_progress):not(.is-completed) {
  box-shadow: inset 0 0 0 1px rgba(145, 120, 58, 0.08);
}

.sabbath-school-reader-reflection-history-card.is-quarter-overview:not(.is-in_progress):not(.is-completed) {
  border-color: rgba(141, 151, 126, 0.18);
  background: linear-gradient(180deg, rgba(252, 251, 245, 0.96), rgba(245, 244, 236, 0.92));
}

.sabbath-school-reader-reflection-history-card.is-in_progress {
  border-color: rgba(181, 136, 36, 0.22);
  background: linear-gradient(180deg, rgba(255, 248, 225, 0.98), rgba(255, 240, 194, 0.94));
}

.sabbath-school-reader-reflection-history-card.is-completed {
  border-color: rgba(92, 149, 102, 0.24);
  background: linear-gradient(180deg, rgba(238, 249, 235, 0.98), rgba(223, 243, 219, 0.94));
}

.sabbath-school-reader-reflection-history-summary,
.sabbath-school-reader-reflection-history-progress-label,
.sabbath-school-reader-reflection-history-progress-value {
  margin: 0;
}

.sabbath-school-reader-reflection-history-summary {
  font-size: calc(0.82rem * var(--sabbath-school-reader-font-scale));
  line-height: 1.5;
  color: #5f5233;
}

.sabbath-school-reader-reflection-history-progress-list,
.sabbath-school-reader-reflection-history-progress-item {
  display: grid;
}

.sabbath-school-reader-reflection-history-progress-list {
  gap: 10px;
}

.sabbath-school-reader-reflection-history-progress-item {
  gap: 6px;
}

.sabbath-school-reader-reflection-history-progress-head,
.sabbath-school-reader-reflection-history-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.sabbath-school-reader-reflection-history-progress-label,
.sabbath-school-reader-reflection-history-progress-value {
  font-size: calc(0.74rem * var(--sabbath-school-reader-font-scale));
  line-height: 1.35;
}

.sabbath-school-reader-reflection-history-progress-label {
  color: #7f6840;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.sabbath-school-reader-reflection-history-progress-value {
  color: #4c3c1a;
  font-weight: 760;
}

.sabbath-school-reader-reflection-history-progress-track {
  position: relative;
  overflow: hidden;
  min-height: 10px;
  border-radius: 999px;
  background: rgba(182, 160, 117, 0.16);
  box-shadow: inset 0 1px 1px rgba(110, 86, 34, 0.06);
}

.sabbath-school-reader-reflection-history-progress-fill {
  display: block;
  height: 100%;
  min-width: 10px;
  border-radius: inherit;
}

.sabbath-school-reader-reflection-history-progress-fill.is-covered {
  background: linear-gradient(90deg, rgba(215, 182, 92, 0.95), rgba(198, 150, 39, 0.96));
}

.sabbath-school-reader-reflection-history-progress-fill.is-completed {
  background: linear-gradient(90deg, rgba(112, 167, 103, 0.95), rgba(71, 134, 78, 0.98));
}

.sabbath-school-reader-reflection-history-title {
  margin: 0;
  font-size: calc(0.92rem * var(--sabbath-school-reader-font-scale));
  line-height: 1.3;
  color: #453515;
}

.sabbath-school-reader-reflection-quarter-trend {
  display: grid;
  gap: 8px;
}

.sabbath-school-reader-reflection-quarter-trend-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.sabbath-school-reflection-chip.is-current-lesson {
  border-width: 2px;
  box-shadow: inset 0 0 0 1px rgba(120, 90, 27, 0.08);
}

@media (max-width: 768px) {
  #sabbathSchoolDemoCard {
    min-height: clamp(260px, 72vw, 380px);
  }

  #sabbathSchoolLaunchHero {
    min-height: clamp(150px, 34vw, 192px);
    padding: 12px 12px 0;
  }

  #openSabbathSchoolReaderBtn.sabbath-school-launch-open-btn {
    height: clamp(150px, 34vw, 192px);
  }

  #sabbathSchoolLaunchHero .sabbath-school-launch-copy {
    max-width: min(100%, 232px);
  }

  #sabbathSchoolLaunchHero .sabbath-school-demo-title {
    font-size: clamp(1.08rem, 6vw, 1.34rem);
  }

  .sabbath-school-reader-reflection-head {
    flex-direction: column;
  }

  .sabbath-school-reader-reflection-toggle {
    max-width: 100%;
  }

  .sabbath-school-reflection-strip {
    gap: 6px;
  }

  .sabbath-school-reflection-cell-button,
  .sabbath-school-reflection-cell-indicator {
    min-height: 42px;
    padding-inline: 2px;
  }
}

@media (max-width: 640px) {
  #sabbathSchoolDailyQuestionReminderHome {
    padding-bottom: 0;
  }

  #sabbathSchoolDemoReflectionHome {
    padding-inline: 12px;
    padding-bottom: 0;
  }

  .sabbath-school-reflection-strip {
    gap: 4px;
  }

  .sabbath-school-reflection-cell-button,
  .sabbath-school-reflection-cell-indicator {
    min-height: 48px;
    padding: 6px 2px 5px;
    border-radius: 16px;
  }

  .sabbath-school-reflection-cell-date {
    font-size: 0.68rem;
    line-height: 1.1;
  }

  .sabbath-school-reflection-cell-token {
    font-size: 0.56rem;
    letter-spacing: 0.05em;
  }

  .sabbath-school-reflection-day-badge {
    top: -4px;
    right: -1px;
    min-width: 15px;
    height: 15px;
    font-size: 0.5rem;
  }
}

@media (max-width: 430px) {
  #sabbathSchoolLaunchHero {
    min-height: 136px;
    padding: 10px 12px 0;
  }

  #openSabbathSchoolReaderBtn.sabbath-school-launch-open-btn {
    height: 136px;
  }

  #sabbathSchoolLaunchHero .sabbath-school-launch-copy {
    max-width: min(100%, 218px);
  }

  #sabbathSchoolLaunchHero .sabbath-school-demo-title {
    font-size: clamp(1.02rem, 6.1vw, 1.24rem);
  }
}
