/**
 * Minimal brand overrides for Lernen im Gleichgewicht.
 * Keeps Cloe Brooks layout intact; only adjusts project-specific accents.
 */

:root {
	--lig-accent: #8a967e;
	--lig-accent-dark: #6d7a62;
}

/* Optional sage accent (live site). Comment out to use original Cloe Brooks peach/teal. */
.scheme_original .sc_button.sc_button_style_filled,
.scheme_original input[type="submit"],
.scheme_original button,
.scheme_original .menu_user_nav > li > a {
	/* Intentionally light – original skin colors apply unless needed */
}

.top_panel_wrap .logo_main {
    width: 100%;
    height: 55px;
    max-height: 55px;
}

.top_panel_wrap .logo_fixed {
    width: 100%;
    height: 40px;
    max-height: 40px;
}

.header_mobile .logo .logo_fixed {
    width: 100%;
    height: 53px;
    max-height: 53px;
}

.logo_text {
	font-family: "Raleway", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	color: #33302e;
}

/* Meta menu (footer copyright bar) */
.menu_meta_nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0;
}

.menu_meta_nav > li {
	display: inline-block;
}

.menu_meta_nav > li:not(:last-child)::after {
	content: "|";
	margin: 0 0.6em;
	opacity: 0.7;
}

.menu_meta_nav > li > a {
	color: inherit;
	text-decoration: none;
}

.menu_meta_nav > li > a:hover {
	color: #8a967e;
}

/* Gutenberg page blocks */
.lig-page-blocks > .lig-hero-slider,
.lig-page-blocks > .wp-block-lig-hero,
.lig-page-blocks > .lig-contact-form,
.lig-page-blocks > .wp-block-lig-contact-form {
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.lig-page-blocks > *:not(.lig-hero-slider):not(.wp-block-lig-hero):not(.lig-contact-form):not(.wp-block-lig-contact-form) {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
