/* Remove underlines from post titles and links on the homepage */ .wp-block-latest-posts a, .wp-block-latest-posts a:visited, .home a, .home a:visited { text-decoration: none !important; } /* Optional: show underline only on hover for clarity */ .wp-block-latest-posts a:hover, .home a:hover { text-decoration: underline !important; } /* Remove underlines from sidebar post titles */ .widget a, .widget a:visited { text-decoration: none !important; } /* Optional: show underline only on hover */ .widget a:hover { text-decoration: underline !important; } /* Remove underlines for inline links in posts */ .entry-content a, .entry-content a:visited { text-decoration: none !important; } /* Optional: underline only on hover */ .entry-content a:hover { text-decoration: underline !important; } /* Remove underline for all inline links inside posts */ .entry-content a, .entry-content a:visited { text-decoration: none !important; } /* Optional: underline only on hover */ .entry-content a:hover { text-decoration: underline !important; }/* Main menu: remove underlines */
.main-navigation a,
.main-navigation a:visited {
    text-decoration: none !important;
}

/* Optional: show underline only on hover */
.main-navigation a:hover {
    text-decoration: underline !important;
}
/* Remove underlines from all inline links in post content (Bible references) */
.entry-content a,
.entry-content a:visited,
.entry-content a * {
    text-decoration: none !important;
}

