/*
Theme Name: TREC USA Child
Theme URI: https://trec-usa.org/
Description: Child theme for recreating the TREC USA header on Twenty Twenty-Five.
Author: Your Name
Template: twentytwentyfive
Version: 1.0.0
Text Domain: trecusa-child
*/

/* Header tweaks */
.neto-logo-container a,
.usneto-main-menu a {
	text-decoration: none;
}

.neto-main-header {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.header-right-section {
	display: flex;
	align-items: center;
	margin-left: auto;
	gap: 20px;
	flex-wrap: nowrap;
}

.header-cta {
	display: flex;
	align-items: center;
	white-space: nowrap;
	flex-shrink: 0;
}

.cta-member .wp-block-button__link {
	font-weight: 600;
	white-space: nowrap;
}

/* Ensure button stays visible on mobile */
@media (max-width: 768px) {
	.header-right-section {
		gap: 10px;
	}

	.cta-member .wp-block-button__link {
		padding: 8px 12px !important;
		font-size: 14px !important;
	}
}

/* Screen reader only utility class */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

/* Hide post title when cover image is present - keep for screen readers */
.wp-block-post-title.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.page-id-78 main.wp-block-group {
    padding-top: 0 !important;
}

.page-template-default main.wp-block-group {
    background-color: #fefefe;
    padding: 3rem 10px;
}
