/* ── Telluna Interactive Blocks ── */

.telluna-block {
  margin: 2rem 0;
  border-radius: 10px;
  overflow: hidden;
}

/* ── Block: Poll ── */

.telluna-block[data-block="poll"] {
  background: rgba(196, 168, 130, 0.04);
  border: 1px solid rgba(196, 168, 130, 0.12);
  padding: 1.2rem 1.4rem;
}

.poll-question {
  font-size: 0.92rem;
  color: #E8E4DF;
  line-height: 1.5;
  margin-bottom: 0.8rem;
  font-weight: 500;
}

.poll-options {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.poll-option {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 6px;
  padding: 0.6rem 1rem;
  cursor: pointer;
  transition: all 0.15s;
  font-size: 0.86rem;
  color: #d1d5db;
  line-height: 1.4;
}

.poll-option:hover {
  border-color: rgba(196, 168, 130, 0.25);
  background: rgba(196, 168, 130, 0.05);
  color: #E8E4DF;
}

/* Results */
.poll-results {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.poll-result {
  position: relative;
  border-radius: 6px;
  padding: 0.55rem 1rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.poll-result-voted {
  border-color: rgba(196, 168, 130, 0.3);
}

.poll-result-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(196, 168, 130, 0.1);
  border-radius: 6px;
  transition: width 0.4s ease;
}

.poll-result-voted .poll-result-bar {
  background: rgba(196, 168, 130, 0.15);
}

.poll-result-text {
  position: relative;
  font-size: 0.84rem;
  color: #d1d5db;
}

.poll-result-voted .poll-result-text {
  color: #E8E4DF;
  font-weight: 500;
}

.poll-result-pct {
  position: relative;
  font-size: 0.8rem;
  color: #94a3b8;
  font-weight: 600;
  min-width: 2.5rem;
  text-align: right;
}

.poll-result-voted .poll-result-pct {
  color: #C4A882;
}

.poll-total {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #64748b;
}

.poll-reveal {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(196, 168, 130, 0.1);
  font-size: 0.85rem;
  color: #94a3b8;
  line-height: 1.5;
}

/* ── Block: What Would You Do? (Reveal) ── */

.telluna-block[data-block="what-would-you-do"] {
  background: rgba(196, 168, 130, 0.04);
  border: 1px solid rgba(196, 168, 130, 0.12);
  padding: 1.2rem 1.4rem;
}

.wwyd-header {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 0.75rem;
  color: #C4A882;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.wwyd-scenario {
  font-size: 0.92rem;
  color: #E8E4DF;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.wwyd-options {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.wwyd-option {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 6px;
  padding: 0.65rem 1rem;
  cursor: pointer;
  transition: all 0.15s;
  font-size: 0.88rem;
  color: #d1d5db;
  line-height: 1.4;
}

.wwyd-option:hover {
  border-color: rgba(196, 168, 130, 0.25);
  background: rgba(196, 168, 130, 0.05);
  color: #E8E4DF;
}

.wwyd-choice {
  font-size: 0.9rem;
  color: #E8E4DF;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}

.wwyd-choice-label {
  color: #C4A882;
  font-weight: 500;
}

.wwyd-reveal {
  font-size: 0.88rem;
  line-height: 1.5;
  color: #94a3b8;
}

.wwyd-retry {
  display: inline-block;
  margin-top: 0.8rem;
  background: none;
  border: none;
  color: #64748b;
  font-size: 0.78rem;
  cursor: pointer;
  padding: 0;
  transition: color 0.15s;
}

.wwyd-retry:hover {
  color: #C4A882;
}

/* ── Block: Telluna Reveal ── */

.telluna-reveal {
  background: none;
  border: none;
  padding: 0;
}

.telluna-reveal-heading {
  font-family: 'Noto Serif', serif;
  font-size: 30px;
  line-height: 2.6rem;
  color: #D4CFC8;
  margin-bottom: 1.2rem;
}

.reveal-narration {
  font-family: 'Noto Sans', sans-serif;
  font-size: 17px;
  line-height: 1.8rem;
  color: #B0AAA3;
  margin-bottom: 1.5rem;
  font-weight: 200;
  letter-spacing: 0.3px;
}

.reveal-section {
  margin-bottom: 2.5rem;
  padding: 1.4rem 1.6rem;
  background: rgba(196, 168, 130, 0.03);
  border: 1px solid rgba(196, 168, 130, 0.1);
  border-radius: 12px;
}

.reveal-section-label {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #C4A882;
  margin-bottom: 0.8rem;
}

.reveal-section-title {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #E8E4DF;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.reveal-section-body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  line-height: 1.7rem;
  color: #94a3b8;
  font-weight: 300;
}

.reveal-section-body p {
  margin-bottom: 0.8rem;
}

.reveal-section-body p:last-child {
  margin-bottom: 0;
}

/* Arc beats */
.reveal-arc {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 0.8rem;
}

.reveal-arc-beat {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.reveal-arc-beat-num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(196, 168, 130, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #C4A882;
  flex-shrink: 0;
}

.reveal-arc-beat-text {
  font-size: 15px;
  color: #B0AAA3;
  flex: 1;
}

.reveal-arc-beat-bar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  min-width: 120px;
}

.reveal-arc-beat-emotion {
  font-size: 12px;
  color: #6B6560;
  min-width: 65px;
  text-align: right;
}

.reveal-arc-bar-track {
  width: 60px;
  height: 6px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 3px;
  overflow: hidden;
}

.reveal-arc-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #C4A882, #D4CFC8);
  border-radius: 3px;
}

.reveal-arc-beat.peak .reveal-arc-beat-num {
  background: rgba(196, 168, 130, 0.25);
}

.reveal-arc-beat.peak .reveal-arc-beat-text {
  color: #E8E4DF;
  font-weight: 400;
}

.reveal-arc-beat.peak .reveal-arc-bar-fill {
  background: linear-gradient(90deg, #C4A882, #e8c88a);
}

/* Story fragment */
.reveal-fragment {
  padding: 1.2rem 1.4rem;
  background: rgba(255, 255, 255, 0.02);
  border-left: 3px solid rgba(196, 168, 130, 0.25);
  border-radius: 0 8px 8px 0;
  font-family: 'Noto Serif', serif;
  font-size: 17px;
  line-height: 1.9rem;
  color: #d0ccc7;
  font-style: italic;
}

.reveal-fragment-note {
  margin-top: 0.8rem;
  font-family: 'Noto Sans', sans-serif;
  font-size: 13px;
  font-style: normal;
  color: #6B6560;
}

/* Customization */
.reveal-customize {
  padding: 0.8rem 1rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
}

.reveal-customize-item {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.3rem;
  font-size: 14px;
  color: #8A857E;
}

.reveal-customize-item:last-child {
  margin-bottom: 0;
}

.reveal-customize-item .dot {
  color: #C4A882;
  font-size: 10px;
}

/* Role line */
.reveal-role-line {
  font-family: 'Noto Serif', serif;
  font-size: 16px;
  font-style: italic;
  color: #C4A882;
  text-align: center;
  margin: 1.5rem 0;
  line-height: 1.6;
}

/* CTA */
.reveal-cta {
  margin-top: 2.5rem;
  text-align: center;
  padding: 1.5rem;
}

.reveal-cta-text {
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  color: #94a3b8;
  margin-bottom: 1rem;
  line-height: 1.6rem;
}

.reveal-cta-button {
  display: inline-block;
  padding: 0.8rem 2rem;
  background: rgba(196, 168, 130, 0.12);
  border: 1px solid rgba(196, 168, 130, 0.3);
  border-radius: 8px;
  color: #E8E4DF;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.2s;
}

.reveal-cta-button:hover {
  background: rgba(196, 168, 130, 0.18);
  border-color: rgba(196, 168, 130, 0.5);
  color: #fff;
}

.reveal-cta-sub {
  margin-top: 0.6rem;
  font-size: 13px;
  color: #6B6560;
}

/* Responsive */
@media (max-width: 768px) {
  .telluna-reveal-heading {
    font-size: 24px;
    line-height: 2.2rem;
  }

  .reveal-section {
    padding: 1rem 1.2rem;
  }

  .reveal-arc-beat {
    flex-wrap: wrap;
    gap: 0.4rem;
  }

  .reveal-arc-beat-bar {
    margin-left: 34px;
    min-width: unset;
  }

  .reveal-cta-button {
    display: block;
    width: 100%;
  }
}

/* ── Block: Telluna Reveal — Compact (returning visitors) ── */

.telluna-reveal-compact {
  padding: 1.6rem 1.8rem;
  background: rgba(196, 168, 130, 0.03);
  border: 1px solid rgba(196, 168, 130, 0.1);
  border-radius: 12px;
}

.compact-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.compact-label {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #C4A882;
}

.compact-age-badge {
  font-size: 11px;
  padding: 3px 8px;
  background: rgba(196, 168, 130, 0.1);
  border: 1px solid rgba(196, 168, 130, 0.15);
  border-radius: 4px;
  color: #C4A882;
  font-family: 'Lexend Deca', sans-serif;
}

.compact-different {
  margin-bottom: 1rem;
  padding: 0.6rem 0.8rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.compact-different-text {
  font-size: 13px;
  color: #B0AAA3;
}

.compact-different-text strong {
  color: #E8E4DF;
}

.compact-different-note {
  font-size: 11px;
  color: #6B6560;
}

.compact-mechanism {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #E8E4DF;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.compact-desc {
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6rem;
  color: #94a3b8;
  font-weight: 300;
  margin-bottom: 1.2rem;
}

.compact-fragment {
  padding: 1rem 1.2rem;
  background: rgba(255, 255, 255, 0.02);
  border-left: 3px solid rgba(196, 168, 130, 0.2);
  border-radius: 0 8px 8px 0;
  font-family: 'Noto Serif', serif;
  font-size: 16px;
  line-height: 1.8rem;
  color: #d0ccc7;
  font-style: italic;
  margin-bottom: 1.2rem;
}

.compact-meta {
  font-size: 13px;
  color: #6B6560;
  margin-bottom: 1.2rem;
}

.compact-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.compact-cta-button {
  display: inline-block;
  padding: 0.6rem 1.5rem;
  background: rgba(196, 168, 130, 0.12);
  border: 1px solid rgba(196, 168, 130, 0.3);
  border-radius: 8px;
  color: #E8E4DF;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
}

.compact-cta-button:hover {
  background: rgba(196, 168, 130, 0.18);
  border-color: rgba(196, 168, 130, 0.5);
  color: #fff;
}

.compact-cta-note {
  font-size: 12px;
  color: #6B6560;
}

@media (max-width: 768px) {
  .compact-cta {
    flex-direction: column;
    align-items: stretch;
    gap: 0.6rem;
  }

  .compact-cta-button {
    text-align: center;
  }

  .compact-cta-note {
    text-align: center;
  }
}

/* ── Block: Trap — "What feels right but backfires" ── */

.telluna-trap {
  background: none;
  border: none;
  padding: 0;
}

.trap-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #DCA050;
  margin-bottom: 1.2rem;
}

.trap-header-icon {
  font-size: 16px;
}

/* Trap cards */
.trap-card {
  margin-bottom: 1rem;
  padding: 1.2rem 1.4rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
}

.trap-card-harmful {
  border-color: rgba(220, 160, 80, 0.15);
}

.trap-card-action {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #E8E4DF;
  margin-bottom: 0.5rem;
}

.trap-card-tonight {
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6rem;
  color: #94a3b8;
  font-weight: 300;
}

/* Trajectory box (harmful traps only) */
.trap-card-trajectory {
  margin-top: 1rem;
  padding: 1rem 1.2rem;
  background: rgba(220, 160, 80, 0.04);
  border: 1px solid rgba(220, 160, 80, 0.12);
  border-radius: 8px;
}

.trap-trajectory-label {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #DCA050;
  margin-bottom: 0.6rem;
}

.trap-trajectory-text {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5rem;
  color: rgba(220, 160, 80, 0.8);
  font-weight: 300;
  margin-bottom: 0.6rem;
}

.trap-trajectory-scene {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5rem;
  color: #DCA050;
  font-weight: 500;
}

/* Risk tag */
.trap-risk-tag {
  display: inline-block;
  margin-top: 0.8rem;
  padding: 0.2rem 0.6rem;
  background: rgba(220, 160, 80, 0.08);
  border: 1px solid rgba(220, 160, 80, 0.2);
  border-radius: 4px;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 11px;
  color: #DCA050;
}

/* Release line */
.trap-release {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6rem;
  color: #8A857E;
  font-style: italic;
  font-weight: 300;
}

@media (max-width: 768px) {
  .trap-card {
    padding: 1rem 1.1rem;
  }

  .trap-card-trajectory {
    padding: 0.8rem 1rem;
  }
}

/* ── Block: Age-Adaptive Card ── */

.telluna-age-card {
  background: rgba(196, 168, 130, 0.03);
  border: 1px solid rgba(196, 168, 130, 0.1);
  border-radius: 12px;
  padding: 1.4rem 1.6rem;
}

.age-card-title {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #E8E4DF;
  margin-bottom: 1rem;
}

/* Age selector buttons */
.age-card-selector {
  display: flex;
  gap: 0.3rem;
  margin-bottom: 1.2rem;
  flex-wrap: wrap;
}

.age-card-btn {
  padding: 0.4rem 0.8rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  color: #8A857E;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.15s;
}

.age-card-btn:hover {
  border-color: rgba(196, 168, 130, 0.25);
  color: #D4CFC8;
}

.age-card-btn.active {
  background: rgba(196, 168, 130, 0.12);
  border-color: rgba(196, 168, 130, 0.3);
  color: #E8E4DF;
  font-weight: 500;
}

/* Content area */
.age-card-content {
  min-height: 60px;
}

.age-card-age-label {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #C4A882;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

/* Groups */
.age-card-group {
  margin-bottom: 1rem;
}

.age-card-group:last-child {
  margin-bottom: 0;
}

.age-card-group-label {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0.4rem;
}

.age-card-group-label.cant-label {
  color: #e87171;
}

.age-card-group-label.partial-label {
  color: #DCA050;
}

.age-card-group-label.can-label {
  color: #6ee7a0;
}

/* Items */
.age-card-item {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5rem;
  color: #B0AAA3;
  font-weight: 300;
  padding: 0.35rem 0;
  padding-left: 1rem;
  position: relative;
}

.age-card-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.cant-item::before {
  background: rgba(232, 113, 113, 0.5);
}

.partial-item::before {
  background: rgba(220, 160, 80, 0.5);
}

.can-item::before {
  background: rgba(110, 231, 160, 0.5);
}

@media (max-width: 768px) {
  .telluna-age-card {
    padding: 1rem 1.2rem;
  }

  .age-card-btn {
    padding: 0.35rem 0.6rem;
    font-size: 12px;
  }
}

/* ── Block: Decoder — "What's Really Happening" ── */

.telluna-decoder {
  background: rgba(196, 168, 130, 0.03);
  border: 1px solid rgba(196, 168, 130, 0.1);
  border-radius: 12px;
  padding: 1.4rem 1.6rem;
}

.decoder-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #C4A882;
  margin-bottom: 1.2rem;
}

.decoder-header-icon {
  font-size: 16px;
}

/* Two perspectives */
.decoder-perspectives {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
}

.decoder-perspective {
  padding: 0.8rem 1rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.decoder-perspective-label {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6B6560;
  margin-bottom: 0.4rem;
}

.decoder-label-real {
  color: #C4A882;
}

.decoder-perspective-text {
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6rem;
  color: #94a3b8;
  font-weight: 300;
}

.decoder-text-real {
  color: #B0AAA3;
}

/* World model */
.decoder-world-model {
  margin-bottom: 1.2rem;
  padding: 0.8rem 1rem;
  background: rgba(196, 168, 130, 0.04);
  border-left: 3px solid rgba(196, 168, 130, 0.2);
  border-radius: 0 8px 8px 0;
}

.decoder-world-model-label {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #C4A882;
  margin-bottom: 0.4rem;
}

.decoder-world-model-text {
  font-family: 'Noto Serif', serif;
  font-size: 15px;
  line-height: 1.6rem;
  color: #d0ccc7;
  font-style: italic;
}

/* Cannot list */
.decoder-cannot {
  margin-bottom: 1.2rem;
}

.decoder-cannot-label {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #e87171;
  margin-bottom: 0.4rem;
}

.decoder-cannot-item {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5rem;
  color: #94a3b8;
  font-weight: 300;
  padding: 0.25rem 0;
  padding-left: 1rem;
  position: relative;
}

.decoder-cannot-item::before {
  content: '•';
  position: absolute;
  left: 0;
  color: rgba(232, 113, 113, 0.6);
}

/* Conclusion */
.decoder-conclusion {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.decoder-not {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5rem;
  color: #6B6560;
  margin-bottom: 0.4rem;
}

.decoder-not-label {
  font-weight: 500;
  color: #8A857E;
}

.decoder-is {
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;
  line-height: 1.5rem;
  color: #E8E4DF;
  font-weight: 400;
}

.decoder-is-label {
  font-weight: 500;
  color: #C4A882;
}

@media (max-width: 768px) {
  .telluna-decoder {
    padding: 1rem 1.2rem;
  }
}


/* ── Block: Quote ("Not a Little Adult") ── */

.telluna-block[data-block="quote"] {
  background: rgba(196, 168, 130, 0.03);
  border-left: 3px solid rgba(196, 168, 130, 0.4);
  padding: 1.4rem 1.6rem;
  font-size: 1.05rem;
  font-style: italic;
  color: #E8E4DF;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.01em;
}

/* Style variant: not-a-little-adult — slightly warmer */
.telluna-quote.quote-not-a-little-adult {
  border-left-color: rgba(220, 160, 80, 0.5);
  background: rgba(220, 160, 80, 0.03);
  color: rgba(232, 228, 223, 0.95);
}
