/* ============================================================
   DIVINE 2026 — SINGLE POST MASTER CSS
   Premium Scandinavian editorial layout for Foxiz Standard 1A
   ============================================================ */

/* ------------------------------
   GLOBAL WRAPPER CLEANUP
   ------------------------------ */
.single-post .entry-wrap,
.single-post .post-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: none;
}

/* Remove Foxiz borders/shadows */
.single-post .post-wrap,
.single-post .post-inner,
.single-post .post-header,
.single-post .post-featured {
  border: none !important;
  box-shadow: none !important;
}

/* ------------------------------
   HERO FEATURED IMAGE
   ------------------------------ */
.single-post .post-featured img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  display: block;
  margin-bottom: 2.4rem;
}

/* Remove Foxiz overlay badges */
.single-post .post-featured .p-categories,
.single-post .post-featured .p-category {
  display: none !important;
}

/* ------------------------------
   TITLE BLOCK
   ------------------------------ */
.single-post .post-header {
  max-width: 860px;
  margin: 0 auto 2.4rem;
  padding: 0 1.6rem;
  text-align: center;
}

.single-post .post-title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.18;
  color: #111;
  margin-bottom: 1rem;
}

/* Meta line */
.single-post .post-meta {
  font-size: 0.9rem;
  opacity: 0.7;
  color: #333;
  margin-top: 0.4rem;
}

/* Remove Foxiz meta icons */
.single-post .post-meta i {
  display: none;
}

/* ------------------------------
   CONTENT BODY
   ------------------------------ */
.single-post .entry-content {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1.6rem 4rem;
  font-size: 1.08rem;
  line-height: 1.65;
  color: #222;
}

/* Paragraph spacing */
.single-post .entry-content p {
  margin: 1.4rem 0;
}

/* Headings */
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4 {
  margin-top: 2.6rem;
  margin-bottom: 1rem;
  line-height: 1.25;
  color: #111;
  font-weight: 600;
}

.single-post .entry-content h2 { font-size: 1.9rem; }
.single-post .entry-content h3 { font-size: 1.45rem; }
.single-post .entry-content h4 { font-size: 1.2rem; }

/* Images inside content */
.single-post .entry-content figure img {
  border-radius: 12px;
  display: block;
  width: 100%;
  height: auto;
}

/* ------------------------------
   BLOCKQUOTES
   ------------------------------ */
.single-post blockquote {
  margin: 2.4rem 0;
  padding: 1.6rem 1.8rem;
  border-left: 4px solid #111;
  background: #fafafa;
  border-radius: 8px;
  font-size: 1.15rem;
  line-height: 1.55;
}

/* Remove Foxiz quote icons */
.single-post blockquote:before {
  display: none !important;
}

/* ------------------------------
   LISTS
   ------------------------------ */
.single-post .entry-content ul,
.single-post .entry-content ol {
  margin: 1.6rem 0 1.6rem 1.4rem;
}

.single-post .entry-content li {
  margin: 0.6rem 0;
}

/* ------------------------------
   AUTHOR BOX
   ------------------------------ */
.single-post .post-author-box {
  max-width: 760px;
  margin: 3.2rem auto 0;
  padding: 2rem 1.6rem;
  border-radius: 14px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
}

/* Remove Foxiz avatar border */
.single-post .post-author-box .author-avatar img {
  border: none !important;
}

/* ------------------------------
   RELATED POSTS
   ------------------------------ */
.single-post .related-posts {
  max-width: 1100px;
  margin: 4rem auto 0;
  padding: 0 1.6rem;
}

/* Clean related post cards */
.single-post .related-posts .p-wrap {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Rounded thumbnails */
.single-post .related-posts img {
  border-radius: 12px;
}

/* ------------------------------
   SIDEBAR CLEANUP (if enabled)
   ------------------------------ */
.single-post .sidebar,
.single-post .widget {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.single-post .widget-title {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #111;
}

/* Remove Foxiz widget borders */
.single-post .widget:before,
.single-post .widget:after {
  display: none !important;
}

/* --- DIVINE 2026: TAGLINE RESTORATION --- */

/* 1. Ensure the tagline container is visible */
.single-post .entry-summary,
.single-post .post-summary,
.single-post .s-excerpt,
.single-post .tagline {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-width: 760px;
    margin: 0 auto 2rem !important;
    text-align: center;
}

/* 2. Style the Tagline (Modern Lowercase Jost) */
.single-post .entry-summary p,
.single-post .post-summary,
.single-post .s-excerpt,
.single-post .tagline {
    font-family: 'Jost', sans-serif !important;
    color: #0a0a0a !important;             /* Ink Black */
    font-size: 1.1rem !important;          /* Elegant editorial size */
    line-height: 1.5 !important;
    font-weight: 400 !important;
    text-transform: lowercase !important;  /* Match your heading style */
    letter-spacing: 0.02em !important;
    font-style: italic !important;         /* Traditional editorial contrast */
}

/* 3. The "Vanity" First Letter for Taglines */
.single-post .s-excerpt::first-letter,
.single-post .tagline::first-letter {
    text-transform: uppercase !important;
    font-weight: 700 !important;
    color: #c05739 !important;             /* Divine Rust Accent */
    font-size: 1.2em;
}