:root {
	--xcom-seo-green: #0d5138;
	--xcom-seo-ink: #18352a;
	--xcom-seo-orange: #e96b32;
	--xcom-seo-sand: #f7f4ea;
}

.xcom-seo-bridge {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 22px;
	margin: 0 0 28px;
	padding: 22px 24px;
	border: 1px solid #dce6df;
	border-left: 5px solid var(--xcom-seo-orange);
	background: var(--xcom-seo-sand);
	color: var(--xcom-seo-ink);
}

.xcom-seo-bridge__index {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .13em;
	color: var(--xcom-seo-green);
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}

.xcom-seo-bridge__copy h2 {
	margin: 0 0 6px;
	font-size: 21px;
	line-height: 1.25;
	color: var(--xcom-seo-ink);
}

.xcom-seo-bridge__copy p {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: #64736d;
}

.xcom-seo-bridge__link {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	gap: 14px;
	padding: 0 18px;
	background: var(--xcom-seo-green);
	color: #fff !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	transition: background-color .2s ease, transform .2s ease;
}

.xcom-seo-bridge__link:hover,
.xcom-seo-bridge__link:focus-visible {
	background: #083e2b;
	transform: translateY(-2px);
}

.xcom-seo-product-bridge {
	margin: 18px 0 4px;
	padding: 15px 17px;
	border-left: 4px solid var(--xcom-seo-orange);
	background: var(--xcom-seo-sand);
}

.xcom-seo-product-bridge span {
	display: block;
	margin-bottom: 4px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #66756e;
}

.xcom-seo-product-bridge a {
	color: var(--xcom-seo-green);
	font-size: 14px;
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

@media (max-width: 849px) {
	.xcom-seo-bridge {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.xcom-seo-bridge__index {
		writing-mode: horizontal-tb;
		transform: none;
	}

	.xcom-seo-bridge__link {
		width: fit-content;
	}
}

@media (max-width: 549px) {
	.xcom-seo-bridge {
		padding: 19px 17px;
	}

	.xcom-seo-bridge__copy h2 {
		font-size: 19px;
	}

	.xcom-seo-bridge__link {
		width: 100%;
		justify-content: space-between;
	}
}
