body.bible-verses-page {
  --cbv-bg-primary: #8b0000;
  --cbv-bg-card: rgba(10, 8, 20, 0.58);
  --cbv-bg-card-hover: rgba(10, 8, 20, 0.76);
  --cbv-gold: #ffd700;
  --cbv-gold-dim: rgba(255, 215, 0, 0.22);
  --cbv-gold-glow: rgba(255, 215, 0, 0.14);
  --cbv-text-primary: #ffffff;
  --cbv-text-secondary: rgba(255, 255, 255, 0.78);
  --cbv-text-muted: rgba(255, 255, 255, 0.52);
  --cbv-tag-nativity: #c8a96e;
  --cbv-tag-joy: #ff9f43;
  --cbv-tag-hope: #54a0ff;
  --cbv-tag-light: #ffeaa7;
  --cbv-tag-love: #ff6b9d;
  --cbv-tag-cards: #a29bfe;
}

.cbv-skip-link {
  position: absolute;
  left: 18px;
  top: -110px;
  z-index: 40;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--cbv-gold);
  color: #2f1504;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  transition: top 0.2s ease;
}

.cbv-skip-link:focus {
  top: 12px;
}

.cbv-page-main {
  width: min(1280px, 100%);
  margin: 30px auto 0;
  display: grid;
  gap: 18px;
}

.cbv-breadcrumb,
.cbv-hero,
.filter-bar,
.cbv-content-shell {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.cbv-breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 215, 0, 0.18);
  background: rgba(255, 244, 230, 0.1);
  color: #ffe7d1;
  font-size: 0.84rem;
}

.cbv-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.cbv-breadcrumb a:hover,
.cbv-breadcrumb a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cbv-hero {
  position: relative;
}

.cbv-hero-shell {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255, 215, 0, 0.22);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 215, 0, 0.13), transparent 34%),
    radial-gradient(circle at 86% 20%, rgba(84, 160, 255, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(74, 8, 23, 0.98), rgba(30, 7, 22, 0.94));
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.22);
  padding: 58px 42px 48px;
}

.cbv-hero-shell::before {
  content: "✦ ✧ ✦ ✧ ✦ ✧ ✦ ✧ ✦ ✧ ✦";
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  text-align: center;
  color: rgba(255, 215, 0, 0.2);
  font-size: 0.76rem;
  letter-spacing: 0.7rem;
  pointer-events: none;
}

.cbv-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 260px);
  gap: 24px;
  align-items: start;
}

.cbv-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 215, 0, 0.34);
  background: rgba(255, 215, 0, 0.12);
  color: var(--cbv-gold);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cbv-hero-copy h1 {
  margin: 0;
  max-width: 12ch;
  font-family: "Cinzel", serif;
  font-size: clamp(2.7rem, 6vw, 4.4rem);
  line-height: 1.08;
  color: var(--cbv-gold);
  text-shadow: 0 2px 20px rgba(255, 215, 0, 0.24);
}

.cbv-hero-subtitle {
  margin: 0;
  max-width: 28ch;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1.15;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
}

.cbv-hero-intro {
  width: min(720px, 100%);
  margin: 0;
  color: var(--cbv-text-secondary);
  font-size: 1rem;
  line-height: 1.85;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
  color: var(--cbv-text-muted);
  font-size: 0.84rem;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.countdown-badge {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  display: grid;
  gap: 8px;
  justify-items: center;
  min-width: 0;
  border-radius: 18px;
  border: 1px solid rgba(255, 215, 0, 0.34);
  background:
    radial-gradient(circle at top center, rgba(255, 215, 0, 0.16), transparent 58%),
    rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
  padding: 18px 20px;
  color: #fff5e5;
  text-align: center;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
}

.countdown-badge .star {
  font-size: 1.45rem;
}

.countdown-badge-title {
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.74);
}

.days-num {
  display: block;
  font-family: "Cinzel", serif;
  font-size: clamp(2.3rem, 4vw, 3rem);
  line-height: 1;
  color: var(--cbv-gold);
}

.days-label {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.badge-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 4px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 215, 0, 0.32);
  color: var(--cbv-gold);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.badge-link:hover,
