:root {
	--wpbo-primary: #2155d9;
	--wpbo-container: 1120px;
	--wpbo-text: #172033;
	--wpbo-muted: #5d6677;
	--wpbo-border: #d9dee8;
	--wpbo-surface: #ffffff;
	--wpbo-surface-alt: #f5f7fb;
	--wpbo-radius: 0.75rem;
	--wpbo-shadow: 0 0.5rem 1.5rem rgba(23, 32, 51, 0.08);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--wpbo-surface);
	color: var(--wpbo-text);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 1rem;
	line-height: 1.7;
}

img {
	height: auto;
	max-width: 100%;
}

a {
	color: var(--wpbo-primary);
}

a:hover {
	text-decoration-thickness: 0.14em;
}

button,
input,
textarea {
	font: inherit;
}

:focus-visible {
	outline: 3px solid var(--wpbo-primary);
	outline-offset: 3px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	clip: auto !important;
	clip-path: none;
	height: auto;
	left: 0.5rem;
	padding: 0.75rem 1rem;
	top: 0.5rem;
	width: auto;
	z-index: 100000;
}

.wpbo-skip-link {
	background: var(--wpbo-text);
	color: #fff;
	left: 0.5rem;
	padding: 0.75rem 1rem;
	position: fixed;
	top: -10rem;
	z-index: 100000;
}

.wpbo-skip-link:focus {
	top: 0.5rem;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
