:root {
	--strl-branding-color-beige: #FCF4EB;
	--strl-branding-color-sand: #FCFBFA;
	--strl-branding-color-blue: #243363;
	--strl-branding-color-blue-80: #505C82;
	--strl-branding-color-blue-60: #7C85A1;
	--strl-branding-color-blue-20: #D3D6E0;
	--strl-login-text-muted: #4a4f5c;
	--strl-border-primary-soft: rgba(36, 51, 99, 0.28);
	--strl-login-glass-bg: rgba(255, 255, 255, 0.62);
	--strl-login-glass-bg-strong: rgba(255, 255, 255, 0.78);
	--strl-login-glass-blur: 20px;
	--strl-login-glass-border: rgba(255, 255, 255, 0.55);
}

@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("playfair-display-v40-latin-regular.woff2") format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("playfair-display-v40-latin-500.woff2") format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("playfair-display-v40-latin-700.woff2") format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("Outfit-latin-ext.woff2") format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("Outfit-latin.woff2") format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body.login {
	background: var(--strl-branding-color-beige) url('./login-background.jpg') center center no-repeat fixed !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
	color: var(--strl-branding-color-blue-80) !important;
	font-size: 16px !important;
	font-family: 'Outfit', sans-serif !important;
}

a:hover {
	color: var(--strl-branding-color-blue) !important;
}

label {
	font-size: 0.75rem !important;
}

/* ——— Classic single-column layout (interim login, etc.) ——— */

body.login:not(.stuurlui-branding-login-split) #login {
	width: 425px !important;
	max-width: 98vw;
	padding: 0 !important;
	margin-top: 11vw !important;
}

body.login:not(.stuurlui-branding-login-split) #loginform {
	padding: 0 40px !important;
	margin: 40px 0 0 !important;
}

body.login:not(.stuurlui-branding-login-split) #login h1 a,
body.login:not(.stuurlui-branding-login-split) .login h1 a {
	background-image: url('./stuurlui-logo.png');
	height: 40px;
	width: 182px;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 0;
	margin-top: 40px;
	padding-bottom: 0;
	opacity: 0.75;
}

body.login:not(.stuurlui-branding-login-split) #login {
	background-color: var(--strl-branding-color-sand) !important;
	overflow: hidden;
	-webkit-background-clip: content-box;
	-moz-background-clip: content-box;
	background-clip: content-box;
}

body.login:not(.stuurlui-branding-login-split) .login #nav {
	padding: 0 0 0 40px !important;
	float: left;
	font-size: 12px !important;
	margin: 16px 0 40px !important;
}

body.login:not(.stuurlui-branding-login-split) .login #backtoblog {
	padding: 0 40px 0 0 !important;
	font-size: 12px !important;
	float: right;
	margin: 16px 0 40px !important;
}

body.login:not(.stuurlui-branding-login-split) .language-switcher {
	width: 425px !important;
	margin: 0 auto;
}

/* ——— Split layout ——— */

body.stuurlui-branding-login-split #login h1.wp-login-logo {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

body.stuurlui-branding-login-split .strl-login-page {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(440px, 600px);
	min-height: 100vh;
	min-height: 100dvh;
	width: 100%;
	box-sizing: border-box;
	align-items: stretch;
}

body.stuurlui-branding-login-split .strl-login-left {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	box-sizing: border-box;
	padding: clamp(1.5rem, 4vw, 3rem);
	padding-bottom: clamp(2rem, 5vw, 3.5rem);
}

body.stuurlui-branding-login-split .strl-login-logo {
	display: inline-block;
	align-self: flex-start;
	margin: 0 0 1.5rem;
	line-height: 0;
}

body.stuurlui-branding-login-split .strl-login-logo img {
	display: block;
	width: 136px;
	max-width: min(136px, 42vw);
	height: auto;
}

body.stuurlui-branding-login-split .strl-login-news {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 0;
	width: 100%;
	max-width: 46rem;
}

body.stuurlui-branding-login-split .strl-login-news__title {
	margin: 0 0 1rem;
	font-family: 'Outfit', sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--strl-branding-color-blue);
}

body.stuurlui-branding-login-split .strl-login-news-card {
	position: relative;
	background: #fff;
	border: none;
	border-bottom: 1px solid var(--strl-branding-color-blue);
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
}

body.stuurlui-branding-login-split .strl-login-news-card__overlay-link {
	position: absolute;
	inset: 0;
	z-index: 2;
	border-radius: 0;
}

body.stuurlui-branding-login-split .strl-login-news-card__overlay-link:focus {
	outline: 2px solid var(--strl-branding-color-blue);
	outline-offset: 2px;
}

