/* Keep editorial comparisons separate from casino CTAs and operational tables. */
:is(.oc-prose,.editor-styles-wrapper) {
	--oc-editorial-accent: #3d624d;
	--oc-editorial-tint: #edf4ef;
	--oc-editorial-rule: #dce2e8;
}
:is(.oc-prose,.editor-styles-wrapper) .oc-tone-info {
	--oc-editorial-accent: #315e85;
	--oc-editorial-tint: #edf4fb;
	--oc-editorial-rule: #cfdeed;
}
:is(.oc-prose,.editor-styles-wrapper) .oc-tone-positive {
	--oc-editorial-accent: #315b40;
	--oc-editorial-tint: #edf5ee;
	--oc-editorial-rule: #cddfd0;
}
:is(.oc-prose,.editor-styles-wrapper) .oc-tone-caution {
	--oc-editorial-accent: #80590d;
	--oc-editorial-tint: #fff8e8;
	--oc-editorial-rule: #e9d5a6;
}
:is(.oc-prose,.editor-styles-wrapper) .oc-tone-warning {
	--oc-editorial-accent: #a42f37;
	--oc-editorial-tint: #fff0f0;
	--oc-editorial-rule: #ecc9cd;
}
.oc-prose .oc-editorial-table,
.editor-styles-wrapper .wp-block-table[class*="is-style-oc-"] {
	margin: 24px 0;
	max-width: 100%;
	min-width: 0;
	font-family: var(--oc-font, "Trebuchet MS", "Segoe UI", Arial, sans-serif);
	font-size: 16px;
	line-height: 1.55;
}
.oc-prose .oc-editorial-table__viewport {
	max-width: 100%;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	scrollbar-width: thin;
	scrollbar-color: #3d624d #edf2ef;
}
.oc-prose .oc-editorial-table__viewport:focus-visible {
	outline: 2px solid var(--oc-green, #3d624d);
	outline-offset: 3px;
}
.oc-prose .oc-editorial-table table,
.editor-styles-wrapper .wp-block-table[class*="is-style-oc-"] table {
	display: table;
	width: 100% !important;
	max-width: none !important;
	margin: 0;
	border: 1px solid var(--oc-line, #dce2e8);
	border-collapse: separate !important;
	border-spacing: 0;
	border-radius: 6px;
	box-shadow: none;
	background: #fff;
	font: inherit;
	table-layout: auto;
}
.oc-prose .oc-editorial-table table th,
.oc-prose .oc-editorial-table table td,
.editor-styles-wrapper .wp-block-table[class*="is-style-oc-"] :is(th, td) {
	padding: 14px 16px !important;
	border: 0 !important;
	border-bottom: 1px solid var(--oc-line, #dce2e8) !important;
	text-align: left !important;
	vertical-align: top;
	font: inherit;
	color: var(--oc-text, #171a23);
	letter-spacing: 0;
	text-transform: none;
	overflow-wrap: anywhere;
	white-space: normal;
}
.oc-prose .oc-editorial-table table thead th,
.editor-styles-wrapper .wp-block-table[class*="is-style-oc-"] thead th {
	background: var(--oc-editorial-tint);
	color: var(--oc-editorial-accent);
	font-weight: 700;
}
.oc-prose .oc-editorial-table table tbody th {
	background: transparent;
	font-weight: 700;
}
.oc-prose .oc-editorial-table table tbody tr { background: #fff; }
.oc-prose .oc-editorial-table table tbody tr:nth-child(even) { background: #f7f9f8; }
.oc-prose .oc-editorial-table table tbody tr:hover { background: #f0f5f2; }
.oc-prose .oc-editorial-table table tbody tr:last-child > * { border-bottom: 0 !important; }
.oc-prose .oc-editorial-table table :is(p, ul, ol) { font: inherit; margin: 0 0 8px; }
.oc-prose .oc-editorial-table table :is(p, ul, ol):last-child { margin-bottom: 0; }
.oc-prose .oc-editorial-table figcaption,
.oc-prose .oc-editorial-table caption { margin: 0; padding: 10px 0; text-align: left; font: inherit; color: #53615a; }
.oc-prose .oc-editorial-table__label { display: none; }
.oc-prose .oc-editorial-table--scroll table { min-width: 540px; }
.oc-prose .oc-editorial-table--scroll.oc-table-compact table { min-width: 0; }
.oc-prose .oc-editorial-table--scroll:not(.oc-table-compact) table th { min-width: 150px; }
.oc-prose .oc-editorial-table--scroll .oc-editorial-table__sort-label { min-width: 105px; }

/* Native groups replace the old embedded mini-sites. */
.oc-prose .oc-editorial-panel,
.editor-styles-wrapper .oc-editorial-panel {
	margin: 28px 0;
	padding: 20px 0;
	border-top: 2px solid var(--oc-editorial-accent);
	border-bottom: 1px solid var(--oc-editorial-rule);
	font-family: var(--oc-font, "Trebuchet MS", "Segoe UI", Arial, sans-serif);
	font-size: 16px;
	line-height: 1.6;
	min-width: 0;
}
.oc-prose .oc-editorial-panel :is(h2,h3,h4),
.editor-styles-wrapper .oc-editorial-panel :is(h2,h3,h4) {
	margin: 0 0 10px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
	font-family: var(--oc-display-font, "Trebuchet MS", "Segoe UI", Arial, sans-serif);
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: 0;
	color: var(--oc-text, #171a23);
}
.oc-prose .oc-editorial-panel :is(p,li) { font-size: 16px; line-height: 1.6; }
.oc-prose .oc-editorial-panel p { margin: 0 0 12px; }
.oc-prose .oc-editorial-panel p:last-child { margin-bottom: 0; }
.oc-prose .oc-editorial-grid,
.editor-styles-wrapper .oc-editorial-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 24px;
	margin: 16px 0 0;
}
.oc-prose .oc-editorial-grid > .wp-block-group__inner-container { display: contents; }
.oc-prose .oc-editorial-item,
.editor-styles-wrapper .oc-editorial-item { min-width: 0; padding: 16px 0; border-top: 1px solid var(--oc-editorial-rule); }
.oc-prose .oc-editorial-item :is(h3,h4) { font-size: 18px; }
.oc-prose .oc-editorial-panel :is(img,video) { max-width: 100%; height: auto; }
.oc-prose .oc-editorial-panel a { overflow-wrap: anywhere; }
.oc-prose .oc-editorial-panel ul { padding-left: 20px; margin: 8px 0; }

/* Reuse OC topic symbols and WordPress control icons at a restrained size. */
.oc-prose .oc-editorial-heading > .oc-lite-icon,
.oc-prose .oc-editorial-table .oc-lite-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	margin: 0 8px 0 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--oc-editorial-accent);
	vertical-align: -3px;
}
.oc-prose :is(.oc-editorial-heading,.oc-editorial-table) .oc-lite-icon :is(svg,.dashicons) { width: 100%; height: 100%; font-size: 18px; }
.oc-prose .oc-editorial-panel :is(h2,h3,h4).oc-editorial-heading { position: relative; padding-left: 40px; }
.oc-prose .oc-editorial-panel :is(h2,h3,h4).oc-editorial-heading > .oc-lite-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	padding: 5px;
	border-radius: 6px;
	background: var(--oc-editorial-tint);
}
.oc-prose .oc-editorial-panel.oc-tone-warning > .wp-block-group__inner-container > .oc-editorial-heading { color: var(--oc-editorial-accent); }
.oc-prose .oc-editorial-item:is(.oc-tone-caution,.oc-tone-warning,.oc-tone-positive) :is(h3,h4) { color: var(--oc-editorial-accent); }
.oc-prose .oc-editorial-table__label[class*="oc-tone-"] { padding: 2px 6px; border-left: 2px solid var(--oc-editorial-accent); background: var(--oc-editorial-tint); }
.oc-prose .oc-editorial-table__tools {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 12px;
	padding: 0 0 12px;
	font: inherit;
}
.oc-prose .oc-editorial-table__search {
	display: flex;
	align-items: center;
	position: relative;
	flex: 1 1 180px;
	min-width: 0;
	margin: 0;
}
.oc-prose .oc-editorial-table__search > .dashicons { position: absolute; left: 12px; color: #53615a; pointer-events: none; }
.oc-prose .oc-editorial-table__order { display: flex; flex: 1 1 230px; align-items: center; gap: 8px; min-width: 0; margin: 0; }
.oc-prose .oc-editorial-table__order > span { font-size: 14px; font-weight: 700; }
.oc-prose .oc-editorial-table__tools :is(input,select) {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	min-height: 44px;
	margin: 0;
	padding: 9px 12px;
	border: 1px solid #aab9af;
	border-radius: 6px;
	box-shadow: none;
	background-color: #fff;
	color: #171a23;
	font: inherit;
	font-size: 16px;
	line-height: 1.4;
}
.oc-prose .oc-editorial-table__tools input { padding-left: 40px; }
.oc-prose .oc-editorial-table__tools select { padding-right: 30px; text-overflow: ellipsis; }
.oc-prose .oc-editorial-table__tools input::placeholder { color: #53615a; opacity: 1; }
.oc-prose .oc-editorial-table__count { margin-left: auto; font-size: 13px; color: #53615a; white-space: nowrap; font-variant-numeric: tabular-nums; }
.oc-prose .oc-editorial-table__reset {
	display: inline-grid;
	place-items: center;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid #aab9af;
	border-radius: 6px;
	background: #fff;
	box-shadow: none;
	color: #31583f;
	cursor: pointer;
}
.oc-prose .oc-editorial-table__reset:disabled { opacity: .4; cursor: default; }
.oc-prose .oc-editorial-table__reset:not(:disabled):hover { background: #edf4ef; border-color: #31583f; }
.oc-prose .oc-editorial-table__sort {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	min-width: 0;
	min-height: 44px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
	color: inherit;
	font: inherit;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
}
.oc-prose .oc-editorial-table__sort-label { min-width: 0; overflow-wrap: anywhere; }
.oc-prose .oc-editorial-table .dashicons { flex: 0 0 20px; width: 20px; height: 20px; font-size: 20px; }
.oc-prose .oc-editorial-table__sort:hover { color: #171a23; text-decoration: underline; text-underline-offset: 3px; }
.oc-prose .oc-editorial-table thead th[aria-sort] { background: var(--oc-editorial-rule); box-shadow: inset 0 -2px var(--oc-editorial-accent); }
.oc-prose .oc-editorial-table :is(input,select,button):focus-visible { outline: 2px solid #31583f; outline-offset: 3px; }
.oc-prose .oc-editorial-table tr[data-oc-stripe="0"] { background: #fff; }
.oc-prose .oc-editorial-table tr[data-oc-stripe="1"] { background: #f7f9f8; }
.oc-prose .oc-editorial-table table tbody tr:is(:hover,:focus-within) { background: #edf4ef; }
.oc-prose .oc-editorial-table [hidden] { display: none !important; }
.oc-prose .oc-editorial-table__empty { padding: 24px 12px; margin: 0; border-bottom: 1px solid #dce2e8; color: #53615a; text-align: center; }

@media (max-width: 700px) {
	.oc-prose .oc-editorial-table__tools { display: grid; grid-template-columns: minmax(0,1fr) 44px; }
	.oc-prose .oc-editorial-table__search,
	.oc-prose .oc-editorial-table__order { grid-column: 1 / -1; }
	.oc-prose .oc-editorial-table__count { margin-left: 0; }
	.oc-prose .oc-editorial-grid { grid-template-columns: minmax(0, 1fr); }
	.oc-prose .oc-editorial-table--stack table { display: block; border: 0; border-radius: 0; background: none; }
	.oc-prose .oc-editorial-table--stack thead {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip-path: inset(50%);
		white-space: nowrap;
	}
	.oc-prose .oc-editorial-table--stack tbody { display: block; }
	.oc-prose .oc-editorial-table--stack table tbody tr {
		display: block;
		margin: 0 0 12px;
		border: 1px solid var(--oc-line, #dce2e8);
		border-radius: 6px;
		background: #fff;
	}
	.oc-prose .oc-editorial-table--stack table tbody tr > * {
		display: block;
		width: auto !important;
		padding: 10px 12px !important;
		border: 0 !important;
	}
	.oc-prose .oc-editorial-table--stack table tbody tr > :first-child { background: var(--oc-editorial-tint); border-radius: 5px 5px 0 0; }
	.oc-prose .oc-editorial-table--stack .oc-editorial-table__label { display: block; margin: 0 0 3px; font-size: 13px; font-weight: 700; color: var(--oc-editorial-accent); }
	.oc-prose .is-style-oc-key-value.oc-editorial-table--stack table tbody th { padding-bottom: 8px !important; }
}
/* Reference formats preserve the relationship between labels and values. */
.oc-prose .oc-editorial-glossary { margin:24px 0; padding:0; }
.oc-prose .oc-editorial-glossary .oc-editorial-item { padding:16px 0; }
.oc-prose .oc-editorial-glossary h3,
.oc-prose .oc-editorial-glossary h4 { font-size:18px; margin:0 0 6px; }
.oc-prose .oc-editorial-glossary p { margin:0; }
.oc-prose .oc-editorial-ranked { margin:24px 0; padding-left:30px; columns:2; column-gap:32px; }
.oc-prose .oc-editorial-ranked li { break-inside:avoid; padding:12px 8px; border-bottom:1px solid #dce2e8; }
.oc-prose .oc-editorial-ranked li::marker { font-weight:700; color:#3d624d; }
.oc-prose .oc-editorial-timeline .oc-editorial-item { border-left:3px solid #3d624d; padding:14px 0 14px 20px; }
.oc-prose .oc-editorial-table.oc-strategy-chart table { min-width:640px; table-layout:fixed; }
.oc-prose .oc-editorial-table.oc-strategy-chart th,
.oc-prose .oc-editorial-table.oc-strategy-chart td { min-width:0; padding:10px 6px !important; text-align:center !important; font-size:15px; }
.oc-prose .oc-editorial-table.oc-strategy-chart tr > :first-child { position:sticky; left:0; width:100px; background:#f2f6f3; color:#17221c; z-index:1; text-align:left !important; }
.oc-prose .oc-editorial-table.oc-strategy-chart thead th { background:#3d624d; color:#fff; }
.oc-prose .oc-editorial-table.oc-strategy-chart :is(th,td)[colspan] { position:static; background:#edf1f5; color:#171a23; text-align:left !important; }
.oc-prose .oc-editorial-table .oc-net-loss { color:#9b2f2f; font-weight:700; }
.oc-prose .oc-editorial-table .oc-net-gain { color:#31583f; font-weight:700; }
.oc-prose .oc-editorial-panel img { max-width:100%; height:auto; object-fit:contain; }
.oc-prose .oc-editorial-panel .wp-block-buttons { margin-top:16px; }
.oc-prose .oc-editorial-panel .wp-block-button__link { border-radius:6px; }

/* Featured CTAs keep their action hierarchy, independently of table styling. */
:is(.oc-prose,.editor-styles-wrapper) .oc-editorial-cta {
 margin: 32px 0;
 padding: 28px;
 border-block: 1px solid #d8e3dc;
 border-left: 4px solid #456651;
 background: #f1f6f2;
 color: #171a23;
 letter-spacing: 0;
}
:is(.oc-prose,.editor-styles-wrapper) .oc-editorial-cta--with-image {
 display: grid;
 grid-template-columns: minmax(0,1fr) minmax(160px,26%);
 gap: 28px;
 align-items: center;
}
.oc-prose .oc-editorial-cta--with-image > .wp-block-group__inner-container { display: contents; }
:is(.oc-prose,.editor-styles-wrapper) .oc-editorial-cta__content { min-width: 0; }
:is(.oc-prose,.editor-styles-wrapper) .oc-editorial-cta h2 {
 margin: 8px 0 14px;
 font-size: 26px;
 line-height: 1.25;
 color: #171a23;
 letter-spacing: 0;
}
:is(.oc-prose,.editor-styles-wrapper) .oc-editorial-cta p {
 margin: 0 0 16px;
 font-size: 16px;
 line-height: 1.65;
 color: #4d5d54;
}
:is(.oc-prose,.editor-styles-wrapper) .oc-editorial-cta .oc-editorial-cta__eyebrow {
 margin-bottom: 8px;
 color: #456651;
 font-size: 13px;
 font-weight: 700;
}
:is(.oc-prose,.editor-styles-wrapper) .oc-editorial-cta .oc-editorial-cta__image {
 margin: 0;
 width: 100%;
 min-width: 0;
}
:is(.oc-prose,.editor-styles-wrapper) .oc-editorial-cta__image img {
 display: block;
 width: 100%;
 height: auto;
 aspect-ratio: 4 / 3;
 object-fit: contain;
 object-position: center;
 border-radius: 4px;
}
:is(.oc-prose,.editor-styles-wrapper) .oc-editorial-cta__actions {
 display: flex;
 flex-wrap: wrap;
 gap: 10px;
 margin: 20px 0 12px;
}
:is(.oc-prose,.editor-styles-wrapper) .oc-editorial-cta .wp-block-button { margin: 0; max-width: 100%; }
:is(.oc-prose,.editor-styles-wrapper) .oc-editorial-cta .wp-block-button__link {
 display: inline-flex;
 justify-content: center;
 align-items: center;
 min-height: 46px;
 padding: 11px 18px;
 border: 1px solid #456651;
 border-radius: 6px;
 background: #456651;
 color: #fff;
 font: 700 16px/1.4 "Trebuchet MS", Arial, sans-serif;
 letter-spacing: 0;
 text-align: center;
 text-decoration: none;
 overflow-wrap: anywhere;
 transition: background-color .15s, color .15s;
}
:is(.oc-prose,.editor-styles-wrapper) .oc-editorial-cta__secondary .wp-block-button__link { background: transparent; color: #35503e; }
:is(.oc-prose,.editor-styles-wrapper) .oc-editorial-cta .wp-block-button__link:hover { background: #2e4c38; color: #fff; }
:is(.oc-prose,.editor-styles-wrapper) .oc-editorial-cta .wp-block-button__link:focus-visible { outline: 3px solid #916015; outline-offset: 3px; }
:is(.oc-prose,.editor-styles-wrapper) .oc-editorial-cta .oc-editorial-cta__notice { margin: 0; font-size: 13px; }
:is(.oc-prose,.editor-styles-wrapper) .oc-editorial-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0; }
:is(.oc-prose,.editor-styles-wrapper) .oc-editorial-actions .wp-block-button__link {
 min-height: 46px; padding: 11px 18px; border: 1px solid #456651; border-radius: 6px;
 background: #456651; color: #fff; font: 700 16px/1.4 "Trebuchet MS", Arial, sans-serif;
 text-decoration: none; letter-spacing: 0; overflow-wrap: anywhere;
}
:is(.oc-prose,.editor-styles-wrapper) .oc-editorial-actions .is-style-outline .wp-block-button__link { background: transparent; color: #35503e; }
:is(.oc-prose,.editor-styles-wrapper) .oc-editorial-actions .wp-block-button__link:hover { background: #2e4c38; color: #fff; }
:is(.oc-prose,.editor-styles-wrapper) .oc-editorial-actions .wp-block-button__link:focus-visible { outline: 3px solid #916015; outline-offset: 3px; }
@media (max-width: 700px) {
 :is(.oc-prose,.editor-styles-wrapper) .oc-editorial-cta { padding: 20px; }
 :is(.oc-prose,.editor-styles-wrapper) .oc-editorial-cta--with-image { grid-template-columns: minmax(0,1fr); gap: 20px; }
 :is(.oc-prose,.editor-styles-wrapper) .oc-editorial-cta .oc-editorial-cta__image { grid-row: 1; max-width: 240px; justify-self: center; }
 :is(.oc-prose,.editor-styles-wrapper) .oc-editorial-cta h2 { font-size: 23px; }
 :is(.oc-prose,.editor-styles-wrapper) .oc-editorial-cta .wp-block-button,
 :is(.oc-prose,.editor-styles-wrapper) .oc-editorial-cta .wp-block-button__link { width: 100%; }
 :is(.oc-prose,.editor-styles-wrapper) .oc-editorial-actions .wp-block-button,
 :is(.oc-prose,.editor-styles-wrapper) .oc-editorial-actions .wp-block-button__link { width: 100%; }
}
@media(max-width:900px) {
 .oc-prose .oc-editorial-timeline .oc-editorial-grid { grid-template-columns:minmax(0,1fr); }
}
@media(max-width:700px) {
 .oc-prose .oc-editorial-ranked { columns:1; }
 .oc-prose .oc-editorial-table.oc-strategy-chart table { min-width:640px; }
}
