/*
Theme Name: TrendMacro
Theme URI: https://trendmacro.com
Author: Crucial Creative
Author URI: https://crucialcreative.com
Description: A modern, minimal WordPress block theme emulating the look of the TrendMacro (Drupal "wayfire") site — Roboto Condensed type, red accent, centered single-column layout with a right sidebar.
Requires at least: 6.5
Tested up to: 6.5
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trendmacro
*/

/*
 * Most styling is driven by theme.json. The rules below cover details that
 * theme.json cannot express cleanly — the header's black nav divider, the
 * footer's muted top-bordered disclaimer, and view-row spacing — mirroring
 * the original wayfire theme.
 */

/* Header: black divider above the navigation. */
.wp-block-template-part header .site-header__nav {
	border-top: 1px solid #000;
	margin-top: 0.5em;
	padding-top: 0.625em;
}

/* Active nav link mirrors wayfire's underlined black "is-active" state. */
.wp-block-navigation .wp-block-navigation-item.current-menu-item > a,
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content.current-menu-item {
	color: #000;
	border-bottom: 1px solid #000;
}

/* Post / listing meta — muted, slightly smaller, tight line-height. */
.post-meta,
.wp-block-post-date,
.wp-block-post-author {
	color: #888;
	font-size: 0.9em;
	line-height: 1.3;
}

/* Footer disclaimer block — small, muted, with a hairline top border. */
.wp-block-template-part footer {
	font-size: 0.8em;
	color: #888;
	border-top: 1px solid #ddd;
	padding-top: 2em;
	margin-top: 2em;
}

.wp-block-template-part footer a {
	color: #888;
}

.wp-block-template-part footer a:hover {
	color: #ee3a43;
}

/* Emphasis matches wayfire: bold/strong render in solid black, not heavier. */
strong {
	color: #000;
	font-weight: 400;
}

em {
	font-style: italic;
}
