/*
=============================================================
  LORD JESUS CHRIST REIGNS — SiteOrigin CSS
  PASTE THIS INTO: SiteOrigin → CSS Editor → Save
  This scopes all article styles inside .ljcr-article
  so Franklin theme styles never conflict.
  Add once. Works for every future article using
  the .ljcr-article wrapper class.
=============================================================
*/

/* Ensure smooth scrolling site-wide */
html {
  scroll-behavior: smooth;
}

/* Prevent Franklin from overriding article heading colors */
.ljcr-article h1,
.ljcr-article h2,
.ljcr-article h3,
.ljcr-article h4 {
  font-family: 'Playfair Display', Georgia, serif !important;
  border: none;
}

/* Prevent Franklin link styles bleeding into article */
.ljcr-article a {
  box-shadow: none !important;
}

/* Franklin sometimes adds padding to .entry-content — reset inside article */
.entry-content .ljcr-article {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Ensure the article takes full content column width */
.ljcr-article {
  width: 100%;
  max-width: 820px;
}

/* Prevent Franklin's image captions from affecting article boxes */
.ljcr-article figure,
.ljcr-article figcaption {
  margin: 0;
  padding: 0;
}

/* TablePress tables inside the article — ensure they match crimson theme */
.ljcr-article .tablepress {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 24px;
}

.ljcr-article .tablepress th {
  background: #5a1010 !important;
  color: #fff !important;
  font-family: 'Cinzel', serif;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 14px;
  text-align: left;
}

.ljcr-article .tablepress td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(184,134,11,0.2);
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 17px;
  line-height: 1.65;
  vertical-align: top;
}

.ljcr-article .tablepress .odd td {
  background: #fdf8f0 !important;
}

.ljcr-article .tablepress .even td {
  background: #f5edd8 !important;
}

/* Easy Footnotes styling to match article aesthetic */
.ljcr-article .efn_note {
  font-size: 13px;
  color: #b8860b;
  vertical-align: super;
  line-height: 0;
}

.ljcr-article ol.footnotes {
  background: #f5edd8;
  border-top: 2px solid #7b1a1a;
  padding: 20px 24px;
  margin-top: 40px;
  font-size: 15px;
  color: #3a2e22;
  line-height: 1.7;
  border-radius: 0 0 4px 4px;
}

.ljcr-article ol.footnotes li {
  margin-bottom: 8px;
}