/*
Theme Name: LDBY Trans Advantage
Theme URI: https://loudbaby.com
Author: Loudbaby
Author URI: https://loudbaby.com
Description: Lean Trans Advantage theme for Elementor page bodies with theme-coded header/footer. Designed to replicate the current site styling while improving maintainability and performance.
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ldby-trans-advantage
Tags: custom, elementor
*/

/* Intentionally minimal. Primary styling is enqueued via the theme. */

.ldby-search-results {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
}

.ldby-search-result {
	background: #f4f4f4;
}

.ldby-search-result__link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.ldby-search-result__image img {
	display: block;
	width: 100%;
	height: auto;
}

.ldby-search-result__content {
	padding: 20px;
}

.ldby-search-result__title {
	margin: 0 0 12px;
	font-size: 1.8rem;
	line-height: 1.3;
}

.ldby-search-result__excerpt {
	margin: 0 0 12px;
}

.ldby-search-result__cta {
	font-weight: 600;
}

/* Mobile nav: submenus always open, hide +/- toggles */
@media (max-width: 69em) {
	.nav .menu--main .dropdown-toggle {
		display: none !important;
	}
	.nav .menu--main .sub-menu {
		display: block !important;
	}
}

/* Fix gap between header and mobile nav panel */
@media (max-width: 69em) {
	.nav__nav--main {
		top: 8.25rem !important;
		height: calc(100% - 8.25rem) !important;
	}
}
@media (max-width: 40em) {
	.nav__nav--main {
		top: 7.25rem !important;
		height: calc(100% - 7.25rem) !important;
	}
}