body.stuurlui-branding-login-split .strl-login-news-card__overlay-link:focus:not(:focus-visible) {
	outline: none;
}

body.stuurlui-branding-login-split .strl-login-news-card__body {
	position: relative;
	z-index: 1;
	padding: clamp(1.5rem, 3.5vw, 2rem) clamp(1.5rem, 3.5vw, 2rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0;
	background: #fff;
	pointer-events: none;
}

body.stuurlui-branding-login-split .strl-login-news-card__headline {
	margin: 0;
	font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
	font-size: clamp(1.15rem, 2.75vw, 1.5rem);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
	color: var(--strl-branding-color-blue);
}

body.stuurlui-branding-login-split .strl-login-support {
	align-self: stretch;
	margin-top: auto;
	padding-top: 2rem;
	max-width: 46rem;
	width: 100%;
	text-align: left;
}

body.stuurlui-branding-login-split .strl-login-support__heading {
	margin: 0 0 0.35rem;
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--strl-login-text-muted);
}

body.stuurlui-branding-login-split .strl-login-support__content {
	font-size: 0.95rem;
	line-height: 1.5;
	color: var(--strl-branding-color-blue-80);
}

body.stuurlui-branding-login-split .strl-login-support__content > :first-child {
	margin-top: 0;
}

body.stuurlui-branding-login-split .strl-login-support__content > :last-child {
	margin-bottom: 0;
}

body.stuurlui-branding-login-split .strl-login-support__link {
	text-decoration: underline;
	text-underline-offset: 2px;
	color: var(--strl-branding-color-blue) !important;
	font-weight: 600;
}

body.stuurlui-branding-login-split .strl-login-support__phone {
	color: var(--strl-branding-color-blue-80) !important;
	font-weight: 600;
	text-decoration: none;
}

body.stuurlui-branding-login-split .strl-login-right {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	min-height: 100dvh;
	align-self: stretch;
	background: linear-gradient(
		165deg,
		var(--strl-login-glass-bg-strong) 0%,
		var(--strl-login-glass-bg) 45%,
		rgba(255, 255, 255, 0.52) 100%
	);
	-webkit-backdrop-filter: blur(var(--strl-login-glass-blur)) saturate(1.35);
	backdrop-filter: blur(var(--strl-login-glass-blur)) saturate(1.35);
	border-left: 1px solid var(--strl-login-glass-border);
	box-shadow:
		-12px 0 48px rgba(36, 51, 99, 0.07),
		inset 1px 0 0 rgba(255, 255, 255, 0.4);
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
	body.stuurlui-branding-login-split .strl-login-right {
		background: rgba(252, 251, 250, 0.94);
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}
}

body.stuurlui-branding-login-split #login {
	width: 100% !important;
	max-width: none;
	flex: 1 1 auto;
	min-height: 0;
	margin: 0 !important;
	padding: clamp(2rem, 5vh, 3.5rem) clamp(1.75rem, 5vw, 3rem) 1.25rem !important;
	box-sizing: border-box;
	background: transparent !important;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 0.75rem;
	align-content: center;
	row-gap: 0;
}

body.stuurlui-branding-login-split #login > * {
	grid-column: 1 / -1;
}

body.stuurlui-branding-login-split #login > #nav {
	grid-column: 1;
	justify-self: start;
	margin: 1rem 0 0 !important;
	padding: 0 !important;
	font-size: 12px !important;
	text-align: left;
}

body.stuurlui-branding-login-split #login > #backtoblog {
	grid-column: 2;
	justify-self: end;
	margin: 1rem 0 0 !important;
	padding: 0 !important;
	font-size: 12px !important;
	text-align: right;
}

body.stuurlui-branding-login-split #loginform {
	padding: 0 !important;
	margin: 1.25rem 0 0 !important;
}

body.stuurlui-branding-login-split .strl-login-right > .language-switcher {
	width: 100% !important;
	max-width: none;
	flex-shrink: 0;
	margin-top: auto !important;
	margin-bottom: 0 !important;
	padding: 1rem clamp(1.75rem, 5vw, 3rem) 1.25rem;
	box-sizing: border-box;
	background: transparent;
	border-top: 1px solid rgba(36, 51, 99, 0.07);
}

/* Shared form & controls */

