/**
 * Legacy Inteum Tech Publisher integration overrides.
 *
 * Styles for the old Inteum "Tech Publisher" feed widget (category list,
 * `ul.technology` feed container, latest-technologies-posted counter). The
 * feed container's classes are injected client-side by JS elsewhere in this
 * plugin; these rules only style what that script produces. Moved verbatim
 * from the theme Customizer's Additional CSS — not yet cleaned up, see
 * ROADMAP.md.
 *
 * @package    UTRF_Extensions
 * @subpackage Legacy
 * @category   Frontend_Styles
 * @author     David W. Couch <http://wadellc.co>
 * @version    1.0.0
 * @since      1.0.0
 */

/* Temp Old TechPublisher Overide Overides */
.wp-block-latest-posts__featured-image {
  xheight: 154px;
}
.wp-block-post-title a,
.wp-block-post-title a:hover{
  border-bottom: none;
	text-decoration: none;
}

/* Techpublisher Feed Override
 * Hides any item without a class
 * Classes for Feed Container are added via JS in Plugin: UTRF Extensions
 */
ul.technology li:not([class]){
  display: none;
}
span#latesttechnologiesposted {
	font-size: 1.4rem;align-content}

#categorylist a {
    border-bottom: 0;
    color: #ffffff;
    text-decoration: none;
}

/* Fallback for Mobile LI view */
#categorylist a {
    color: #007a89;
}

ul.technology > li a {
    background-color: rgba(255, 255, 255, 0.75);
		color: #007a89;
}
