.orargent-price-seo {
	--oa-price-border: #dfe4ea;
	--oa-price-ink: #111827;
	--oa-price-muted: #6b7280;
	--oa-price-soft: #f6f7f8;
	color: var(--oa-price-ink);
	display: grid;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	gap: 18px;
	margin: 0;
	min-width: 0;
	width: 100%;
}

.orargent-price-seo *,
.orargent-price-seo *::before,
.orargent-price-seo *::after {
	box-sizing: border-box;
}

.orargent-price-seo-head {
	display: grid;
	gap: 8px;
}

.orargent-price-seo-head h2 {
	color: var(--oa-price-ink);
	font-size: 30px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0;
}

.orargent-price-seo-head p {
	color: var(--oa-price-muted);
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
	max-width: 820px;
}

.orargent-price-current-sentence {
	color: var(--oa-price-ink);
	font-size: 16px;
	line-height: 1.55;
	margin: 0;
	max-width: 900px;
}

.orargent-price-summary-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.orargent-price-summary-grid > div {
	background: var(--oa-price-soft);
	border: 1px solid var(--oa-price-border);
	display: grid;
	gap: 6px;
	min-height: 108px;
	padding: 16px;
}

.orargent-price-summary-grid span,
.orargent-price-summary-grid em {
	color: var(--oa-price-muted);
	font-size: 13px;
	font-style: normal;
	font-weight: 760;
	line-height: 1.25;
}

.orargent-price-summary-grid strong {
	color: var(--oa-price-ink);
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
	overflow-wrap: anywhere;
}

.orargent-price-summary-grid .orargent-price-summary-main {
	background: #111215;
	color: #fff;
}

.orargent-price-summary-grid .orargent-price-summary-main span,
.orargent-price-summary-grid .orargent-price-summary-main strong {
	color: #fff;
}

.orargent-price-table-wrap {
	border: 1px solid var(--oa-price-border);
	display: block;
	min-width: 0;
	max-width: 100%;
	overflow-x: auto;
	width: 100%;
}

.orargent-price-table {
	border-collapse: collapse;
	font-size: 15px;
	line-height: 1.35;
	min-width: 640px;
	width: 100%;
}

.orargent-price-table caption {
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.orargent-price-table th,
.orargent-price-table td {
	border-bottom: 1px solid var(--oa-price-border);
	padding: 13px 14px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

.orargent-price-table th:first-child,
.orargent-price-table td:first-child {
	text-align: left;
	white-space: normal;
}

.orargent-price-table thead th {
	background: #111215;
	color: #fff;
	font-size: 13px;
	font-weight: 820;
	letter-spacing: 0;
}

.orargent-price-table tbody th {
	color: var(--oa-price-ink);
	font-weight: 820;
}

.orargent-price-table tbody tr:nth-child(even) {
	background: #fafafa;
}

.orargent-price-table tbody tr:last-child th,
.orargent-price-table tbody tr:last-child td {
	border-bottom: 0;
}

.orargent-price-muted {
	color: var(--oa-price-muted);
}

.orargent-price-seo .is-positive {
	color: #12823b;
}

.orargent-price-seo .is-negative {
	color: #b42318;
}

.orargent-price-seo .is-neutral {
	color: var(--oa-price-muted);
}

@media (min-width: 760px) {
	.orargent-price-seo-head h2 {
		font-size: 36px;
	}

	.orargent-price-summary-grid strong {
		font-size: 26px;
	}
}
