        .main-content {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 40px;
            margin-top: 30px;
        }
        
        @media (max-width: 900px) {
            .main-content {
                grid-template-columns: 1fr;
            }
        }
        
        .reflexao-content {
            background: white;
            padding: 40px;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        }
        
        .content-section {
            margin-bottom: 40px;
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
        }
        
        .content-section h2 {
            color: #1e3c72;
            font-size: 1.8em;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 3px solid #e6f0ff;
            position: relative;
        }
        
        .content-section h2::after {
            content: "";
            position: absolute;
            bottom: -3px;
            left: 0;
            width: 100px;
            height: 3px;
            background: #2a5298;
        }
        
        .content-section p {
            margin-bottom: 20px;
            font-size: 1.1em;
            line-height: 1.8;
        }
        
        .highlight-box {
            background: linear-gradient(to right, #e6f0ff, #f0f7ff);
            border-left: 5px solid #2a5298;
            padding: 25px;
            margin: 30px 0;
            border-radius: 0 10px 10px 0;
        }
        
        .highlight-box p {
            margin: 0;
            font-size: 1.2em;
            font-style: italic;
            color: #1e3c72;
        }
        
        /* Texto bíblico (inicialmente oculto) */
        .bible-text-section {
            margin: 50px 0;
            background: #fff9e6;
            border: 1px solid #ffeaa7;
            border-radius: 15px;
            overflow: hidden;
            display: none; /* OCULTO inicialmente */
        }
        
        .bible-text-section.show {
            display: block;
            animation: slideDown 0.5s ease;
        }
        
        @keyframes slideDown {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .bible-header {
            background: #2a5298;
            color: white;
            padding: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .bible-title {
            font-size: 1.5em;
            font-weight: 600;
        }
        
        .bible-version {
            font-size: 0.9em;
            opacity: 0.9;
        }
        
        .bible-verses {
            padding: 30px;
            font-size: 1.15em;
            line-height: 1.9;
        }
        
        .verse {
            margin-bottom: 25px;
            padding: 15px;
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
            transition: transform 0.3s;
        }
        
        /* .verse:hover {
            transform: translateX(5px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        } */
        
        .verse-number {
            display: inline-block;
            background: #2a5298;
            color: white;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            text-align: center;
            line-height: 32px;
            margin-right: 15px;
            font-weight: bold;
            font-size: 0.9em;
        }
        
        /* Botão para mostrar texto bíblico */
        .toggle-bible-btn {
            display: block;
            width: 100%;
            max-width: 500px;
            margin: 30px auto;
            padding: 18px 30px;
            background: linear-gradient(135deg, #1e3c72, #2a5298);
            color: white;
            border: none;
            border-radius: 12px;
            font-size: 1.1em;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            text-align: center;
            box-shadow: 0 5px 15px rgba(42, 82, 152, 0.3);
        }
        
        .toggle-bible-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(42, 82, 152, 0.4);
            background: linear-gradient(135deg, #2a5298, #3a62a8);
        }
        
        .toggle-bible-btn:active {
            transform: translateY(0);
        }
        
        .toggle-bible-btn .icon {
            margin-left: 10px;
            transition: transform 0.3s;
        }
        
        .toggle-bible-btn.expanded .icon {
            transform: rotate(180deg);
        }

        blockquote {
  padding: 1.5rem 2rem;
  margin: 2rem 0;
  background: #f8fafc; /* fundo claro suave */
  border-left: 6px solid #1e3a8a; /* azul profundo estilo título */
  border-radius: 0 12px 12px 0;
  font-size: 1.15rem;
  line-height: 1.7;
  color: #1f2937; /* cinza escuro elegante */
  font-style: italic;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
}

blockquote p {
  margin: 0; /* limpa o espaçamento interno */
}

.psalm-editorial-page {
  --editorial-ink: #24313f;
  --editorial-muted: #667085;
  --editorial-line: #e5e7eb;
  --editorial-paper: #ffffff;
  --editorial-wash: #f6f8fb;
  --editorial-blue: #274c77;
  --editorial-green: #2f6f4e;
  --editorial-gold: #b88a2d;
  color: var(--editorial-ink);
}

.psalm-editorial-hero {
  background: var(--editorial-paper);
  border: 1px solid var(--editorial-line);
  border-radius: 8px;
  padding: 28px;
  margin: 18px 0 24px;
  padding-right: 86px;
  position: relative;
}

.psalm-editorial-hero h1 {
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 750;
  line-height: 1.08;
  margin-bottom: 14px;
  color: var(--editorial-ink);
}

.editorial-kicker,
.section-heading p {
  color: var(--editorial-gold);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.editorial-lead {
  color: #384657;
  font-size: 1.12rem;
  line-height: 1.75;
  max-width: 760px;
}

.editorial-mood {
  color: var(--editorial-blue);
  font-weight: 650;
}

.editorial-note {
  color: var(--editorial-muted);
  font-size: 0.92rem;
  margin-bottom: 0.95rem;
}

.psalm-favorite-top {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2;
}

.psalm-favorite-top form,
.psalm-favorite-top .button_to {
  margin: 0;
}

.psalm-favorite-button {
  align-items: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  color: #98a2b3;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  width: 36px;
}

.psalm-favorite-button:hover {
  background: #fff7f8;
  border-color: #f2c7ce;
  color: #dc3545;
}

.psalm-favorite-button span {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  line-height: 1;
}

.favorite-heart-svg {
  display: block;
  fill: transparent;
  height: 18px;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 18px;
}

.favorite-heart-filled .favorite-heart-svg {
  fill: currentColor;
}

.psalm-favorite-button.is-favorited {
  border-color: #f2c7ce;
  color: #dc3545;
}

.psalm-favorite-count {
  margin: -4px 0 14px;
}

#texto-biblico,
#meditacao,
#oracao,
#contexto,
#explicacao,
#entenda,
#meditar,
#leitura-rapida {
  scroll-margin-top: 14px;
}

.editorial-panel,
.support-box {
  background: var(--editorial-paper);
  border: 1px solid var(--editorial-line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(36, 49, 63, 0.04);
  margin-bottom: 22px;
  padding: 24px;
}

.section-heading {
  border-bottom: 1px solid var(--editorial-line);
  margin-bottom: 18px;
  padding-bottom: 14px;
}

.section-heading h2,
.sidebar-panel h2,
.support-box h3 {
  color: var(--editorial-ink);
  font-size: 1.22rem;
  font-weight: 720;
  line-height: 1.25;
  margin-bottom: 0;
}

.key-verse-list,
.verse-context-list,
.scripture-list {
  display: grid;
  gap: 10px;
}

.key-verse-item,
.verse-context-row,
.scripture-row {
  border: 1px solid var(--editorial-line);
  border-radius: 8px;
  color: var(--editorial-ink);
  display: block;
  padding: 14px 16px;
  text-decoration: none;
}

.key-verse-item:hover,
.verse-context-row:hover,
.scripture-row:hover {
  border-color: #bfd0e0;
  color: var(--editorial-blue);
  text-decoration: none !important;
}

.key-verse-item span,
.verse-context-row span {
  color: var(--editorial-muted);
  display: block;
  font-size: 0.86rem;
  margin-bottom: 6px;
}

.key-verse-item strong,
.verse-context-row strong {
  display: block;
  font-weight: 550;
  line-height: 1.65;
}

.scripture-row {
  align-items: flex-start;
  display: grid;
  gap: 14px;
  grid-template-columns: 34px 1fr;
  line-height: 1.7;
}

.scripture-number {
  align-items: center;
  background: #eef4f8;
  border-radius: 999px;
  color: var(--editorial-blue);
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 750;
  height: 30px;
  justify-content: center;
  width: 30px;
}

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

.reflection-question-list li {
  background: var(--editorial-wash);
  border-left: 4px solid var(--editorial-gold);
  border-radius: 6px;
  padding: 12px 14px;
}

.generated-reflection h2,
.generated-reflection h3 {
  color: var(--editorial-blue);
  font-size: 1.22rem;
  margin-top: 22px;
}

.generated-reflection p,
.generated-reflection li,
.editorial-panel p {
  line-height: 1.76;
}

.prayer-panel {
  background: #f8fbf7;
  border-color: #dce9df;
}

.curated-note {
  background: #fbfaf7;
  border-color: #eadfca;
}

.curated-note-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.curated-note-grid > div {
  background: #fff;
  border: 1px solid #efe6d8;
  border-radius: 8px;
  padding: 16px;
}

.curated-note-grid .curated-note-main {
  grid-column: 1 / -1;
}

.curated-note h3 {
  color: var(--editorial-blue);
  font-size: 0.98rem;
  font-weight: 750;
  margin-bottom: 8px;
}

.curated-note p {
  color: #475467;
  margin-bottom: 0;
}

.editorial-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 18px;
}

.verse-sidebar-column .editorial-sidebar {
  margin-top: 22px;
}

.sidebar-panel {
  background: var(--editorial-paper);
  border: 1px solid var(--editorial-line);
  border-radius: 8px;
  padding: 20px;
}

.verse-secondary-links {
  width: 100%;
}

.sidebar-panel blockquote {
  background: transparent;
  border-left: 4px solid var(--editorial-green);
  box-shadow: none;
  margin: 14px 0 0;
  padding: 0 0 0 16px;
}

.sidebar-panel blockquote p {
  font-size: 0.98rem;
  font-style: normal;
  line-height: 1.7;
}

.sidebar-panel blockquote footer {
  color: var(--editorial-muted);
  font-size: 0.9rem;
  margin-top: 10px;
}

.next-prev-links,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-actions {
  margin-top: 1.15rem;
}

.mobile-reading-jump {
  display: none;
}

.next-prev-links a {
  border: 1px solid var(--editorial-line);
  border-radius: 8px;
  color: var(--editorial-blue);
  flex: 1;
  font-weight: 650;
  min-width: 110px;
  padding: 10px 12px;
  text-align: center;
  text-decoration: none;
}

.sidebar-link-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

.sidebar-link-list a {
  color: var(--editorial-blue);
  text-decoration: none;
}

.related-verse-list a {
  display: grid;
  gap: 4px;
}

.related-verse-list span {
  font-weight: 700;
}

.related-verse-list small {
  color: var(--editorial-muted);
  line-height: 1.5;
}

/* Conteúdo legado inserido nas reflexões: evita o azul padrão do Bootstrap. */
.psalm-editorial-page .generated-reflection .card.my-4 .d-block {
  color: #315d4c;
  font-weight: 650;
  text-decoration-color: rgba(49, 93, 76, 0.35);
  text-underline-offset: 3px;
}

.psalm-editorial-page .generated-reflection .card.my-4 .d-block:hover,
.psalm-editorial-page .generated-reflection .card.my-4 .d-block:focus {
  color: #24483a;
  text-decoration-color: currentColor;
}

.verse-hero .editorial-lead {
  color: var(--editorial-ink);
  font-size: 1.35rem;
}

.featured-verse-hero {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbf7 100%);
  border-color: #dce9df;
}

.featured-hero-subtitle {
  color: #4f5f57;
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 0;
  max-width: 680px;
}

.featured-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.featured-hero-meta span {
  background: #eef7f0;
  border: 1px solid #d6e8d9;
  border-radius: 999px;
  color: #2f6f4e;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 7px 10px;
}

.featured-verse-header {
  align-items: flex-start;
  border-bottom: 1px solid var(--editorial-line);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 14px;
}

.featured-verse-header h2 {
  color: var(--editorial-ink);
  font-size: 1.35rem;
  font-weight: 760;
  line-height: 1.2;
  margin-bottom: 0;
}

.featured-verse-header > span {
  background: #fff7e8;
  border: 1px solid #f0dfbc;
  border-radius: 999px;
  color: #936817;
  flex-shrink: 0;
  font-size: 0.82rem;
  font-weight: 750;
  padding: 8px 11px;
}

.featured-takeaways {
  display: grid;
  gap: 10px;
}

.featured-takeaways p {
  background: #fbfaf7;
  border-left: 4px solid var(--editorial-gold);
  border-radius: 6px;
  margin: 0;
  padding: 12px 14px;
}

.featured-verse-section p:last-child {
  margin-bottom: 0;
}

.featured-verse-questions {
  background: #f8fbf7;
  border-color: #dce9df;
}

.featured-verse-tone-blue.featured-verse-insight {
  background: #f8fafc;
  border-color: #dbe6f0;
}

.featured-verse-tone-blue .featured-takeaways p {
  background: #f7fbff;
  border-left-color: var(--editorial-blue);
}

.featured-verse-tone-blue.featured-verse-questions {
  background: #f7fbff;
  border-color: #dbe6f0;
}

.featured-verse-tone-gold.featured-verse-insight {
  background: #fffdf7;
  border-color: #eadfca;
}

.featured-verse-tone-gold .featured-takeaways p {
  background: #fffaf0;
  border-left-color: var(--editorial-gold);
}

.featured-verse-tone-gold.featured-verse-questions {
  background: #fffaf0;
  border-color: #eadfca;
}

.featured-verse-questions ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 1.2rem;
}

.featured-verse-questions li {
  line-height: 1.65;
  padding-left: 4px;
}

.verse-context-row.current {
  background: #f8fbf7;
  border-color: #b8d7c2;
}

.support-box {
  background: #f8fbf7;
  border-color: #dce9df;
  text-align: center;
}

.support-box p {
  color: #4f5f57;
  line-height: 1.65;
  margin-bottom: 10px;
}

.support-kicker {
  color: var(--editorial-green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.support-value-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 16px 0;
}

.support-value-list span {
  background: #fff;
  border: 1px solid #dce9df;
  border-radius: 8px;
  color: var(--editorial-ink);
  font-weight: 700;
  padding: 8px 10px;
}

.support-value-list small {
  color: #66746b;
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
}

.btn-support {
  background: var(--editorial-green);
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 650;
  padding: 10px 18px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.btn-support:hover {
  background: #25583e;
  transform: translateY(-1px);
}

.salmo-ios-bar {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  bottom: 0;
  display: flex;
  gap: 12px;
  left: 0;
  padding: 12px 16px;
  position: fixed;
  right: 0;
  z-index: 20;
}

.salmo-ios-btn {
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  color: var(--editorial-blue);
  flex: 1;
  font-weight: 700;
  padding: 12px;
  text-align: center;
  text-decoration: none;
}

.salmo-ios-btn.disabled {
  background: #f7f7f7;
  color: #98a2b3;
}

.salmo-ios-primary {
  background: #274c77;
  border-color: #274c77;
  color: #fff;
}

@media (max-width: 768px) {
  .psalm-editorial-page {
    scroll-behavior: smooth;
  }

  .psalm-editorial-page.container {
    margin-top: 0.75rem !important;
  }

  .breadcrumb {
    font-size: 0.82rem;
    margin-bottom: 0;
    overflow-x: auto;
    white-space: nowrap;
  }

  .psalm-editorial-hero {
    margin: 10px 0 16px;
  }

  .psalm-editorial-hero h1 {
    font-size: 1.75rem;
    line-height: 1.14;
  }

  .editorial-lead {
    font-size: 1rem;
    line-height: 1.58;
  }

  .verse-hero .editorial-lead {
    font-size: 1.15rem;
  }

  .featured-verse-hero .editorial-lead {
    font-size: 1.22rem;
    line-height: 1.62;
  }

  .featured-hero-subtitle {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .featured-hero-meta {
    gap: 6px;
    margin-top: 12px;
  }

  .featured-hero-meta span {
    font-size: 0.78rem;
    padding: 6px 9px;
  }

  .psalm-editorial-hero,
  .editorial-panel,
  .support-box {
    padding: 18px;
  }

  .psalm-editorial-hero {
    padding-right: 70px;
  }

  .psalm-favorite-top {
    right: 14px;
    top: 14px;
  }

  .psalm-favorite-button {
    height: 34px;
    width: 34px;
  }

  .editorial-panel,
  .support-box {
    content-visibility: auto;
    contain-intrinsic-size: auto 420px;
    margin-bottom: 16px;
  }

  .section-heading {
    margin-bottom: 14px;
    padding-bottom: 12px;
  }

  .featured-verse-header {
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
    padding-bottom: 12px;
  }

  .featured-verse-header h2 {
    font-size: 1.22rem;
  }

  .featured-verse-header > span {
    justify-self: start;
  }

  .featured-takeaways p {
    padding: 11px 12px;
  }

  .generated-reflection p,
  .generated-reflection li,
  .editorial-panel p,
  .pillar-section p,
  .pillar-section li {
    line-height: 1.62;
  }

  .mobile-reading-jump {
    display: flex;
    gap: 8px;
    margin: 14px 0 10px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .mobile-reading-jump a {
    background: #eef4f8;
    border: 1px solid #d7e0ea;
    border-radius: 999px;
    color: var(--editorial-blue);
    flex: 1;
    font-size: 0.9rem;
    font-weight: 700;
    min-width: 86px;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
  }

  .hero-actions {
    display: grid;
    margin-top: 1rem;
  }

  .hero-actions .btn {
    min-height: 46px;
  }

  .scripture-row {
    grid-template-columns: 30px 1fr;
    line-height: 1.58;
    padding: 12px;
  }

  .editorial-sidebar {
    position: static;
  }

  .curated-note-grid {
    grid-template-columns: 1fr;
  }

  .salmo-ios-bar {
    gap: 8px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
  }

  .salmo-ios-btn {
    font-size: 0.9rem;
    padding: 12px 8px;
  }
}

.pillar-page {
  --pillar-ink: #253242;
  --pillar-muted: #667085;
  --pillar-line: #e5e7eb;
  --pillar-blue: #274c77;
  --pillar-gold: #b88a2d;
  color: var(--pillar-ink);
}

.pillar-hero,
.pillar-section {
  background: #fff;
  border: 1px solid var(--pillar-line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(36, 49, 63, 0.04);
  margin-bottom: 22px;
  padding: 26px;
}

.pillar-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 760;
  line-height: 1.08;
}

.pillar-kicker,
.pillar-card-kicker {
  color: var(--pillar-gold);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.pillar-section h2 {
  color: var(--pillar-blue);
  font-size: 1.35rem;
  font-weight: 740;
  margin-bottom: 14px;
}

.pillar-section p,
.pillar-section li {
  line-height: 1.76;
}

.pillar-section blockquote {
  background: #f8fbf7;
  border-left-color: #2f6f4e;
}

.pillar-section blockquote footer {
  color: var(--pillar-muted);
  font-size: 0.95rem;
  margin-top: 10px;
}

.pillar-card-grid,
.reading-plan-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pillar-card,
.reading-plan-card {
  border: 1px solid var(--pillar-line);
  border-radius: 8px;
  padding: 18px;
}

.pillar-card h3,
.reading-plan-card h3 {
  color: var(--pillar-ink);
  font-size: 1.05rem;
  font-weight: 750;
}

.pillar-card p,
.reading-plan-card p {
  color: #475467;
}

@media (max-width: 768px) {
  .pillar-hero,
  .pillar-section {
    padding: 18px;
  }

  .pillar-card-grid,
  .reading-plan-grid {
    grid-template-columns: 1fr;
  }
}

.mood-page {
  --mood-soft-green: #f7fbf7;
  --mood-soft-blue: #f7fbff;
  --mood-soft-gold: #fffaf0;
}

.mood-hero {
  overflow: hidden;
}

.mood-picker {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 22px;
}

.mood-chip {
  align-items: center;
  background: #fff;
  border: 1px solid var(--pillar-line);
  border-radius: 8px;
  color: var(--pillar-ink);
  cursor: pointer;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  min-height: 58px;
  padding: 10px 12px;
  text-align: left;
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.mood-chip:hover,
.mood-chip.is-active {
  background: var(--mood-soft-blue);
  border-color: #b9cde1;
  transform: translateY(-1px);
}

.mood-icon {
  align-items: center;
  background: #eef4f8;
  border: 1px solid #d7e0ea;
  border-radius: 999px;
  color: var(--pillar-blue);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1rem;
  font-weight: 800;
  height: 32px;
  justify-content: center;
  line-height: 1;
  width: 32px;
}

.mood-icon svg {
  display: block;
  height: 18px;
  width: 18px;
}

.mood-chip.is-active .mood-icon {
  background: #274c77;
  border-color: #274c77;
  color: #fff;
}

.mood-chip span:last-child {
  font-weight: 750;
  line-height: 1.15;
}

.mood-result-panel {
  margin-bottom: 22px;
}

.mood-result {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbf7 100%);
  border: 1px solid #dce9df;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(36, 49, 63, 0.04);
  display: none;
  gap: 24px;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  padding: 26px;
}

.mood-result.is-active {
  display: grid;
}

.mood-result h2 {
  color: var(--pillar-ink);
  font-size: 1.6rem;
  font-weight: 760;
  line-height: 1.15;
  margin-bottom: 12px;
}

.mood-result blockquote {
  background: #fff;
  border-left: 4px solid #2f6f4e;
  box-shadow: none;
  margin: 18px 0 0;
}

.mood-result-links {
  background: #fff;
  border: 1px solid var(--pillar-line);
  border-radius: 8px;
  padding: 18px;
}

.mood-result-links h3 {
  font-size: 1rem;
  font-weight: 760;
  margin-bottom: 12px;
}

.mood-verse-link {
  border: 1px solid var(--pillar-line);
  border-radius: 8px;
  color: var(--pillar-ink);
  display: grid;
  gap: 3px;
  margin-bottom: 10px;
  padding: 12px;
  text-decoration: none;
}

.mood-verse-link:hover {
  border-color: #b9cde1;
  color: var(--pillar-blue);
  text-decoration: none;
}

.mood-verse-link span {
  color: var(--pillar-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.mood-index-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mood-index-card {
  border: 1px solid var(--pillar-line);
  border-radius: 8px;
  padding: 18px;
}

.mood-index-heading {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.mood-index-heading h3 {
  color: var(--pillar-ink);
  font-size: 1.08rem;
  font-weight: 760;
  margin-bottom: 0;
}

.mood-index-card ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

.mood-index-card li {
  border-top: 1px solid var(--pillar-line);
  padding-top: 10px;
}

.mood-index-card li a {
  display: block;
  font-weight: 750;
  text-decoration: none;
}

.mood-index-card li span {
  color: var(--pillar-muted);
  display: block;
  font-size: 0.92rem;
  line-height: 1.45;
  margin-top: 3px;
}

.mood-how-to ol {
  display: grid;
  gap: 10px;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .mood-picker {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mood-result {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .mood-page.container {
    margin-top: 1rem !important;
  }

  .mood-picker {
    gap: 8px;
  }

  .mood-chip {
    min-height: 54px;
    padding: 9px 10px;
  }

  .mood-icon {
    height: 30px;
    width: 30px;
  }

  .mood-result {
    padding: 18px;
  }

  .mood-result h2 {
    font-size: 1.35rem;
  }

  .mood-result-links {
    padding: 14px;
  }

  .mood-index-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 380px) {
  .mood-picker {
    grid-template-columns: 1fr;
  }
}

/* Leitura do Salmo: prioriza o texto bíblico e reduz distrações visuais. */
.psalm-editorial-page:not(.verse-editorial-page) {
  --editorial-green: #315d4c;
  --editorial-green-dark: #24483a;
  --editorial-blue: #315d4c;
  --editorial-wash: #f4f8f5;
}

.psalm-editorial-page:not(.verse-editorial-page) .psalm-editorial-hero {
  background: linear-gradient(135deg, #f7fbf8 0%, #eef6f0 100%);
  border-color: #d7e7db;
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(39, 75, 61, 0.08);
  padding: clamp(1.65rem, 4vw, 2.5rem);
  padding-right: clamp(5.2rem, 10vw, 7rem);
}

.psalm-editorial-page:not(.verse-editorial-page) .editorial-kicker,
.psalm-editorial-page:not(.verse-editorial-page) .section-heading p {
  color: #967126;
  letter-spacing: 0.09em;
}

.psalm-editorial-page:not(.verse-editorial-page) .psalm-editorial-hero h1 {
  letter-spacing: -0.04em;
  max-width: 780px;
}

.psalm-editorial-page:not(.verse-editorial-page) .editorial-lead {
  color: #516257;
  margin-bottom: 1.2rem;
}

.psalm-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1.15rem;
}

.psalm-hero-meta span {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #d4e4d8;
  border-radius: 999px;
  color: #315d4c;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.42rem 0.68rem;
}

.psalm-editorial-page:not(.verse-editorial-page) .hero-actions {
  align-items: center;
  margin: 0 0 1rem;
}

.psalm-hero-primary {
  align-items: center;
  background: #315d4c;
  border: 1px solid #315d4c;
  border-radius: 9px;
  color: #fff;
  display: inline-flex;
  font-weight: 750;
  gap: 0.45rem;
  min-height: 44px;
  padding: 0.62rem 0.95rem;
}

.psalm-hero-primary:hover,
.psalm-hero-primary:focus {
  background: #24483a;
  border-color: #24483a;
  color: #fff;
}

.psalm-hero-secondary {
  color: #315d4c;
  font-size: 0.92rem;
  font-weight: 750;
  padding: 0.55rem 0.35rem;
  text-decoration: none;
}

.psalm-hero-secondary:hover {
  color: #24483a;
  text-decoration: underline;
}

.psalm-editorial-page:not(.verse-editorial-page) .psalm-favorite-count {
  margin: 0;
}

.psalm-editorial-page:not(.verse-editorial-page) .editorial-panel,
.psalm-editorial-page:not(.verse-editorial-page) .sidebar-panel {
  border-color: #e0e9e2;
  border-radius: 14px;
}

.psalm-editorial-page:not(.verse-editorial-page) .section-heading {
  border-bottom-color: #e5ede7;
}

.psalm-editorial-page:not(.verse-editorial-page) .scripture-row {
  border-color: #e1eae3;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.psalm-editorial-page:not(.verse-editorial-page) .scripture-row:hover {
  background: #f5faf6;
  border-color: #b9d4c0;
  color: var(--editorial-ink);
  transform: translateX(2px);
}

.psalm-editorial-page:not(.verse-editorial-page) .scripture-number {
  background: #e6f1e9;
  color: #315d4c;
}

.psalm-reading-index {
  display: grid;
  gap: 0.25rem;
  padding: 1.15rem;
}

.psalm-reading-index p {
  color: #315d4c;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  margin: 0.1rem 0 0.45rem;
  text-transform: uppercase;
}

.psalm-reading-index a {
  border-radius: 8px;
  color: var(--editorial-ink);
  font-size: 0.9rem;
  font-weight: 650;
  padding: 0.55rem 0.65rem;
  text-decoration: none;
}

.psalm-reading-index a:hover {
  background: #eef6f0;
  color: #315d4c;
}

.psalm-editorial-page:not(.verse-editorial-page) .next-prev-links {
  margin-top: 1rem;
}

.verse-editorial-page .hero-actions .btn-primary {
  background: #315d4c;
  border-color: #315d4c;
}

.verse-editorial-page .hero-actions .btn-primary:hover,
.verse-editorial-page .hero-actions .btn-primary:focus {
  background: #24483a;
  border-color: #24483a;
}

.verse-editorial-page .hero-actions .btn-outline-primary {
  border-color: #315d4c;
  color: #315d4c;
}

.verse-editorial-page .hero-actions .btn-outline-primary:hover,
.verse-editorial-page .hero-actions .btn-outline-primary:focus {
  background: #315d4c;
  border-color: #315d4c;
  color: #fff;
}

.reflection-comments {
  background: #fff;
  border: 1px solid #dce8df;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(38, 72, 56, 0.05);
  margin: 1.5rem 0;
  overflow: hidden;
}

.reflection-comments__header {
  background: #f3f8f4;
  border-bottom: 1px solid #dce8df;
  padding: 1.4rem 1.5rem;
}

.reflection-comments__header > p {
  color: #315d4c;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  margin: 0 0 0.35rem;
  text-transform: uppercase;
}

.reflection-comments__header h2 {
  color: var(--editorial-ink);
  font-size: clamp(1.3rem, 2.7vw, 1.65rem);
  font-weight: 760;
  letter-spacing: -0.025em;
  margin: 0 0 0.35rem;
}

.reflection-comments__header > span {
  color: var(--editorial-muted);
  display: block;
  font-size: 0.84rem;
  line-height: 1.45;
}

.reflection-comments__list {
  border-bottom: 1px solid #e3ece5;
  padding: 0 1.5rem;
}

.reflection-comment {
  border-bottom: 1px solid #e8efea;
  padding: 1rem 0;
}

.reflection-comment:last-child { border-bottom: 0; }

.reflection-comment__meta {
  align-items: center;
  display: flex;
  gap: 0.65rem;
  justify-content: space-between;
}

.reflection-comment__meta strong { color: var(--editorial-ink); font-size: 0.9rem; }
.reflection-comment__meta time { color: var(--editorial-muted); font-size: 0.78rem; }
.reflection-comment p { color: #526257; line-height: 1.6; margin: 0.45rem 0 0; }

.reflection-comments__form { padding: 1.5rem; }
.reflection-comments__fields { display: grid; gap: 0.75rem; }

.reflection-comments__form .form-control {
  background: #fff;
  border: 1px solid #cbdcd0;
  border-radius: 10px;
  box-shadow: none;
  color: var(--editorial-ink);
  padding: 0.72rem 0.9rem;
}

.reflection-comments__form .form-control:focus {
  border-color: #315d4c;
  box-shadow: 0 0 0 0.22rem rgba(49, 93, 76, 0.14);
}

.reflection-comments__form textarea { min-height: 116px; resize: vertical; }

.reflection-comments__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  justify-content: space-between;
  margin-top: 1rem;
}

.reflection-comments__submit {
  background: #315d4c;
  border: 1px solid #315d4c;
  border-radius: 9px;
  color: #fff;
  font-weight: 750;
  min-height: 44px;
  padding: 0.55rem 1rem;
}

.reflection-comments__submit:hover,
.reflection-comments__submit:focus {
  background: #24483a;
  border-color: #24483a;
  color: #fff;
}

.reflection-comments__submit:disabled { cursor: wait; opacity: 0.72; }

.reflection-comments__actions p {
  color: var(--editorial-muted);
  font-size: 0.76rem;
  line-height: 1.4;
  margin: 0;
  max-width: 280px;
}

.reflection-comments__feedback {
  display: none;
  font-size: 0.87rem;
  line-height: 1.45;
  margin-top: 1rem;
  padding: 0.75rem 0.9rem;
}

.reflection-comments__feedback.is-success,
.reflection-comments__feedback.is-error { display: block; }

.reflection-comments__feedback.is-success {
  background: #e9f5ec;
  border: 1px solid #c9e4cf;
  border-radius: 9px;
  color: #28573d;
}

.reflection-comments__feedback.is-error {
  background: #fff4f3;
  border: 1px solid #efcfca;
  border-radius: 9px;
  color: #933b31;
}

@media (max-width: 768px) {
  .psalm-editorial-page:not(.verse-editorial-page) .psalm-editorial-hero {
    padding-right: 70px;
  }

  .psalm-editorial-page:not(.verse-editorial-page) .hero-actions {
    margin-bottom: 0.85rem;
  }

  .psalm-hero-secondary {
    text-align: center;
  }

  .reflection-comments__header,
  .reflection-comments__form { padding: 1.2rem; }

  .reflection-comments__list { padding: 0 1.2rem; }

  .reflection-comments__actions { align-items: stretch; flex-direction: column; }

  .reflection-comments__submit { width: 100%; }

  .reflection-comments__actions p { max-width: none; text-align: center; }
}

/* Os estilos desta folha são carregados após o tema global. Mantém os controles
   da leitura estritamente preto e branco no modo noturno. */
html[data-reading-theme="dark"] body.reading-theme-page .psalm-hero-primary,
html[data-reading-theme="dark"] body.reading-theme-page .verse-editorial-page .hero-actions .btn-primary,
html[data-reading-theme="dark"] body.reading-theme-page .reflection-comments__submit,
html[data-reading-theme="dark"] body.reading-theme-page .toggle-bible-btn,
html[data-reading-theme="dark"] body.reading-theme-page .btn-support {
  background: #fff !important;
  border-color: #fff !important;
  color: #000 !important;
}

html[data-reading-theme="dark"] body.reading-theme-page .psalm-hero-primary:hover,
html[data-reading-theme="dark"] body.reading-theme-page .psalm-hero-primary:focus,
html[data-reading-theme="dark"] body.reading-theme-page .verse-editorial-page .hero-actions .btn-primary:hover,
html[data-reading-theme="dark"] body.reading-theme-page .verse-editorial-page .hero-actions .btn-primary:focus,
html[data-reading-theme="dark"] body.reading-theme-page .reflection-comments__submit:hover,
html[data-reading-theme="dark"] body.reading-theme-page .reflection-comments__submit:focus,
html[data-reading-theme="dark"] body.reading-theme-page .toggle-bible-btn:hover,
html[data-reading-theme="dark"] body.reading-theme-page .toggle-bible-btn:focus,
html[data-reading-theme="dark"] body.reading-theme-page .btn-support:hover,
html[data-reading-theme="dark"] body.reading-theme-page .btn-support:focus {
  background: #000 !important;
  border-color: #fff !important;
  box-shadow: none;
  color: #fff !important;
}

html[data-reading-theme="dark"] body.reading-theme-page .verse-editorial-page .hero-actions .btn-outline-primary {
  background: #000;
  border-color: #fff;
  color: #fff;
}

html[data-reading-theme="dark"] body.reading-theme-page .verse-editorial-page .hero-actions .btn-outline-primary:hover,
html[data-reading-theme="dark"] body.reading-theme-page .verse-editorial-page .hero-actions .btn-outline-primary:focus {
  background: #fff;
  border-color: #fff;
  color: #000;
}

html[data-reading-theme="dark"] body.reading-theme-page .psalm-hero-secondary {
  color: #fff;
}

/* Guias de leitura: estrutura de caderno digital, com foco no texto e no próximo passo. */
.guided-reading { --guide-ink: #24313f; --guide-muted: #61706a; --guide-line: #d9e5dc; --guide-green: #315d4c; --guide-soft: #f4f8f5; color: var(--guide-ink); }
.guided-reading__shell { margin: 0 auto; max-width: 980px; }
.guided-reading__hero { background: linear-gradient(135deg, #f7faf7 0%, #edf5ef 100%); border: 1px solid #d8e7db; border-radius: 18px; margin-bottom: 1.25rem; padding: clamp(1.6rem, 4vw, 3rem); }
.guided-reading__eyebrow-row { align-items: center; display: flex; flex-wrap: wrap; gap: .75rem; justify-content: space-between; margin-bottom: 1rem; }
.guided-reading__eyebrow { color: var(--guide-green); font-size: .73rem; font-weight: 800; letter-spacing: .1em; margin: 0; text-transform: uppercase; }
.guided-reading__time { border: 1px solid #cfe0d3; border-radius: 999px; color: var(--guide-green); font-size: .78rem; font-weight: 700; padding: .36rem .62rem; }
.guided-reading__hero h1 { color: var(--guide-ink); font-size: clamp(2rem, 4.5vw, 3.25rem); font-weight: 780; letter-spacing: -.045em; line-height: 1.06; margin: 0; max-width: 790px; }
.guided-reading__lead { color: var(--guide-muted); font-size: clamp(1.05rem, 2vw, 1.22rem); line-height: 1.65; margin: 1.1rem 0 0; max-width: 720px; }
.guided-reading__review { color: var(--guide-muted); font-size: .8rem; margin: 1.25rem 0 0; }
.guided-reading__layout { align-items: start; display: grid; gap: 1.25rem; grid-template-columns: 210px minmax(0, 1fr); }
.guided-reading__aside { border-left: 1px solid var(--guide-line); padding: .3rem 0 .3rem 1rem; position: sticky; top: 1.25rem; }
.guided-reading__aside > p { color: var(--guide-green); font-size: .72rem; font-weight: 800; letter-spacing: .08em; margin: 0 0 .65rem; }
.guided-reading__aside ol { color: var(--guide-muted); display: grid; font-size: .86rem; gap: .45rem; line-height: 1.45; margin: 0; padding-left: 1.15rem; }
.guided-reading__jump { color: var(--guide-green); display: inline-block; font-size: .84rem; font-weight: 750; margin-top: 1rem; text-decoration: none; }
.guided-reading__content { min-width: 0; }
.guided-reading__card { background: #fff; border: 1px solid var(--guide-line); border-radius: 14px; margin-bottom: 1rem; padding: clamp(1.25rem, 3vw, 1.8rem); }
.guided-reading__starting-point { background: var(--guide-soft); border-left: 4px solid var(--guide-green); }
.guided-reading__label, .guided-reading__section-heading p, .guided-reading__prayer > p { color: var(--guide-green); font-size: .72rem; font-weight: 800; letter-spacing: .09em; margin: 0 0 .4rem; text-transform: uppercase; }
.guided-reading__starting-point h2, .guided-reading__section-heading h2, .guided-reading__prayer h2 { color: var(--guide-ink); font-size: clamp(1.28rem, 2.5vw, 1.6rem); font-weight: 770; letter-spacing: -.025em; line-height: 1.16; margin: 0; }
.guided-reading__starting-point > p:last-child { color: var(--guide-muted); line-height: 1.7; margin: .8rem 0 0; }
.guided-reading__section-heading { align-items: flex-start; display: flex; gap: .8rem; margin-bottom: 1.2rem; }
.guided-reading__section-heading > span { align-items: center; background: var(--guide-soft); border: 1px solid #d9e8dd; border-radius: 7px; color: var(--guide-green); display: inline-flex; flex: 0 0 auto; font-size: .76rem; font-weight: 800; height: 30px; justify-content: center; width: 30px; }
.guided-reading__steps { counter-reset: guide-step; display: grid; gap: .75rem; list-style: none; margin: 0; padding: 0; }
.guided-reading__steps li { color: var(--guide-muted); counter-increment: guide-step; line-height: 1.6; padding-left: 2.2rem; position: relative; }
.guided-reading__steps li::before { background: var(--guide-ink); border-radius: 50%; color: #fff; content: counter(guide-step); font-size: .7rem; font-weight: 800; height: 1.35rem; left: 0; line-height: 1.35rem; position: absolute; text-align: center; top: .12rem; width: 1.35rem; }
.guided-reading__days { display: grid; gap: .7rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.guided-reading__days article { border: 1px solid var(--guide-line); border-radius: 10px; padding: 1rem; }
.guided-reading__days span { color: var(--guide-green); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.guided-reading__days h3 { color: var(--guide-ink); font-size: .98rem; font-weight: 760; margin: .3rem 0; }
.guided-reading__days p { color: var(--guide-muted); font-size: .85rem; line-height: 1.5; margin: 0 0 .7rem; }
.guided-reading__days a { color: var(--guide-green); font-size: .83rem; font-weight: 750; }
.guided-reading .pillar-card-grid { grid-template-columns: 1fr; }
.guided-reading .pillar-card { background: #fff; border-radius: 10px; padding: 1rem; }
.guided-reading .pillar-card h3 { margin-bottom: .35rem; }
.guided-reading .pillar-card p { font-size: .9rem; line-height: 1.5; margin-bottom: .8rem; }
.guided-reading__care-note { background: #fffaf0; border: 1px solid #eddfbd; border-radius: 12px; color: #6e561a; margin: 1rem 0; padding: 1rem 1.1rem; }
.guided-reading__care-note strong { display: block; font-size: .87rem; margin-bottom: .35rem; }
.guided-reading__care-note p { font-size: .9rem; line-height: 1.55; margin: 0; }
.guided-reading__prayer { background: #203f34; border-radius: 14px; color: #fff; margin: 1rem 0; padding: clamp(1.4rem, 3.5vw, 2.2rem); }
.guided-reading__prayer > p { color: #c5dfcc; }
.guided-reading__prayer h2 { color: #fff; }
.guided-reading__prayer blockquote { background: transparent; border: 0; box-shadow: none; color: #f4faf5; font-size: 1.08rem; font-style: normal; line-height: 1.72; margin: 1rem 0; padding: 0; }
.guided-reading__prayer > span { color: #c5dfcc; font-size: .82rem; }
@media (max-width: 767.98px) { .guided-reading__layout { display: block; } .guided-reading__aside { border: 1px solid var(--guide-line); border-radius: 10px; margin-bottom: 1rem; padding: 1rem; position: static; } .guided-reading__days { grid-template-columns: 1fr; } }

html[data-reading-theme="dark"] body.reading-theme-page .guided-reading { --guide-ink: #fff; --guide-muted: #fff; --guide-line: #555; --guide-green: #fff; --guide-soft: #000; }
html[data-reading-theme="dark"] body.reading-theme-page :is(.guided-reading__hero, .guided-reading__card, .guided-reading__aside, .guided-reading__days article, .guided-reading .pillar-card) { background: #000; border-color: #555; color: #fff; }
html[data-reading-theme="dark"] body.reading-theme-page .guided-reading__steps li::before { background: #fff; color: #000; }
html[data-reading-theme="dark"] body.reading-theme-page .guided-reading__time { border-color: #fff; color: #fff; }
html[data-reading-theme="dark"] body.reading-theme-page .guided-reading__care-note { background: #000; border-color: #555; color: #fff; }
html[data-reading-theme="dark"] body.reading-theme-page .guided-reading__prayer { background: #000; border: 1px solid #555; }
html[data-reading-theme="dark"] body.reading-theme-page .guided-reading__prayer > p, html[data-reading-theme="dark"] body.reading-theme-page .guided-reading__prayer blockquote, html[data-reading-theme="dark"] body.reading-theme-page .guided-reading__prayer > span { color: #fff; }
