/* Shared frontend/editor contracts for the v2 nested regions. */
.oh-step[data-layout-version="2"] .oh-step__title::before {
	content: counter(step) ". ";
	font-weight: 800;
}

.ah-card[data-layout-version="2"] .ah-card__title::after {
	content: "";
	display: block;
	width: 44px;
	height: 3px;
	border-radius: 3px;
	background: var(--green);
	margin-top: 10px;
}

.zap-card__heading {
	margin: 0;
	font: inherit;
	color: inherit;
}

.zap-card__icon,
.zap-card__title > .wp-block-rtz-icon {
	flex-shrink: 0;
}

.zap-card__body,
.oh-step__body,
.zap-step__body {
	min-width: 0;
}

.rtz-page-prose,
.rtz-page-title {
	max-width: 900px;
	margin: 0 auto;
	padding: 48px 24px;
}

.rtz-page-prose .rtz-page-title {
	padding: 0 0 24px;
}

.rtz-page-sections {
	width: 100%;
	min-width: 0;
}

.editor-styles-wrapper :where(.oh-card, .oh-form, .oh-step, .ah-card, .zap-step, .zap-card, .zap-card__title, .zap-card__body, .oh-step__body, .zap-step__body, .zap-hcard__rating) > .wp-block {
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

.editor-styles-wrapper .zap-card__heading {
	margin: 0;
}

.kc-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 24px;
}

.footer__logo-text {
	margin: 0;
}

.site-footer .ksocial,
.editor-styles-wrapper .footer__brand .ksocial {
	display: flex;
	gap: 12px;
	margin: 0;
}

.site-footer .ksocial a,
.editor-styles-wrapper .footer__brand .ksocial a {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #2f6fbf;
	color: #fff;
}

.site-footer .ksocial svg,
.editor-styles-wrapper .footer__brand .ksocial svg {
	width: 22px;
	height: 22px;
}

.site-footer .ksocial a:hover {
	background: #3f86dd;
	transform: translateY(-2px);
}

.wp-block-rtz-global-layout .footer__copy::before,
.wp-block-rtz-global-layout .footer__credit::before {
	content: "";
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3 l7 3 v5 c0 5-3.5 8-7 9.5 C8.5 19 5 16 5 11 V6z M9 12 l2 2 4-4.5' fill='none' stroke='%235EC163' stroke-width='1.8'/%3E%3C/svg%3E") center / contain no-repeat;
}

.wp-block-rtz-global-layout .footer__credit::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 20 C 5 15, 3 10.5, 5.5 8 c 1.8-1.8 3.8-1 6.5 1.6 c 2.7-2.6 4.7-3.4 6.5-1.6 c 2.5 2.5 .5 7-6.5 12z' fill='none' stroke='%235EC163' stroke-width='1.8'/%3E%3C/svg%3E");
}

.editor-styles-wrapper .mobile-menu {
	position: static;
	display: block;
	visibility: visible;
	opacity: 1;
	transform: none;
}

.editor-styles-wrapper .site-header__inner > .wp-block,
.editor-styles-wrapper .footer__grid > .wp-block {
	width: auto;
	max-width: none;
	margin: 0;
}
