/* ================================================
   BLOOM PROFESSIONAL COUNSELING — NORTH DALLAS
   Blog Post Content Styles
   Paste into: Appearance → Additional CSS
   ================================================ */

/* ── POST CONTENT TYPOGRAPHY ── */
.bloom-post-content,
.entry-content,
.post-content {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 17px;
  color: #2D3748;
  line-height: 1.90;
}

.bloom-post-content p,
.entry-content p {
  margin-bottom: 24px;
  font-size: 17px;
  color: #3D4A5C;
  line-height: 1.90;
}

.bloom-post-content h2,
.entry-content h2 {
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  color: #1a2332;
  margin: 48px 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E8ECF0;
  line-height: 1.3;
}

.bloom-post-content h3,
.entry-content h3 {
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a2332;
  margin: 36px 0 12px;
  line-height: 1.3;
}

.bloom-post-content h4,
.entry-content h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1a2332;
  margin: 24px 0 8px;
  font-family: Arial, sans-serif;
}

.bloom-post-content ul,
.entry-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bloom-post-content ul li,
.entry-content ul li {
  font-size: 16px;
  color: #3D4A5C;
  line-height: 1.75;
  padding-left: 20px;
  position: relative;
}

.bloom-post-content ul li::before,
.entry-content ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #1a2332;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.bloom-post-content ol,
.entry-content ol {
  padding-left: 24px;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bloom-post-content ol li,
.entry-content ol li {
  font-size: 16px;
  color: #3D4A5C;
  line-height: 1.75;
}

.bloom-post-content strong,
.entry-content strong {
  font-weight: 700;
  color: #1a2332;
}

.bloom-post-content em,
.entry-content em {
  font-style: italic;
  color: #4A5568;
}

.bloom-post-content a,
.entry-content a {
  color: #1a2332;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bloom-post-content a:hover,
.entry-content a:hover {
  color: #3f72af;
}

.bloom-post-content hr,
.entry-content hr {
  border: none;
  border-top: 1px solid #E8ECF0;
  margin: 40px 0;
}

.bloom-post-content blockquote,
.entry-content blockquote {
  border-left: 3px solid #1a2332;
  margin: 28px 0;
  padding: 16px 24px;
  background: #f8f9fa;
  border-radius: 0 8px 8px 0;
}

.bloom-post-content blockquote p,
.entry-content blockquote p {
  font-style: italic;
  color: #2D3748;
  margin: 0;
  font-size: 17px;
}

/* ── SINGLE POST PAGE LAYOUT ── */
.single-post .entry-header {
  display: none;
}

.single-post .entry-content {
  max-width: 100%;
  padding: 0;
}

/* ── POST META ── */
.single-post .entry-meta,
.single-post .entry-footer,
.single-post .post-navigation,
.single-post .comments-area {
  display: none;
}

/* ── FEATURED IMAGE ── */
.single-post .post-thumbnail {
  display: none;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .bloom-post-content,
  .entry-content {
    font-size: 16px;
  }
  .bloom-post-content h2,
  .entry-content h2 {
    font-size: 22px;
  }
}
/* ── BLOOM MOBILE RESPONSIVE ── */
@media (max-width: 768px) {

  /* Fix full width wrapper padding */
  div[style*="padding:120px 80px"],
  div[style*="padding:100px 80px"],
  div[style*="padding:80px 80px"],
  div[style*="padding:80px"] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /* Stack all 2-column grids */
  div[style*="grid-template-columns:1fr 1fr"],
  div[style*="grid-template-columns:1fr 380px"],
  div[style*="grid-template-columns:380px 1fr"],
  div[style*="grid-template-columns:1fr 300px"],
  div[style*="grid-template-columns:1fr 280px"] {
    grid-template-columns: 1fr !important;
  }

  /* Stack 3-column grids */
  div[style*="grid-template-columns:repeat(3,1fr)"] {
    grid-template-columns: 1fr !important;
  }

  /* Stack 4-column and 5-column grids */
  div[style*="grid-template-columns:repeat(4,1fr)"],
  div[style*="grid-template-columns:repeat(5,1fr)"] {
    grid-template-columns: repeat(2,1fr) !important;
  }

  /* Fix hero text sizes */
  h1 { font-size: 28px !important; }
  h2 { font-size: 22px !important; }

  /* Fix button rows */
  div[style*="display:flex;gap:14px"],
  div[style*="display:flex;gap:16px"] {
    flex-direction: column !important;
    align-items: center !important;
  }

  /* Fix sticky sidebar — unstick on mobile */
  div[style*="position:sticky"] {
    position: relative !important;
    top: auto !important;
  }

  /* Fix trust bar */
  div[style*="grid-template-columns:repeat(4,1fr)"] {
    grid-template-columns: repeat(2,1fr) !important;
  }

  /* Fix contact info strip */
  div[style*="grid-template-columns:repeat(4,1fr)"] {
    grid-template-columns: repeat(2,1fr) !important;
  }

  /* Fix timeline grid */
  div[style*="grid-template-columns:80px 1fr"] {
    grid-template-columns: 60px 1fr !important;
    gap: 12px !important;
  }

  /* Fix insurance grid */
  div[style*="grid-template-columns:repeat(6,1fr)"] {
    grid-template-columns: repeat(2,1fr) !important;
  }

}