.ubseo-wrap {
	max-width: 1120px;
	margin: 0 auto;
	padding: 32px 18px;
}
.ubseo-page,
.ubseo-archive-head {
	color: #18202a;
}
.ubseo-breadcrumb {
	font-size: 13px;
	margin-bottom: 18px;
	color: #5d6673;
}
.ubseo-breadcrumb a {
	color: #315d7d;
	text-decoration: none;
}
.ubseo-hero {
	border-bottom: 1px solid #d8dee6;
	padding-bottom: 22px;
	margin-bottom: 22px;
}
.ubseo-hero h1,
.ubseo-archive-head h1 {
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.1;
	margin: 0 0 12px;
}
.ubseo-hero p,
.ubseo-archive-head p {
	max-width: 760px;
	font-size: 17px;
	line-height: 1.65;
}
.ubseo-summary {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 22px 0 30px;
}
.ubseo-summary div,
.ubseo-card,
.ubseo-cta {
	border: 1px solid #d8dee6;
	border-radius: 8px;
	background: #fff;
}
.ubseo-summary div {
	padding: 14px;
}
.ubseo-summary strong,
.ubseo-summary span {
	display: block;
}
.ubseo-summary span {
	margin-top: 6px;
	color: #48515c;
}
.ubseo-section {
	margin: 34px 0;
}
.ubseo-section h2,
.ubseo-content h2 {
	font-size: 25px;
	margin: 26px 0 10px;
}
.ubseo-content p,
.ubseo-section p,
.ubseo-faq p {
	line-height: 1.72;
}
.ubseo-table {
	width: 100%;
	border-collapse: collapse;
}
.ubseo-table th,
.ubseo-table td {
	border: 1px solid #d8dee6;
	padding: 12px;
	text-align: left;
	vertical-align: top;
}
.ubseo-table th {
	width: 30%;
	background: #f6f8fa;
}
.ubseo-two {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}
.ubseo-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 24px 0;
}
.ubseo-card {
	display: block;
	padding: 18px;
	text-decoration: none;
	color: inherit;
}
.ubseo-card strong,
.ubseo-card span,
.ubseo-card em {
	display: block;
}
.ubseo-card span {
	margin: 8px 0;
	color: #5d6673;
	line-height: 1.55;
}
.ubseo-card em {
	font-style: normal;
	color: #315d7d;
}
.ubseo-faq {
	border-top: 1px solid #d8dee6;
	padding: 14px 0;
}
.ubseo-faq summary {
	cursor: pointer;
	font-weight: 700;
}
.ubseo-cta {
	padding: 24px;
	background: #f5f8fb;
	margin: 36px 0;
}
.ubseo-cta a,
.ubseo-button,
.ubseo-configurator-link a {
	display: inline-block;
	background: #204c6d;
	color: #fff;
	padding: 11px 16px;
	border-radius: 6px;
	text-decoration: none;
}
@media (max-width: 760px) {
	.ubseo-summary,
	.ubseo-two,
	.ubseo-card-grid {
		grid-template-columns: 1fr;
	}
}