.badge-link:focus-visible {
  background: rgba(255, 215, 0, 0.12);
  border-color: rgba(255, 215, 0, 0.5);
  transform: translateY(-1px);
}

.filter-bar {
  position: sticky;
  top: 10px;
  z-index: 15;
  display: flex;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 20px;
  border: 1px solid rgba(255, 215, 0, 0.14);
  background: rgba(72, 0, 0, 0.84);
  backdrop-filter: blur(14px);
  overflow-x: auto;
  scrollbar-width: none;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.filter-bar::-webkit-scrollbar {
  display: none;
}

.filter-btn {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 7px 15px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.84rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}

.filter-btn:hover,
.filter-btn:focus-visible {
  border-color: rgba(255, 215, 0, 0.5);
  color: var(--cbv-gold);
  transform: translateY(-1px);
}

.filter-btn.active {
  border-color: var(--cbv-gold);
  background: rgba(255, 215, 0, 0.16);
  color: var(--cbv-gold);
}

.cbv-content-shell {
  display: grid;
  gap: 24px;
}

.cbv-intro-card,
.verse-section,
.how-to-use,
.faq-section,
.cbv-related-section,
.cbv-translation-note {
  border-radius: 26px;
  border: 1px solid rgba(255, 215, 0, 0.12);
  background:
    radial-gradient(circle at top right, rgba(255, 215, 0, 0.06), transparent 28%),
    linear-gradient(180deg, rgba(15, 11, 24, 0.42), rgba(15, 11, 24, 0.34));
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.18);
}

.verse-section,
.how-to-use,
.faq-section,
.cbv-related-section,
.cbv-translation-note {
  padding: 30px;
}

.section-header {
  margin: 0 0 8px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 215, 0, 0.14);
}

.section-header h2,
.faq-section h2,
.how-to-use h2,
.cbv-related-section h2,
.cbv-translation-note h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(1.55rem, 3vw, 2rem);
  line-height: 1.18;
  color: var(--cbv-gold);
}

.section-header h2::before,
.faq-section h2::before,
.how-to-use h2::before,
.cbv-related-section h2::before,
.cbv-translation-note h2::before {
  content: "";
  width: 4px;
  height: 1em;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffd700, rgba(255, 215, 0, 0.24));
}

.section-subtitle,
.faq-intro,
.cbv-related-intro,
.cbv-translation-note p,
.how-to-use p,
.how-to-use li,
.faq-answer,
.cbv-intro-card p {
  color: var(--cbv-text-secondary);
  line-height: 1.8;
}

.section-subtitle {
  margin: 8px 0 0 14px;
  font-size: 0.95rem;
  font-style: italic;
}

.verse-section,
.how-to-use,
.faq-section,
.cbv-related-section {
  scroll-margin-top: 88px;
}

.verse-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 22px;
}

.verse-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
  border-radius: 18px;
  border: 1px solid rgba(255, 215, 0, 0.15);
  background:
    radial-gradient(circle at top center, rgba(255, 215, 0, 0.07), transparent 52%),
    linear-gradient(180deg, var(--cbv-bg-card), rgba(10, 8, 20, 0.68));
  padding: 22px 20px 18px;
  box-shadow: 0 0 0 transparent;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, opacity 0.24s ease;
}

.verse-card:hover,
.verse-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(255, 215, 0, 0.38);
  box-shadow:
    0 10px 34px rgba(255, 215, 0, 0.08),
    0 6px 16px rgba(0, 0, 0, 0.26);
}

.verse-card.is-favorited {
  border-color: rgba(255, 215, 0, 0.52);
  box-shadow:
    0 0 24px rgba(255, 215, 0, 0.1),
    inset 0 0 44px rgba(255, 215, 0, 0.03);
}

.verse-card.hidden {
  display: none;
}

.verse-card.fade-in {
  animation: cbvFadeInUp 0.32s ease forwards;
}

@keyframes cbvFadeInUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.verse-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.verse-tag.nativity {
  color: var(--cbv-tag-nativity);
  border: 1px solid rgba(200, 169, 110, 0.3);
}

.verse-tag.joy {
  color: var(--cbv-tag-joy);
  border: 1px solid rgba(255, 159, 67, 0.3);
}

