/* Daily Word single post - calm, readable LIGHT reading page.
   Scoped to body.satdw-single (added for category 11/12/13 posts).
   Keeps the church purple and the Bible-verse H6 left line, refined. */

body.satdw-single{background:#f5f2f8}
.satdw-single .content-bg,
.satdw-single .entry-content-wrap{background:#ffffff}

/* Give the reading column air and a soft frame on desktop. */
@media(min-width:1000px){
  .satdw-single .single-entry.content-bg{
    border-radius:16px;box-shadow:0 24px 60px -40px rgba(60,30,80,.4);
    margin-top:2rem;
  }
}

/* ---- Featured image ---------------------------------------------------- */
.satdw-single .article-post-thumbnail img,
.satdw-single .post-thumbnail img{border-radius:14px}

/* ---- Header: eyebrow, title, meta -------------------------------------- */
.satdw-single .entry-taxonomies .category-links a{
  color:#8a48a8;font-weight:700;letter-spacing:.14em;text-transform:uppercase;font-size:.72rem}
.satdw-single .entry-header .entry-title{
  font-size:clamp(1.95rem,4.4vw,3rem);line-height:1.14;letter-spacing:-.015em;
  color:#241a2e;margin:.5rem 0 .35rem}
.satdw-single .entry-meta{color:#867b90;font-size:.9rem}
.satdw-single .entry-meta a{color:#867b90}
.satdw-single .entry-meta a:hover{color:#8a48a8}

/* ---- Reading body ------------------------------------------------------ */
.satdw-single .entry-content.single-content{
  max-width:43rem;margin-left:auto;margin-right:auto;
  font-size:1.19rem;line-height:1.82;color:#2d2735;
  text-align:left;
}
.satdw-single .entry-content.single-content > p{margin:0 0 1.55rem}
.satdw-single .entry-content.single-content > p:last-child{margin-bottom:0}

/* Lead-in drop cap on the first paragraph. */
.satdw-single .entry-content.single-content > p:first-of-type::first-letter{
  float:left;font-family:"Roboto Slab",Georgia,serif;font-weight:700;
  font-size:3.7rem;line-height:.8;color:#8a48a8;
  padding:.06em .16em 0 0;
}

.satdw-single .entry-content.single-content a{
  color:#8a48a8;text-decoration:underline;text-underline-offset:2px}
.satdw-single .entry-content.single-content strong{color:#241a2e}

/* ---- Bible verse H6: the left line, refined into a pull-quote ---------- */
.satdw-single .entry-content > h6{
  text-align:left;font-style:italic;font-weight:400;
  font-size:1.17rem;line-height:1.66;color:#432a54;
  background:linear-gradient(90deg,rgba(138,72,168,.08),rgba(138,72,168,0) 92%);
  border-left:4px solid #8a48a8;border-radius:0 12px 12px 0;
  padding:1.2rem 1.6rem;margin:2.3rem 0;max-width:43rem;
  margin-left:auto;margin-right:auto;
}

/* ---- Prev / next below the article ------------------------------------- */
.satdw-single .entry-author,
.satdw-single .prev-next-post-nav,
.satdw-single .nav-links{border-color:rgba(138,72,168,.16)}

/* ---- Related "Līdzīgi raksti" cards ------------------------------------ */
.satdw-single .entry-related .related-title{color:#241a2e}
.satdw-single .entry-related .loop-entry .entry-title a{color:#241a2e}
.satdw-single .entry-related .loop-entry .entry-title a:hover{color:#8a48a8}

/* ---- Accessibility: restore a visible focus ring ----------------------- */
.satdw-single a:focus-visible,
.satdw-single button:focus-visible{outline:2px solid #8a48a8;outline-offset:2px;border-radius:4px}

@media(max-width:600px){
  .satdw-single .entry-content.single-content{font-size:1.1rem;line-height:1.75}
  .satdw-single .entry-content.single-content > p:first-of-type::first-letter{font-size:3.1rem}
  .satdw-single .entry-content > h6{padding:1rem 1.2rem;font-size:1.08rem}
}