.login form {
	background: none !important;
	border: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.wp-core-ui .button-primary {
	background: var(--strl-branding-color-blue) !important;
	border-color: var(--strl-branding-color-blue) !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	font-weight: 600;
}

.wp-core-ui .button-primary:hover,
.wp-core-ui .button-primary:focus {
	background: var(--strl-branding-color-blue) !important;
	border-color: var(--strl-branding-color-blue) !important;
}

.wp-core-ui .button,
.wp-core-ui .button-secondary {
	color: #fff;
	font-weight: 500;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

.wp-core-ui .button:hover,
.wp-core-ui .button-secondary:hover {
	background: var(--strl-branding-color-blue-80);
	border-color: var(--strl-branding-color-blue-80);
	color: #fff;
}

#login form .user-pass-wrap .wp-pwd button.button.wp-hide-pw .dashicons {
	color: var(--strl-branding-color-blue) !important;
	opacity: 1;
}

#login form .user-pass-wrap .wp-pwd button.button.wp-hide-pw:active .dashicons,
#login form .user-pass-wrap .wp-pwd button.button.wp-hide-pw:focus .dashicons {
	color: var(--strl-branding-color-blue-80);
}

#login form .button.wp-hide-pw {
	height: 58px !important;
	width: 58px !important;
}

#language-switcher {
	background: transparent !important;
}

#rememberme {
	border-color: var(--strl-branding-color-blue-60) !important;
	height: 1.25rem !important;
	width: 1.25rem !important;
}

#rememberme:checked,
#rememberme:focus {
	border-color: var(--strl-branding-color-blue) !important;
}

#rememberme:checked::before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--%3E%3Cpath d='M530.8 134.1C545.1 144.5 548.3 164.5 537.9 178.8L281.9 530.8C276.4 538.4 267.9 543.1 258.5 543.9C249.1 544.7 240 541.2 233.4 534.6L105.4 406.6C92.9 394.1 92.9 373.8 105.4 361.3C117.9 348.8 138.2 348.8 150.7 361.3L252.2 462.8L486.2 141.1C496.6 126.8 516.6 123.6 530.9 134z' fill='%23243363'/%3E%3C/svg%3E");
	-webkit-background-size: 1rem;
	-moz-background-size: 1rem;
	background-size: 1rem;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	width: 100%;
	margin: 0;
}

input[type="text"],
input[type="password"] {
	color: var(--strl-branding-color-blue) !important;
	font-weight: 700;
	font-size: 1rem !important;
	line-height: 1.5 !important;
	padding: 0.75rem 1rem !important;
	border-radius: 0 !important;
	border-color: var(--strl-branding-color-blue-20) !important;
	border-bottom-color: var(--strl-branding-color-blue-80) !important;
}

input:focus {
	outline-color: var(--strl-branding-color-blue) !important;
	outline-width: 1px !important;
}

#wp-submit {
	display: block;
	width: 100%;
	margin: 16px 0 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	padding: 0.75rem 2rem;
	border-radius: 50px;
	transition: all 0.3s ease;
}

#wp-submit:hover,
#wp-submit:focus-visible {
	background: var(--strl-branding-color-blue-80) !important;
	border-color: var(--strl-branding-color-blue-80) !important;
}

.login #backtoblog a,
.login #nav a {
	color: var(--strl-branding-color-blue) !important;
}

.privacy-policy-page-link {
	display: none !important;
}

.language-switcher form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.5rem;
}

.language-switcher form select {
	flex: 1;
	border-color: var(--strl-branding-color-blue-20) !important;
	padding: 0.5rem 1rem !important;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	color: var(--strl-branding-color-blue) !important;
}

.language-switcher form .button {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	padding: 0.5rem 2rem;
	border-radius: 50px;
	transition: all 0.3s ease;
	border-color: var(--strl-branding-color-blue) !important;
	color: var(--strl-branding-color-blue) !important;
	background-color: transparent !important;
}

.language-switcher form .button:hover,
.language-switcher form .button:focus-visible {
	background-color: var(--strl-branding-color-blue) !important;
	border-color: var(--strl-branding-color-blue) !important;
	color: #fff !important;
}

/* Admin notices on split login */
body.stuurlui-branding-login-split #login .notice,
body.stuurlui-branding-login-split #login .login-message {
	margin-bottom: 1rem;
}

/* Responsive: stack columns */
@media screen and (max-width: 782px) {
	body.stuurlui-branding-login-split .strl-login-page {
		grid-template-columns: 1fr;
	}

	body.stuurlui-branding-login-split .strl-login-left {
		min-height: 0;
		padding-bottom: 1.5rem;
	}

	body.stuurlui-branding-login-split .strl-login-news {
		flex: 0 1 auto;
		justify-content: flex-start;
	}

	body.stuurlui-branding-login-split .strl-login-support {
		align-self: stretch;
		text-align: left;
		max-width: none;
	}

	body.stuurlui-branding-login-split .strl-login-right {
		min-height: 0;
		box-shadow: none;
		border-top: 1px solid rgba(36, 51, 99, 0.08);
	}

	body.stuurlui-branding-login-split #login {
		justify-content: flex-start;
		padding-top: 2rem !important;
	}
}