.verse-tag.hope {
  color: var(--cbv-tag-hope);
  border: 1px solid rgba(84, 160, 255, 0.3);
}

.verse-tag.light {
  color: var(--cbv-tag-light);
  border: 1px solid rgba(255, 234, 167, 0.32);
}

.verse-tag.love {
  color: var(--cbv-tag-love);
  border: 1px solid rgba(255, 107, 157, 0.3);
}

.verse-tag.cards {
  color: var(--cbv-tag-cards);
  border: 1px solid rgba(162, 155, 254, 0.32);
}

.card-actions {
  display: flex;
  gap: 8px;
}

.card-btn {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.64);
  cursor: pointer;
  font-size: 1rem;
  transition: transform 0.18s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.card-btn:hover,
.card-btn:focus-visible {
  transform: scale(1.08);
  border-color: rgba(255, 215, 0, 0.4);
  background: rgba(255, 215, 0, 0.12);
  color: var(--cbv-gold);
}

.card-btn.favorited {
  border-color: rgba(255, 215, 0, 0.48);
  background: rgba(255, 215, 0, 0.16);
  color: var(--cbv-gold);
}

.card-btn.copied {
  border-color: rgba(80, 200, 120, 0.4);
  background: rgba(80, 200, 120, 0.15);
  color: #8cffbc;
}

.verse-text {
  margin: 0;
  padding-left: 16px;
  border-left: 2px solid rgba(255, 215, 0, 0.36);
  color: rgba(255, 255, 255, 0.92);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.16rem;
  line-height: 1.66;
  font-style: italic;
}

.verse-ref {
  display: block;
  margin-top: -2px;
  color: var(--cbv-gold);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.version-tabs {
  display: flex;
  gap: 6px;
}

.version-tab {
  min-height: 30px;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: all 0.2s ease;
}

.version-tab.active {
  border-color: rgba(255, 215, 0, 0.42);
  background: rgba(255, 215, 0, 0.12);
  color: var(--cbv-gold);
}

.verse-note {
  margin: 0;
  display: flex;
  gap: 8px;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
  line-height: 1.72;
}

.verse-note::before {
  content: "💡";
  flex: 0 0 auto;
}

.how-to-use {
  display: grid;
  gap: 18px;
}

.how-to-use-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.how-to-use-card {
  border-radius: 18px;
  border: 1px solid rgba(255, 215, 0, 0.12);
  background: rgba(255, 255, 255, 0.03);
  padding: 18px 18px 16px;
}

.how-to-use h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: rgba(255, 215, 0, 0.92);
  font-size: 0.98rem;
  font-weight: 700;
}

.how-to-use ul,
.how-to-use ol {
  margin: 10px 0 0;
  padding-left: 20px;
}

.how-to-use li + li {
  margin-top: 6px;
}

.how-to-use a {
  color: var(--cbv-gold);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.faq-intro {
  margin: 10px 0 0;
}

.faq-list {
  margin-top: 16px;
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-item:last-child {
  border-bottom: 0;
}

.faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 18px 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.98rem;
  font-weight: 600;
}

.faq-item summary:hover,
.faq-item summary:focus-visible {
  color: var(--cbv-gold);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--cbv-gold);
  font-size: 1.5rem;
  font-weight: 300;
  transition: transform 0.24s ease;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 0 18px;
}

.faq-answer ul {
  margin-top: 10px;
  padding-left: 20px;
}

.faq-answer li + li {
  margin-top: 6px;
}

.cbv-related-intro {
  margin: 10px 0 0;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.related-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  padding: 22px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255, 215, 0, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.04);
  color: inherit;
  text-decoration: none;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.related-card:hover,
.related-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(255, 215, 0, 0.34);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
}

.related-card-icon {
  font-size: 1.9rem;
}

.related-card-title {
  color: var(--cbv-gold);
  font-size: 1.02rem;
  font-weight: 700;
}

.related-card-desc {
  flex: 1;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.72;
  font-size: 0.88rem;
}

.related-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--cbv-gold);
  font-size: 0.86rem;
  font-weight: 700;
}

.related-card-cta::after {
  content: "->";
}

.cbv-translation-note p + p {
  margin-top: 10px;
}

