/*
Theme Name: BroadNews Child - JH Mod
Theme URI: https://weantifascists.com
Template: broadnews
Author: John Henry
Author URI: https://weantifascists.com
Description: A modified child version of Broadnews
Tags: news,blog,entertainment,one-column,two-columns,grid-layout,block-styles,left-sidebar,right-sidebar,custom-header,flexible-header,custom-background,custom-menu,featured-images,full-width-template,post-formats,rtl-language-support,footer-widgets,translation-ready,theme-options,threaded-comments
Version: 1.0.1763078361
Updated: 2025-11-13 15:59:21

*/

/*Fix list style type because this goofy-ass theme strips the leading characters in ul and ol */
ul, ol {
    list-style: unset;
}

/* Taxonomy display on Figure and Quote custom post types */
/* === Taxonomy Display for Figure and Quote Pages === */
.figure-taxonomies,
.quote-taxonomies {
    margin-top: 1em;
    font-size: 0.95em;
    line-height: 1.4;
}

.figure-categories,
.quote-categories,
.figure-tags,
.quote-tags {
    margin-bottom: 0.5em;
}

.figure-categories strong,
.quote-categories strong,
.figure-tags strong,
.quote-tags strong {
    color: #333;
}

/* Quote Source Fix */
.quote-source p {
  display: contents;
}
/* Fix formatting of text hyperlinks */
body.aft-dark-mode .af-breadcrumbs a, body.aft-dark-mode p a, body.aft-light-mode .af-breadcrumbs a, body.aft-light-mode p a  {
  color: #0077cc !important; /* or your preferred accent color */
  text-decoration: none;
}

body.aft-dark-mode .af-breadcrumbs a:hover, body.aft-dark-mode p a:hover, body.aft-dark-mode .af-breadcrumbs a:focus, body.aft-light-mode p a:focus, body.aft-light-mode .af-breadcrumbs a:hover, body.aft-light-mode p a:hover,
body.aft-dark-mode .af-breadcrumbs a:focus, body.aft-dark-mode p a:focus {
  color: #005fa3 !important;
  text-decoration: underline; /* or underline if you want it persistent */
}