.premium-comparison {
	--premium-ink: #5a2800;
	--premium-border: #6d3b18;
	--premium-paper: #f1e0bd;
	--premium-row-a: #f3e2c2;
	--premium-row-b: #d8c29f;
	color: var(--premium-ink);
	font-family: var(--nx-font-ui, "Segoe UI", Arial, sans-serif);
	font-size: 12px;
}

.premium-intro {
	margin: 0 0 12px;
	padding: 16px 18px;
	border: 1px solid var(--nx-line, #b99a70);
	border-radius: var(--nx-radius-sm, 5px);
	background:
		radial-gradient(circle at 92% 22%, rgba(215, 170, 80, .13), transparent 26%),
		linear-gradient(135deg, rgba(255, 249, 237, .88), rgba(239, 220, 184, .86));
	box-shadow: inset 0 1px rgba(255, 255, 255, .7);
	text-align: center;
}

.premium-intro h2 {
	margin: 0 0 5px;
	color: #4f2300;
	font: 700 20px var(--nx-font-display, Georgia, serif);
}

.premium-intro p,
.premium-footnote,
.premium-tooltip-description {
	margin: 0;
	line-height: 1.45;
}

.premium-table-frame {
	border: 1px solid var(--nx-line-strong, #8a6740);
	border-radius: var(--nx-radius-sm, 5px);
	box-shadow: inset 0 0 0 1px #c9ad81, 0 3px 10px rgba(40, 18, 3, .16);
	background: var(--premium-paper);
	overflow: hidden;
}

.premium-table-title {
	padding: 7px 10px;
	border-bottom: 1px solid #3b2417;
	background: linear-gradient(180deg, #294e48, #183934);
	color: #f4e8d0;
	font-weight: bold;
	text-shadow: 1px 1px #111;
}

.premium-scroll-hint {
	display: none;
}

.premium-table-scroll {
	max-width: 100%;
	overflow-x: auto;
	scrollbar-color: #7b4a24 #e8d4b0;
}

.premium-table-scroll:focus-visible {
	outline: 2px solid #2f6f9f;
	outline-offset: 2px;
}

.premium-table {
	width: 100%;
	min-width: 610px;
	border-spacing: 0;
	border-collapse: separate;
	table-layout: fixed;
}

.premium-table thead th {
	position: sticky;
	top: 0;
	z-index: 2;
	padding: 7px 6px;
	border-right: 1px solid #fff5df;
	border-bottom: 1px solid #fff5df;
	background: #ddc69e;
	color: #512400;
	font-weight: bold;
	text-align: left;
}

.premium-table thead th:first-child {
	width: 34%;
}

.premium-table thead th:nth-child(2) {
	width: 16%;
	text-align: center;
}

.premium-table thead th:nth-child(3),
.premium-table thead th:nth-child(4) {
	width: 25%;
	text-align: center;
}

.premium-table tbody tr:nth-child(odd) > * {
	background: var(--premium-row-a);
}

.premium-table tbody tr:nth-child(even) > * {
	background: var(--premium-row-b);
}

.premium-table tbody th,
.premium-table tbody td {
	height: 48px;
	padding: 5px 7px;
	border-right: 1px solid #fff8e8;
	border-bottom: 1px solid #fff8e8;
	vertical-align: middle;
}

.premium-table tbody th {
	color: #4a2b13;
	font-weight: bold;
	text-align: left;
}

.premium-icon-cell,
.premium-plan-cell {
	text-align: center;
}

.premium-plan-cell-highlight {
	color: #3d1b00;
}

.Content .premium-feature-trigger {
	appearance: none;
	display: inline-grid;
	min-width: 38px;
	max-width: 38px;
	width: 38px;
	min-height: 38px;
	max-height: 38px;
	height: 38px;
	margin: 0;
	padding: 3px;
	place-items: center;
	border: 1px solid transparent;
	border-radius: var(--nx-radius-sm, 5px);
	background: rgba(255, 249, 237, .34);
	box-shadow: none;
	color: inherit;
	font: inherit;
	cursor: help;
	transition: border-color .16s ease, background-color .16s ease, transform .16s ease;
}

.Content .premium-feature-trigger img {
	display: block;
	min-width: 32px;
	max-width: 32px;
	width: 32px;
	min-height: 32px;
	max-height: 32px;
	height: 32px;
	object-fit: contain;
	image-rendering: auto;
}

.Content .premium-feature-trigger:hover {
	border-color: rgba(36, 86, 79, .45);
	background: rgba(255, 255, 255, .55);
	transform: translateY(-1px);
}

.Content .premium-feature-trigger:focus-visible {
	outline: 3px solid rgba(45, 130, 146, .34);
	outline-offset: 1px;
	border-color: var(--nx-focus, #2d8292);
	background: rgba(255, 255, 255, .68);
}

.premium-status-icon {
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: middle;
}

.premium-value {
	display: inline-block;
	max-width: 100%;
	line-height: 1.35;
}

.premium-footnote {
	margin-top: 7px;
	padding: 6px 8px;
	border: 1px solid #779785;
	border-left: 4px solid var(--nx-green, #24564f);
	border-radius: var(--nx-radius-sm, 5px);
	background: #dce7d8;
	color: #29453b;
	font-size: 10px;
	text-align: center;
}

.premium-tooltip {
	position: fixed;
	z-index: 60000;
	width: min(280px, calc(100vw - 24px));
	box-sizing: border-box;
	padding: 13px 14px 10px;
	border: 1px solid var(--nx-line-strong, #8a6740);
	border-radius: var(--nx-radius-sm, 5px);
	background: #f3dfb9 url("images/global/content/scroll.gif") repeat;
	box-shadow: var(--nx-shadow-md, 0 12px 32px rgba(8, 16, 18, .26));
	color: #5a2800;
	font-size: 12px;
	text-align: left;
}

.premium-tooltip[hidden] {
	display: none !important;
}

.premium-tooltip::before {
	position: absolute;
	top: var(--premium-tooltip-arrow-top, 16px);
	left: -8px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-right: 8px solid #5a2800;
	border-bottom: 7px solid transparent;
	content: "";
}

.premium-tooltip.premium-tooltip-left::before {
	right: -8px;
	left: auto;
	transform: rotate(180deg);
}

.premium-tooltip-title {
	display: block;
	margin-bottom: 9px;
	font: bold 16px Georgia, "Times New Roman", serif;
	line-height: 1.15;
}

.premium-tooltip-ornament {
	display: block;
	width: 220px;
	max-width: 100%;
	height: auto;
	margin: 9px auto 0;
}

.premium-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@media (max-width: 760px) {
	.premium-intro h2 {
		font-size: 16px;
	}

	.premium-table {
		min-width: 560px;
	}

	.premium-scroll-hint {
		display: block;
		margin: 0;
		padding: 7px 10px;
		border-bottom: 1px solid #b99a70;
		background: #efe0c3;
		color: #634c35;
		font-size: 10px;
		font-weight: 700;
		text-align: center;
	}

	.premium-table tbody th,
	.premium-table tbody td {
		padding-right: 5px;
		padding-left: 5px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.Content .premium-feature-trigger {
		transition: none;
	}

	.premium-tooltip {
	scroll-behavior: auto;
	}
}