.cbv-translation-note a {
  color: var(--cbv-gold);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.favorites-bar {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  pointer-events: none;
}

.favorites-bar > * {
  pointer-events: auto;
}

.btn-print-favorites {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  background: var(--cbv-gold);
  color: #7a1307;
  padding: 12px 18px;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(255, 215, 0, 0.34);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.28s ease, transform 0.28s ease, box-shadow 0.22s ease;
}

.btn-print-favorites.visible {
  opacity: 1;
  transform: translateY(0);
}

.btn-print-favorites:hover,
.btn-print-favorites:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(255, 215, 0, 0.4);
}

.favorites-count-badge {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #8b0000;
  color: var(--cbv-gold);
  font-size: 0.72rem;
  font-weight: 800;
}

.print-header {
  display: none;
}

@media (max-width: 1080px) {
  .cbv-hero-grid {
    grid-template-columns: 1fr;
  }

  .countdown-badge {
    max-width: 280px;
    justify-self: start;
  }

  .verse-grid {
    grid-template-columns: 1fr;
  }

  .how-to-use-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .cbv-page-main {
    margin-top: 22px;
  }

  .cbv-hero-shell,
  .verse-section,
  .how-to-use,
  .faq-section,
  .cbv-related-section,
  .cbv-translation-note {
    padding: 24px 18px;
  }

  .cbv-hero-shell {
    padding-top: 50px;
  }

  .cbv-hero-copy h1 {
    max-width: none;
  }

  .countdown-badge {
    display: none;
  }

  .filter-bar {
    top: 8px;
    padding-inline: 10px;
  }

  .hero-meta {
    gap: 10px;
  }

  .related-grid {
    grid-template-columns: 1fr;
  }

  .favorites-bar {
    right: 14px;
    bottom: 14px;
  }
}

@media (max-width: 560px) {
  .cbv-breadcrumb {
    border-radius: 18px;
  }

  .hero-badge {
    font-size: 0.7rem;
  }

  .cbv-hero-subtitle {
    font-size: 1.3rem;
  }

  .verse-text {
    font-size: 1.06rem;
  }

  .card-top {
    flex-direction: column;
  }

  .card-actions {
    align-self: flex-end;
  }

  .filter-btn {
    padding-inline: 12px;
    font-size: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .verse-card,
  .filter-btn,
  .card-btn,
  .related-card,
  .btn-print-favorites,
  .badge-link {
    transition: none;
  }

  .verse-card.fade-in {
    animation: none;
  }

  html {
    scroll-behavior: auto;
  }
}

@media print {
  .top-frame,
  .cbv-breadcrumb,
  .filter-bar,
  .hero-meta,
  .countdown-badge,
  .card-actions,
  .version-tabs,
  .how-to-use,
  .faq-section,
  .cbv-related-section,
  .favorites-bar,
  .cbv-translation-note,
  .site-footer {
    display: none !important;
  }

  body.bible-verses-page {
    background: #ffffff !important;
    color: #000000 !important;
  }

  .site,
  .cbv-page-main,
  .cbv-content-shell {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .print-header {
    display: block;
    margin-bottom: 22px;
    text-align: center;
    font-size: 1.15rem;
    font-weight: 700;
    color: #000000;
  }

  .cbv-hero,
  .verse-section {
    break-inside: avoid;
    box-shadow: none !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
  }

  .section-header {
    padding-bottom: 10px;
    border-bottom-color: #cccccc !important;
  }

  .section-header h2 {
    color: #111111 !important;
  }

  .section-subtitle {
    color: #555555 !important;
  }

  .verse-card {
    display: none !important;
    break-inside: avoid;
    margin-bottom: 16px;
    border: 1px solid #cccccc !important;
    background: #ffffff !important;
    box-shadow: none !important;
    transform: none !important;
  }

  .verse-card.is-favorited,
  .verse-card.hidden.is-favorited {
    display: block !important;
  }

  .verse-text {
    color: #111111 !important;
    border-left-color: #999999 !important;
  }

  .verse-ref {
    color: #333333 !important;
  }

  .verse-note,
  .verse-tag {
    color: #444444 !important;
  }

  .verse-tag {
    border-color: #cccccc !important;
  }
}
