/*
Theme Name: Beyaz Okul Child
Theme URI: https://beyazokul.com
Description: GeneratePress child theme. Homepage card listing and site-specific layout that survive parent/plugin updates.
Author: Beyaz Okul
Template: generatepress
Version: 1.7.0
Text Domain: beyazokul
*/

/* ==========================================================================
   Local Open Sans (same family as in-post GP body font)
   latin + latin-ext for Turkish characters. Variable 400-700.
   ========================================================================== */

@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400 700;
	font-stretch: 100%;
	font-display: swap;
	src: url("assets/fonts/open-sans-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;
}

@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400 700;
	font-stretch: 100%;
	font-display: swap;
	src: url("assets/fonts/open-sans-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;
}

@font-face {
	font-family: "Open Sans";
	font-style: italic;
	font-weight: 400 700;
	font-stretch: 100%;
	font-display: swap;
	src: url("assets/fonts/open-sans-latin-ext-italic.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;
}

@font-face {
	font-family: "Open Sans";
	font-style: italic;
	font-weight: 400 700;
	font-stretch: 100%;
	font-display: swap;
	src: url("assets/fonts/open-sans-latin-italic.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;
}

:root {
	--gp-body-font-family: "Open Sans";
	--gp-heading-font-family: "Open Sans";
}

body,
button,
input,
select,
textarea {
	font-family: "Open Sans", system-ui, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.entry-title a,
.bo-card__title {
	font-family: "Open Sans", system-ui, sans-serif;
}

.bo-header,
.bo-footer,
.bo-card__date {
	font-family: "Open Sans", system-ui, sans-serif;
}

/* ==========================================================================
   Homepage card listing
   CLS: 16:9 media box, clamped title with min-height, reserved date line.
   No layout animations. Grid uses minmax(0,1fr) to prevent overflow shift.
   ========================================================================== */

.bo-home-cards.separate-containers .site-main > article.bo-card {
	margin: 0;
	background: transparent;
	box-shadow: none;
	border: none;
	padding: 0;
}

.bo-home-cards .site-main {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 36px 24px;
	align-items: start;
}

.bo-home-cards .site-main > .paging-navigation,
.bo-home-cards .site-main > nav,
.bo-home-cards .site-main > .bo-home-rows {
	grid-column: 1 / -1;
}

.bo-card__link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.bo-card__link:hover,
.bo-card__link:focus {
	text-decoration: none;
	color: inherit;
}

.bo-card__media {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 10px;
	background: #e8edf3;
}

.bo-card__image,
.bo-card__placeholder {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	border-radius: 0;
	max-width: none;
}

.bo-card__placeholder {
	background: #d9e0ea;
}

.bo-card__panel {
	position: relative;
	z-index: 1;
	width: calc(100% - 28px);
	margin: -44px auto 0;
	padding: 16px 18px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
}

.bo-card__title {
	margin: 0;
	padding: 0;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.4;
	color: #1b2430;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
	min-height: calc(1.4em * 2);
}

.bo-card__link:hover .bo-card__title,
.bo-card__link:focus .bo-card__title {
	color: #115cfa;
}

.bo-card__date {
	display: block;
	margin: 12px 14px 0;
	min-height: 1.25em;
	font-size: 0.875rem;
	line-height: 1.25;
	color: #8b95a7;
}

@media (max-width: 1024px) {
	.bo-home-cards .site-main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 32px 20px;
	}
}

@media (max-width: 640px) {
	.bo-home-cards .site-main {
		grid-template-columns: minmax(0, 1fr);
		gap: 28px;
	}

	.bo-card__panel {
		width: calc(100% - 24px);
		margin-top: -36px;
		padding: 14px 16px;
	}
}

/* ==========================================================================
   Homepage category rows (Customizer-assigned)
   ========================================================================== */

.bo-home-rows {
	width: 100%;
	margin: 8px 0 0;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.bo-row__head {
	display: flex;
	align-items: flex-end;
	border-bottom: 1px solid var(--bo-header-border, #ececec);
	margin: 0 0 22px;
}

.bo-row__title {
	margin: 0 0 -1px;
	padding: 0 0 10px;
	font-family: "Open Sans", system-ui, sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--bo-header-text, #111);
	border-bottom: 3px solid var(--bo-header-accent, #e10600);
}

.bo-row__title a {
	color: inherit;
	text-decoration: none;
}

.bo-row__title a:hover,
.bo-row__title a:focus {
	color: var(--bo-header-accent, #e10600);
}

.bo-row__grid--cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px 18px;
}

.bo-mini__link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.bo-mini__media {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 10px;
	background: #e8edf3;
}

.bo-mini__image,
.bo-list-ph {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	max-width: none;
}

.bo-list-ph {
	background: #d9e0ea;
}

.bo-mini__num {
	position: absolute;
	left: 10px;
	bottom: -12px;
	z-index: 2;
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--bo-header-accent, #e10600);
	color: #fff;
	font-family: "Open Sans", system-ui, sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 2px 8px rgba(225, 6, 0, 0.28);
}

.bo-mini__name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	min-height: calc(1.35em * 2);
	margin: 18px 0 0;
	font-family: "Open Sans", system-ui, sans-serif;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.35;
	color: var(--bo-header-text, #111);
}

.bo-mini__link:hover .bo-mini__name,
.bo-mini__link:focus .bo-mini__name {
	color: var(--bo-header-accent, #e10600);
}

.bo-mini__date {
	display: block;
	margin-top: 8px;
	font-family: "Open Sans", system-ui, sans-serif;
	font-size: 0.82rem;
	line-height: 1.3;
	color: var(--bo-header-muted, #6b7280);
}

.bo-row__grid--pills {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px 16px;
}

.bo-pill__link {
	display: flex;
	flex-direction: column;
	gap: 12px;
	text-decoration: none;
	color: inherit;
}

.bo-pill__media {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 999px;
	background: #e8edf3;
}

.bo-pill__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	max-width: none;
}

.bo-pill__caption {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	min-height: calc(1.35em * 2);
}

.bo-pill__num {
	flex: 0 0 auto;
	color: var(--bo-header-accent, #e10600);
	font-family: "Open Sans", system-ui, sans-serif;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.35;
}

.bo-pill__name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	font-family: "Open Sans", system-ui, sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.35;
	color: var(--bo-header-text, #111);
}

.bo-pill__link:hover .bo-pill__name,
.bo-pill__link:focus .bo-pill__name {
	color: var(--bo-header-accent, #e10600);
}

@media (max-width: 1024px) {
	.bo-row__grid--cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bo-row__grid--pills {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.bo-home-rows {
		gap: 32px;
	}

	.bo-row__grid--cards,
	.bo-row__grid--pills {
		grid-template-columns: minmax(0, 1fr);
	}

	.bo-row__title {
		font-size: 1.2rem;
	}
}

html.bo-theme-dark .bo-mini__media,
html.bo-theme-dark .bo-pill__media,
html.bo-theme-dark .bo-list-ph {
	background: #2a2a2a;
}

html.bo-theme-dark .bo-mini__name,
html.bo-theme-dark .bo-pill__name {
	color: #f3f4f6;
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.paging-navigation,
.pagination,
nav#nav-below {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 36px 0 8px;
	padding: 0;
	text-align: center;
	font-size: 0.92rem;
}

.paging-navigation .nav-previous,
.paging-navigation .nav-next {
	display: none;
}

.paging-navigation .nav-links,
.pagination .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.paging-navigation .page-numbers,
.pagination .page-numbers,
.paging-navigation a.page-numbers,
.pagination a.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 14px;
	margin: 0;
	border: 1px solid var(--bo-header-icon-border, #e5e7eb);
	border-radius: 999px;
	background: var(--bo-header-bg, #fff);
	color: var(--bo-header-text, #111);
	font-family: "Open Sans", system-ui, sans-serif;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	float: none;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.paging-navigation .next.page-numbers,
.paging-navigation .prev.page-numbers,
.pagination .next.page-numbers,
.pagination .prev.page-numbers {
	min-width: auto;
}

.paging-navigation .page-numbers:hover,
.pagination .page-numbers:hover,
.paging-navigation a.page-numbers:focus,
.pagination a.page-numbers:focus {
	border-color: var(--bo-header-accent, #e10600);
	color: var(--bo-header-accent, #e10600);
	background: #fff5f5;
}

.paging-navigation .nav-links .next,
.paging-navigation .nav-links .prev,
.pagination .nav-links .next,
.pagination .nav-links .prev {
	display: inline-flex !important;
}

.paging-navigation .page-numbers.current,
.pagination .page-numbers.current {
	background: var(--bo-header-accent, #e10600);
	border-color: var(--bo-header-accent, #e10600);
	color: #fff;
	box-shadow: 0 6px 16px rgba(225, 6, 0, 0.22);
}

.paging-navigation .page-numbers.dots,
.pagination .page-numbers.dots {
	min-width: auto;
	height: auto;
	padding: 0 4px;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--bo-header-muted, #6b7280);
}

html.bo-theme-dark .paging-navigation .page-numbers,
html.bo-theme-dark .pagination .page-numbers {
	background: #1c1c1c;
	border-color: #3f3f46;
	color: #f3f4f6;
	box-shadow: none;
}

html.bo-theme-dark .paging-navigation .page-numbers:hover,
html.bo-theme-dark .pagination .page-numbers:hover,
html.bo-theme-dark .paging-navigation a.page-numbers:focus,
html.bo-theme-dark .pagination a.page-numbers:focus {
	background: #2a2a2a;
	border-color: #ef4444;
	color: #fecaca;
}

html.bo-theme-dark .paging-navigation .page-numbers.current,
html.bo-theme-dark .pagination .page-numbers.current {
	background: var(--bo-header-accent, #e10600);
	border-color: var(--bo-header-accent, #e10600);
	color: #fff;
}

html.bo-theme-dark .paging-navigation .page-numbers.dots,
html.bo-theme-dark .pagination .page-numbers.dots {
	background: transparent;
	border: 0;
	color: #9ca3af;
}

/* ==========================================================================
   Header + footer chrome
   ========================================================================== */

:root {
	--bo-header-bg: #fff;
	--bo-header-text: #111;
	--bo-header-muted: #6b7280;
	--bo-header-border: #ececec;
	--bo-header-icon-border: #e5e7eb;
	--bo-header-top-bg: #111;
	--bo-header-accent: #e10600;
	--bo-footer-bg: #1a1a1a;
	--bo-footer-text: #fff;
	--bo-footer-muted: rgba(255, 255, 255, 0.62);
	--bo-footer-line: rgba(255, 255, 255, 0.16);
	--bo-chrome-max: 1200px;
}

html.bo-theme-dark {
	--bo-header-bg: #171717;
	--bo-header-text: #f3f4f6;
	--bo-header-muted: #9ca3af;
	--bo-header-border: #2a2a2a;
	--bo-header-icon-border: #3f3f46;
	--bo-footer-bg: #111;
	background: #121212;
}

html.bo-theme-dark body {
	background: #121212;
	color: #e5e7eb;
}

body.wp-child-theme-generatepress-child #site-navigation,
body.wp-child-theme-generatepress-child .site-header,
body.wp-child-theme-generatepress-child .site-footer,
body.wp-child-theme-generatepress-child .fpb-footer {
	display: none !important;
}

.bo-header {
	position: relative;
	z-index: 40;
	background: var(--bo-header-bg);
	color: var(--bo-header-text);
}

.bo-header__top {
	background: var(--bo-header-top-bg);
	color: #fff;
}

.bo-header__top-inner,
.bo-header__brand-row,
.bo-header__nav-inner {
	max-width: var(--bo-chrome-max);
	margin: 0 auto;
	padding: 0 24px;
}

.bo-header__top-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 36px;
	overflow-x: auto;
}

.bo-header__top-list {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 8px 22px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bo-header__top-list a {
	display: inline-block;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
	font-family: "Open Sans", system-ui, sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	white-space: nowrap;
}

.bo-header__top-list a:hover,
.bo-header__top-list a:focus,
.bo-header__top-list .current-menu-item > a {
	color: #fff;
	opacity: 0.72;
}

.bo-header__brand-row {
	display: grid;
	grid-template-columns: 1fr auto auto auto 1fr;
	align-items: center;
	gap: 8px 12px;
	padding-top: 18px;
	padding-bottom: 18px;
	min-height: 96px;
}

.bo-theme-toggle {
	grid-column: 2;
}

.bo-header__brand {
	grid-column: 3;
	justify-self: center;
}

.bo-search-toggle {
	grid-column: 4;
}

.bo-menu-toggle {
	display: none;
	grid-column: 5;
	justify-self: end;
}

.bo-header__nav-row {
	border-top: 1px solid var(--bo-header-border);
	border-bottom: 1px solid var(--bo-header-border);
}

.bo-header__nav-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 48px;
}

.bo-header .custom-logo-link,
.bo-footer .custom-logo-link {
	display: flex;
	align-items: center;
	line-height: 0;
}

.bo-header .custom-logo,
.bo-header .bo-logo-text {
	display: block;
	height: 72px;
	width: auto;
	max-width: 340px;
	object-fit: contain;
}

.bo-footer .custom-logo,
.bo-footer .bo-logo-text {
	display: block;
	height: 88px;
	width: auto;
	max-width: 380px;
	object-fit: contain;
}

.bo-logo-text {
	height: auto;
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.1;
}

.bo-icon-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	flex-shrink: 0;
}

.bo-icon-btn:hover,
.bo-icon-btn:focus {
	color: inherit;
	opacity: 0.72;
}

.bo-theme-toggle__sun {
	display: none;
}

html.bo-theme-dark .bo-theme-toggle__moon {
	display: none;
}

html.bo-theme-dark .bo-theme-toggle__sun {
	display: inline-flex;
}

.bo-nav__list,
.bo-drawer__list,
.bo-footer__links,
.bo-header__top-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bo-nav__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 4px 28px;
}

.bo-nav__list > li {
	position: relative;
}

.bo-nav__list a {
	display: inline-block;
	padding: 12px 0;
	color: inherit;
	text-decoration: none;
	font-family: "Open Sans", system-ui, sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

.bo-nav__list a:hover,
.bo-nav__list a:focus {
	color: inherit;
	opacity: 0.7;
}

.bo-nav__list .current-menu-item > a,
.bo-nav__list .current-menu-ancestor > a {
	color: var(--bo-header-accent);
	opacity: 1;
}

.bo-nav__list .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 50;
	min-width: 220px;
	margin: 0;
	padding: 8px 0;
	list-style: none;
	background: var(--bo-header-bg);
	border: 1px solid var(--bo-header-border);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.bo-nav__list > li:hover > .sub-menu,
.bo-nav__list > li:focus-within > .sub-menu {
	display: block;
}

.bo-nav__list .sub-menu a {
	display: block;
	padding: 9px 16px;
	white-space: nowrap;
}

.bo-search {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 45;
	display: flex;
	gap: 8px;
	max-width: var(--bo-chrome-max);
	margin: 0 auto;
	padding: 12px 24px 16px;
	background: var(--bo-header-bg);
	border-bottom: 1px solid var(--bo-header-border);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}

.bo-search[hidden],
.bo-drawer[hidden] {
	display: none !important;
}

.bo-search__input {
	flex: 1;
	min-width: 0;
	height: 44px;
	padding: 0 14px;
	border: 1px solid var(--bo-header-icon-border);
	border-radius: 8px;
	background: transparent;
	color: inherit;
}

.bo-search__submit {
	height: 44px;
	padding: 0 16px;
	border: 0;
	border-radius: 8px;
	background: #111;
	color: #fff;
	cursor: pointer;
}

html.bo-theme-dark .bo-search__submit {
	background: #f3f4f6;
	color: #111;
}

.bo-drawer {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 44;
	background: var(--bo-header-bg);
	border-bottom: 1px solid var(--bo-header-border);
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

.bo-drawer__nav {
	max-width: var(--bo-chrome-max);
	margin: 0 auto;
	padding: 16px 24px 24px;
}

.bo-drawer__list a {
	display: block;
	padding: 10px 0;
	color: inherit;
	text-decoration: none;
	font-family: "Open Sans", system-ui, sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

.bo-drawer__list .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0 0 8px 16px;
}

.bo-drawer__list .sub-menu a {
	font-weight: 400;
	opacity: 0.8;
}

.bo-footer {
	background: var(--bo-footer-bg);
	color: var(--bo-footer-text);
	margin-top: 64px;
}

.bo-footer__inner {
	max-width: var(--bo-chrome-max);
	margin: 0 auto;
	padding: 56px 24px 28px;
}

.bo-footer__brand {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
	max-width: 40rem;
	padding-bottom: 36px;
	border-bottom: 1px solid var(--bo-footer-line);
}

.bo-footer .custom-logo,
.bo-footer .bo-logo-text {
	display: block;
	height: 88px;
	width: auto;
	max-width: 380px;
	object-fit: contain;
}

.bo-footer__tagline {
	margin: 0;
	max-width: 38rem;
	font-size: 0.98rem;
	line-height: 1.7;
	color: var(--bo-footer-muted);
}

.bo-footer__cols {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 40px 48px;
	padding: 40px 0 36px;
}

.bo-footer__cols--1,
.bo-footer__cols--2,
.bo-footer__cols--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bo-footer h2.bo-footer__heading {
	margin: 0 0 20px;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.3;
}

.bo-footer__links a {
	display: block;
	padding: 6px 0;
	color: rgba(255, 255, 255, 0.72);
	text-decoration: none;
	font-size: 0.95rem;
	font-weight: 400;
}

.bo-footer__links a:hover,
.bo-footer__links a:focus {
	color: #fff;
}

.bo-footer__bottom {
	border-top: 1px solid var(--bo-footer-line);
	padding: 22px 0 4px;
}

.bo-footer__copy {
	margin: 0;
	font-size: 0.82rem;
	line-height: 1.5;
	color: var(--bo-footer-muted);
}

.bo-footer__copy-link {
	color: inherit;
	text-decoration: none;
}

.bo-footer__copy-link:hover,
.bo-footer__copy-link:focus {
	color: #fff;
}

html.bo-theme-dark .bo-card__panel,
html.bo-theme-dark .inside-article,
html.bo-theme-dark .widget,
html.bo-theme-dark .comments-area,
html.bo-theme-dark .page-header {
	background: #1c1c1c;
	border-color: #2a2a2a;
}

html.bo-theme-dark .bo-card__title,
html.bo-theme-dark .entry-title a,
html.bo-theme-dark .entry-content {
	color: #f3f4f6;
}

@media (max-width: 900px) {
	.bo-nav-row,
	.bo-header__nav-row {
		display: none;
	}

	.bo-theme-toggle {
		display: none;
	}

	.bo-header__brand-row {
		grid-template-columns: 40px 1fr auto 1fr 40px;
	}

	.bo-search-toggle {
		grid-column: 1;
		justify-self: start;
	}

	.bo-header__brand {
		grid-column: 3;
	}

	.bo-menu-toggle {
		display: inline-flex;
		grid-column: 5;
		justify-self: end;
	}

	.bo-footer__cols,
	.bo-footer__cols--1,
	.bo-footer__cols--2,
	.bo-footer__cols--3 {
		grid-template-columns: 1fr;
		padding-top: 28px;
		padding-bottom: 24px;
	}
}

@media (max-width: 640px) {
	.bo-header__top-inner,
	.bo-header__brand-row,
	.bo-header__nav-inner,
	.bo-search,
	.bo-drawer__nav,
	.bo-footer__inner {
		padding-left: 16px;
		padding-right: 16px;
	}

	.bo-header__brand-row {
		min-height: 72px;
		padding-top: 16px;
		padding-bottom: 12px;
	}

	.bo-header .custom-logo,
	.bo-header .bo-logo-text {
		height: 48px;
		max-width: 220px;
	}

	.bo-footer .custom-logo {
		height: 44px;
		max-width: 160px;
	}
}
