/* WordPress integration */
.custom-logo-link {
	display: flex;
	align-items: center;
}

.custom-logo,
.brand-logo {
	width: auto;
	max-width: 190px;
	height: 54px;
	object-fit: contain;
}

.main-nav>ul,
.main-nav .menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-nav li {
	margin: 0;
}

.main-nav li a {
	display: block;
	white-space: nowrap;
}

.site-footer .brand {
	min-width: 0;
}

.footer-big ul {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}

.footer-big li {
	margin: 7px 0;
}

.rd-editable-page>.wp-block-freeform {
	margin: 0;
}

.rd-single-content {
	padding: 65px 0;
	background: #fff;
}

.rd-prose {
	max-width: 920px;
}

.rd-prose h1 {
	font-size: clamp(35px, 5vw, 58px);
	line-height: 1.08;
	margin: 10px 0 30px;
}

.rd-prose p,
.rd-prose li {
	font-size: 16px;
	line-height: 1.9;
}

.rd-featured-image {
	width: 100%;
	max-height: 520px;
	object-fit: cover;
	border-radius: 12px;
	margin: 0 0 32px;
}

.rd-product-body {
	background: #fff;
}

.rd-default-list {
	min-height: 60vh;
}

.rd-honeypot {
	position: absolute!important;
	left: -10000px!important;
	width: 1px!important;
	height: 1px!important;
	opacity: 0!important;
}

.form-status.success {
	color: #287a35;
}

.form-status.error {
	color: #aa2730;
}

.admin-bar .site-header {
	top: 32px;
}

@media(max-width: 780px) {
	.main-nav>ul,
	.main-nav .menu {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.admin-bar .site-header {
		top: 46px;
	}

	.custom-logo,
	.brand-logo {
		height: 45px;
		max-width: 155px;
	}
}
