.vieru-button-wrap {
	margin: 2rem 0;
}

.vieru-button-wrap.is-align-left {
	text-align: left;
}

.vieru-button-wrap.is-align-center {
	text-align: center;
}

.vieru-button-wrap.is-align-right {
	text-align: right;
}

.vieru-button {
	align-items: center;
	background: #aaa39d;
	border: 1px solid #aaa39d;
	border-radius: 999px;
	color: #fff !important;
	display: inline-flex;
	font-size: 0.95rem;
	justify-content: center;
	letter-spacing: 0.04em;
	min-height: 3.25rem;
	min-width: min(100%, 19rem);
	padding: 0.8rem 1.8rem;
	text-decoration: none !important;
	transition: opacity 0.25s ease;
}

.vieru-button:hover {
	opacity: 0.78;
}

.vieru-button.is-outline {
	background: transparent;
	color: #77716c !important;
}

.vieru-button.is-line {
	background: #06c755;
	border-color: #06c755;
}

.vieru-faq {
	border-bottom: 1px solid #dedbd7;
	margin: 1.75rem 0;
}

.vieru-faq__row {
	align-items: flex-start;
	display: grid;
	gap: 0.85rem;
	grid-template-columns: 2rem minmax(0, 1fr);
	padding: 1rem 0;
}

.vieru-faq__question {
	border-bottom: 1px solid #eeeae6;
	font-weight: 600;
}

.vieru-faq__mark {
	align-items: center;
	border: 1px solid #aaa39d;
	border-radius: 50%;
	color: #77716c;
	display: inline-flex;
	font-family: Georgia, serif;
	height: 2rem;
	justify-content: center;
	width: 2rem;
}

.vieru-faq__answer .vieru-faq__mark {
	background: #aaa39d;
	color: #fff;
}

.vieru-faq p {
	margin: 0.2rem 0 0;
}

.vieru-related-post {
	border: 1px solid #dedbd7;
	margin: 2rem auto;
	max-width: 42rem;
	overflow: hidden;
}

.vieru-related-post__link {
	align-items: center;
	color: inherit !important;
	display: flex;
	gap: 1.1rem;
	padding: 0.9rem 1rem;
	text-decoration: none !important;
}

.vieru-related-post__media {
	flex: 0 0 34%;
	line-height: 0;
	min-height: 0;
	overflow: hidden;
}

.vieru-related-post__image {
	display: block;
	height: auto !important;
	max-width: 100% !important;
	width: 100% !important;
}

.vieru-related-post__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 0;
}

.vieru-related-post__label {
	color: #8d8781;
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	margin-bottom: 0.45rem;
	text-transform: uppercase;
}

.vieru-related-post__title {
	font-size: 0.96rem;
	font-weight: 600;
	line-height: 1.65;
}

.vieru-related-post__excerpt {
	display: none;
}

.vieru-related-post--editor {
	padding: 0;
}

@media (max-width: 600px) {
	.entry-content .vieru-faq p br,
	.vieru-faq p br,
	.entry-content .vieru-article-footer__body p br,
	.vieru-article-footer__body p br {
		display: initial !important;
	}

	.vieru-related-post__link {
		gap: 0.75rem;
		padding: 0.65rem 0.7rem;
	}

	.vieru-related-post__media {
		flex-basis: 35%;
	}

	.vieru-related-post__body {
		padding: 0;
	}

	.vieru-related-post__label {
		font-size: 0.68rem;
		margin-bottom: 0.3rem;
	}

	.vieru-related-post__title {
		font-size: 0.84rem;
		line-height: 1.55;
	}
}

.vieru-article-footer {
	background: #f5f2ee;
	border: 1px solid #e1ddd8;
	margin: 4rem 0 1rem;
	padding: clamp(1.5rem, 4vw, 2.5rem);
	text-align: center;
}

.vieru-article-footer__heading {
	color: #59544f;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.25rem, 3vw, 1.65rem);
	letter-spacing: 0.06em;
	margin: 0 0 1rem;
}

.vieru-article-footer__body {
	color: #66615c;
	font-size: 0.92rem;
	line-height: 2;
	margin: 0 auto;
	max-width: 38rem;
}

.vieru-article-footer__body p {
	margin: 0 0 0.8rem;
}

.vieru-article-footer__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
	margin-top: 1.5rem;
}

.vieru-article-footer__button {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.9rem;
	justify-content: center;
	min-height: 3.1rem;
	min-width: min(100%, 14rem);
	padding: 0.7rem 1.4rem;
	text-decoration: none !important;
	transition: opacity 0.25s ease;
}

.vieru-article-footer__button:hover {
	opacity: 0.78;
}

.vieru-article-footer__button.is-line {
	background: #fff;
	border: 1px solid #9d9790;
	color: #59544f !important;
}

.vieru-article-footer__button.is-reserve {
	background: #9d9993;
	border: 1px solid #9d9993;
	color: #fff !important;
}

@media (max-width: 600px) {
	.vieru-article-footer {
		margin-top: 3rem;
		padding: 1.5rem 1rem;
	}

	.vieru-article-footer__buttons {
		display: grid;
		grid-template-columns: 1fr;
	}

	.vieru-article-footer__button {
		width: 100%;
	}
}