/* ── 1. SEARCH BOX ── */ .widget_search .search-form { display: flex; gap: 6px; } .widget_search input[type="search"] { width: 100%; padding: 9px 14px; border: 1px solid #3a3a3a; border-radius: 8px; background: #1a1a2e; color: #f0f0f0; font-size: 0.9em; outline: none; transition: border-color 0.2s ease; } .widget_search input[type="search"]::placeholder { color: #888; } .widget_search input[type="search"]:focus { border-color: #7B2D3E; } .widget_search button[type="submit"] { padding: 9px 16px; background: #7B2D3E; color: #fff; border: none; border-radius: 8px; cursor: pointer; font-size: 0.9em; transition: opacity 0.2s ease; } .widget_search button[type="submit"]:hover { opacity: 0.85; } /* ── 2. BLOG STATS ── */ #blog-stats-6 { text-align: center; font-size: 1.1em; font-weight: 600; color: #7B2D3E; padding: 10px 0; border-top: 1px solid #2a2a2a; border-bottom: 1px solid #2a2a2a; } /* ── 3. CATEGORY COLOR PILLS ── */ .widget_categories li a { display: inline-block; padding: 4px 12px; border-radius: 12px; font-size: 0.82em; font-weight: 600; text-decoration: none; color: #fff !important; letter-spacing: 0.03em; transition: opacity 0.2s ease; } .widget_categories li a:hover { opacity: 0.82; } .widget_categories li.cat-item a[href*="biblical-studies"] { background: #7B2D3E; } .widget_categories li.cat-item a[href*="christian-living"] { background: #2D6A4F; } .widget_categories li.cat-item a[href*="health-wellness"] { background: #1B7A8A; } .widget_categories li.cat-item a[href*="music"] { background: #5C3A7E; } .widget_categories li.cat-item a[href*="mental-health"] { background: #2E5F8A; } .widget_categories li.cat-item a[href*="nutrition"] { background: #6B7A2D; } .widget_categories li.cat-item a[href*="physical-fitness"] { background: #A0522D; } .widget_categories li.cat-item a[href*="christendom"] { background: #7A5230; } .widget_categories li.cat-item a[href*="rest-sleep"] { background: #2C3E6B; } .widget_categories li.cat-item a[href*="divine-healing"] { background: #8B3252; } /* ── 4. TAG PILLS ── */ .widget_tag_cloud .tag-cloud-link { display: inline-block; padding: 4px 12px; border-radius: 12px; font-size: 0.82em !important; font-weight: 600; text-decoration: none; color: #fff !important; margin: 3px 2px; background: #4A4A6A; transition: opacity 0.2s ease; } .widget_tag_cloud .tag-cloud-link:hover { opacity: 0.82; } /* ── 5. RECENT POSTS ── */ .widget_recent_entries ul { padding: 0; margin: 0; list-style: none; } .widget_recent_entries ul li { padding: 7px 0; border-bottom: 1px solid #2a2a2a; font-size: 0.88em; line-height: 1.4; } .widget_recent_entries ul li:last-child { border-bottom: none; } .widget_recent_entries ul li a { text-decoration: none; transition: color 0.2s ease; } .widget_recent_entries ul li a:hover { color: #7B2D3E; }

/* ── Force uniform tag cloud size ── */
.widget_tag_cloud .tag-cloud-link {
  font-size: 0.82em !important;
}
/* ── Category Cloud block color fix ── */
.wp-block-tag-cloud a {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.82em !important;
  font-weight: 600;
  text-decoration: none !important;
  color: #fff !important;
  margin: 3px 2px;
  background: #4A4A6A;
  transition: opacity 0.2s ease;
}

.wp-block-tag-cloud a:hover { opacity: 0.82; }
/* ── Tag group colors ── */
/* Biblical/Theology */
.wp-block-tag-cloud a[href*="biblical"],
.wp-block-tag-cloud a[href*="theology"],
.wp-block-tag-cloud a[href*="bible"],
.wp-block-tag-cloud a[href*="scripture"] { background: #7B2D3E !important; }

/* Christian Living */
.wp-block-tag-cloud a[href*="christian-living"],
.wp-block-tag-cloud a[href*="holiness"],
.wp-block-tag-cloud a[href*="sanctification"],
.wp-block-tag-cloud a[href*="repentance"] { background: #2D6A4F !important; }

/* Grace & Salvation */
.wp-block-tag-cloud a[href*="grace"],
.wp-block-tag-cloud a[href*="salvation"],
.wp-block-tag-cloud a[href*="gospel"],
.wp-block-tag-cloud a[href*="redemption"] { background: #5C3A7E !important; }

/* Identity & Growth */
.wp-block-tag-cloud a[href*="identity"],
.wp-block-tag-cloud a[href*="spiritual-growth"],
.wp-block-tag-cloud a[href*="union-with-christ"],
.wp-block-tag-cloud a[href*="new-creation"] { background: #1B7A8A !important; }

/* End Times & Warfare */
.wp-block-tag-cloud a[href*="end-times"],
.wp-block-tag-cloud a[href*="eschatology"],
.wp-block-tag-cloud a[href*="spiritual-warfare"],
.wp-block-tag-cloud a[href*="apostasy"] { background: #2C3E6B !important; }

/* Jesus & Spirit */
.wp-block-tag-cloud a[href*="jesus"],
.wp-block-tag-cloud a[href*="holy-spirit"],
.wp-block-tag-cloud a[href*="faith"],
.wp-block-tag-cloud a[href*="truth"] { background: #A0522D !important; }
/* ── Fix category/tag cloud spacing ── */
.wp-block-tag-cloud {
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.wp-block-tag-cloud a {
  margin: 3px 2px !important;
  line-height: 1 !important;
}

/* Fix any list-style interference */
.widget ul,
.widget ol,
.widget li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}/* ── Remove gap and line before Latest Articles heading ── */
.widget_block .wp-block-latest-posts::before {
  content: "LATEST ARTICLES";
  display: block;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #1a1a1a;
  margin-bottom: 10px;
  padding-bottom: 0;
  border: none;
}

/* Remove the separator line above the Latest Posts widget */
.widget_block:has(.wp-block-latest-posts) {
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}/* ── Tidy up audio player in sidebar ── */
.widget audio,
.wp-audio-shortcode {
  width: 100% !important;
  margin: 4px 0 !important;
}

.widget_media_audio {
  padding: 0 !important;
}

.widget_media_audio + .widget_media_audio {
  border-top: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}/* ── Browse by Topic category cloud colors ── */
.widget_tag_cloud a[href*="/category/"] {
  display: inline-block !important;
  padding: 4px 12px !important;
  border-radius: 12px !important;
  font-size: 0.82em !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  color: #fff !important;
  margin: 3px 2px !important;
  background: #4A4A6A !important;
  transition: opacity 0.2s ease !important;
}

/* Individual category colors */
.widget_tag_cloud a[href*="/category/biblical-studies"] { background: #7B2D3E !important; }
.widget_tag_cloud a[href*="/category/bible-study"] { background: #7B2D3E !important; }
.widget_tag_cloud a[href*="/category/christian-living"] { background: #2D6A4F !important; }
.widget_tag_cloud a[href*="/category/christian-theology"] { background: #2D6A4F !important; }
.widget_tag_cloud a[href*="/category/discipleship"] { background: #1B7A8A !important; }
.widget_tag_cloud a[href*="/category/eschatology"] { background: #2C3E6B !important; }
.widget_tag_cloud a[href*="/category/spiritual-growth"] { background: #1B7A8A !important; }
.widget_tag_cloud a[href*="/category/spirituality"] { background: #5C3A7E !important; }
.widget_tag_cloud a[href*="/category/theology"] { background: #7A5230 !important; }.widget_tag_cloud a[href*="/category/health-and-wellness"] { background: #4A7FA5 !important; }/* ── Latest Articles font size ── */
.wp-block-latest-posts__list li a {
  font-size: 1.1em !important;
  line-height: 1.5 !important;
}