/* =========================================
   Global Styles — Education Theme
   ========================================= */

:root {
	--color-primary: #000000;
	--color-bg: #000000;
	--color-text: #ffffff;

	/* Breakpoints (reference only) */
	--bp-mobile:  600px;
	--bp-tablet:  1024px;
	--bp-desktop: 1440px;

	/* Container */
	--container-padding: 1rem;
	--container-max-width: 1440px;
}

/* Reset */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
}

body {
	color: var(--color-text);
	background-color: var(--color-bg);
	font-family: inherit;
	line-height: 1.6;
}

img,
video {
	max-width: 100%;
	height: auto;
	display: block;
}

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

.rank-math-breadcrumb a {
	color: #ffffff;
	text-decoration: none;
}

/* =========================================
   Layout
   ========================================= */

.container {
	width: 100%;
	max-width: var(--container-max-width);
	margin-inline: auto;
	padding-inline: var(--container-padding);
}

#page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#content {
	flex: 1;
}

/* =========================================
   Header
   ========================================= */

.site-header {
	width: 100%;
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

/* =========================================
   Navigation
   ========================================= */

.main-navigation ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
}

.main-navigation a {
	text-decoration: none;
}

/* =========================================
   Main / Posts
   ========================================= */

.site-main {
	width: 100%;
}

.entry-header,
.entry-content,
.entry-footer,
.entry-meta {
	width: 100%;
}

/* =========================================
   Footer
   ========================================= */

.site-footer {
	width: 100%;
}

.site-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.footer-navigation ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
}

.footer-navigation a {
	text-decoration: none;
}

/* =========================================
   Utility
   ========================================= */

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