.bekeshev-skip-link {
	background: #ffffff;
	border: 3px solid #005fcc;
	border-radius: 4px;
	color: #111111;
	font-size: 16px;
	font-weight: 700;
	left: 12px;
	padding: 10px 14px;
	position: fixed;
	top: 12px;
	transform: translateY(-180%);
	z-index: 100000;
}

.bekeshev-skip-link:focus {
	transform: translateY(0);
}

:where(a, button, input, textarea, select, summary, [tabindex]):focus-visible {
	outline: 3px solid #005fcc !important;
	outline-offset: 3px !important;
}

.entry-title,
.module-head h1,
.module-head h2,
.module-head h3,
.post-header h1 {
	overflow-wrap: anywhere;
	text-transform: none;
}

.entry-content,
.post-content-inner {
	font-size: 1.125rem;
	line-height: 1.65;
}

@media (max-width: 767px) {
	.entry-content,
	.post-content-inner {
		font-size: 1rem;
	}
}

.entry-content p,
.entry-content li {
	max-width: 75ch;
}

.post-nav .nav-link a,
.post-nav .nav-link .button,
.post-nav .nav-link .title {
	display: block;
}

.post-nav .nav-link .title {
	margin-top: 0.35rem;
}

#et-mobile-navigation .show-menu[role="button"] {
	cursor: pointer;
}

@media (forced-colors: active) {
	:where(a, button, input, textarea, select, summary, [tabindex]):focus-visible {
		outline-color: Highlight !important;
	}
}
