/* =============================================================
   BLOG — Signet Capital Group
   Covers: single post template (scg-single-post)
   Version: 3.2.70
   ============================================================= */

/* ── Page body background (single posts + archive) ──────────── */
body.single-post,
body.blog,
body.archive {
  background-color: #f0f6fc !important;
}

/* ── Single Post Wrapper ─────────────────────────────────────── */
.scg-single-post {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 80px;
}

.scg-single-post__inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

/* ── Breadcrumb ─────────────────────────────────────────────── */
.scg-single-post__breadcrumb {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  color: #7a8fa3;
  margin-bottom: 16px;
}

.scg-single-post__breadcrumb a {
  color: #093868;
  text-decoration: none;
}

.scg-single-post__breadcrumb a:hover {
  color: #e09f54;
}

/* ── Post meta (date · category) ────────────────────────────── */
.scg-single-post__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: #7a8fa3;
  margin-bottom: 40px;
}

.scg-single-post__separator {
  color: #c4cdd6;
}

.scg-single-post__category {
  background: #f0f6fc;
  color: #093868;
  font-weight: 500;
  padding: 2px 10px;
  border-radius: 100px;
}

/* ── Content typography ─────────────────────────────────────── */

/* H1 — post title (Gutenberg wp-block-heading) */
.scg-single-post__content h1,
.scg-single-post__content .wp-block-heading:first-child {
  font-family: "Prata", serif !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  color: #093868 !important;
  line-height: 1.15 !important;
  margin-top: 0 !important;
  margin-bottom: 32px !important;
}

/* H2 */
.scg-single-post__content h2 {
  font-family: "DM Sans", sans-serif !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  color: #093868 !important;
  line-height: 1.3 !important;
  margin-top: 48px !important;
  margin-bottom: 16px !important;
}

/* H3 */
.scg-single-post__content h3 {
  font-family: "DM Sans", sans-serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #3a4a5c !important;
  line-height: 1.35 !important;
  margin-top: 36px !important;
  margin-bottom: 12px !important;
}

/* H4–H6 */
.scg-single-post__content h4,
.scg-single-post__content h5,
.scg-single-post__content h6 {
  font-family: "DM Sans", sans-serif !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  color: #3a4a5c !important;
  line-height: 1.4 !important;
  margin-top: 28px !important;
  margin-bottom: 10px !important;
}

/* Body copy */
.scg-single-post__content p {
  font-family: "DM Sans", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #5a6b7f !important;
  line-height: 1.75 !important;
  margin-bottom: 20px !important;
}

/* Lists */
.scg-single-post__content ul,
.scg-single-post__content ol {
  font-family: "DM Sans", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #5a6b7f !important;
  line-height: 1.75 !important;
  padding-left: 24px !important;
  margin-bottom: 20px !important;
}

.scg-single-post__content li {
  margin-bottom: 8px !important;
}

/* Links */
.scg-single-post__content a {
  color: #093868;
  text-decoration: underline;
}

.scg-single-post__content a:hover {
  color: #e09f54;
}

/* Bold */
.scg-single-post__content strong,
.scg-single-post__content b {
  font-weight: 700;
  color: #3a4a5c;
}

/* Horizontal rule */
.scg-single-post__content hr {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 40px 0;
}

/* Block quote */
.scg-single-post__content blockquote {
  border-left: 3px solid #e09f54;
  margin: 32px 0;
  padding: 16px 24px;
  background: #f0f6fc;
  border-radius: 0 8px 8px 0;
}

.scg-single-post__content blockquote p {
  color: #3a4a5c !important;
  font-style: italic;
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .scg-single-post {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .scg-single-post__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 767px) {
  .scg-single-post {
    padding-top: 96px;
    padding-bottom: 48px;
  }

  .scg-single-post__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .scg-single-post__content h1,
  .scg-single-post__content .wp-block-heading:first-child {
    font-size: 28px !important;
    margin-bottom: 20px !important;
  }

  .scg-single-post__content h2 {
    font-size: 22px !important;
    margin-top: 36px !important;
  }

  .scg-single-post__content h3 {
    font-size: 18px !important;
    margin-top: 28px !important;
  }

  .scg-single-post__content p,
  .scg-single-post__content ul,
  .scg-single-post__content ol {
    font-size: 15px !important;
  }
}
