/*==========================================================
STYLE — Final overrides & utility patches
Loaded last so it can refine anything above.
==========================================================*/

/* Align wide content */
.alignwide { max-width: 1180px; margin-left: auto; margin-right: auto; }
.alignfull { max-width: none; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.85rem; color: var(--text-light); margin-top: 0.5rem; }

.footer-widget-title { margin: 0 0 1rem; color: #fff; }

/* Ensure cards without images still look good */
.card:not(:has(.card-image)) .card-content {
	padding-top: 1.75rem;
}

/* Thread tags on singles */
.thread-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.thread-tags a {
	padding: 0.3rem 0.85rem;
	border-radius: var(--radius-pill);
	background: var(--primary-light);
	color: var(--primary);
	font-size: 0.82rem;
	font-weight: 600;
}

.thread-tags a:hover {
	background: var(--primary);
	color: #fff;
}
