.rl-seo-shop,
.rl-product-context {
	box-sizing: border-box;
	max-width: 100%;
	color: #182026;
	overflow-wrap: anywhere;
}

.rl-seo-shop *,
.rl-seo-shop *::before,
.rl-seo-shop *::after,
.rl-product-context *,
.rl-product-context *::before,
.rl-product-context *::after {
	box-sizing: border-box;
}

.rl-seo-shop {
	margin: 0 0 32px;
	padding: 26px;
	border: 1px solid #dbe5df;
	border-radius: 8px;
	background: #f6f9f7;
}

.rl-seo-eyebrow,
.rl-seo-card__label {
	margin: 0 0 8px;
	color: #007b88;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.rl-seo-shop h2,
.rl-product-context h2 {
	margin: 0;
	color: #182026;
	font-size: 1.45rem;
	line-height: 1.45;
	font-weight: 800;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.rl-seo-shop__lead,
.rl-product-context p {
	margin: 10px 0 0;
	color: #60717a;
	line-height: 1.75;
}

.rl-seo-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 20px;
}

.rl-seo-card {
	min-width: 0;
	padding: 18px;
	border: 1px solid #dbe5df;
	border-radius: 8px;
	background: #ffffff;
}

.rl-seo-card h3 {
	margin: 0;
	color: #182026;
	font-size: 1rem;
	line-height: 1.45;
	font-weight: 800;
	letter-spacing: 0;
}

.rl-seo-card p {
	margin: 9px 0 0;
	color: #60717a;
	font-size: 0.92rem;
	line-height: 1.7;
}

.rl-seo-card ul,
.rl-product-context ul {
	display: grid;
	gap: 8px;
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

.rl-seo-card li,
.rl-product-context li {
	margin: 0;
	padding: 0;
}

.rl-seo-card a,
.rl-product-context a {
	display: inline;
	color: #007b88;
	font-weight: 800;
	line-height: 1.55;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.rl-seo-card a:hover,
.rl-seo-card a:focus,
.rl-product-context a:hover,
.rl-product-context a:focus {
	color: #005f68;
	text-decoration-thickness: 2px;
}

.rl-product-context {
	margin: 18px 0 0;
	padding: 18px;
	border: 1px solid #dbe5df;
	border-radius: 8px;
	background: #f6f9f7;
}

.rl-product-context h2 {
	font-size: 1.05rem;
}

.rl-product-context p {
	font-size: 0.92rem;
}

.rl-product-context ul {
	gap: 7px;
}

.rl-product-context a {
	font-size: 0.92rem;
}

@media (max-width: 991px) {
	.rl-seo-card-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.rl-seo-shop {
		width: min(100%, calc(100vw - 30px));
		max-width: calc(100vw - 30px);
		padding: 20px 16px;
		overflow: hidden;
	}

	.rl-seo-shop h2 {
		font-size: 1.22rem;
	}

	.rl-seo-shop h2,
	.rl-seo-shop__lead,
	.rl-seo-card h3,
	.rl-seo-card p,
	.rl-product-context h2,
	.rl-product-context p {
		white-space: normal !important;
		word-break: break-word;
		overflow-wrap: anywhere;
	}

	.rl-seo-card,
	.rl-product-context {
		max-width: 100%;
		padding: 16px;
		overflow: hidden;
	}

	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product {
		float: none !important;
		width: 100% !important;
		margin-right: 0 !important;
	}

	.woocommerce ul.products li.product a img,
	.woocommerce-page ul.products li.product a img {
		width: 100%;
	}
}
