:root {
	--ink: #101828;
	--muted: #667085;
	--blue: #155eef;
	--blue-dark: #0f46bd;
	--red: #d92d20;
	--line: #d9dee7;
	--soft: #f3f5f8;
	--white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--white);
	color: var(--ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.screen-reader-text:focus { z-index: 9999; width: auto; height: auto; clip: auto; top: 8px; left: 8px; padding: 12px; background: white; color: var(--ink); }

.update-bar {
	min-height: 42px;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 8px max(24px, calc((100vw - 1440px) / 2 + 30px));
	border-bottom: 1px solid var(--line);
	font-size: 14px;
}
.update-bar strong {
	color: var(--red);
	border: 1px solid #f3a8a2;
	border-radius: 5px;
	padding: 4px 8px;
	font-size: 12px;
	letter-spacing: .06em;
	text-transform: uppercase;
	white-space: nowrap;
}
.live-dot { width: 10px; height: 10px; background: var(--red); border-radius: 50%; animation: pulse 1.8s infinite; }
.site-header {
	min-height: 84px;
	max-width: 1500px;
	margin: auto;
	padding: 0 30px;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 30px;
	border-bottom: 1px solid var(--line);
}
.brand { font-size: 30px; font-weight: 820; letter-spacing: -.045em; }
.brand span { font-weight: 650; }
.primary-nav, .primary-nav .menu { display: flex; align-items: stretch; gap: 30px; height: 84px; margin: 0; padding: 0; list-style: none; }
.primary-nav a {
	display: grid;
	place-items: center;
	position: relative;
	color: #344054;
	font-weight: 600;
	font-size: 15px;
	white-space: nowrap;
}
.primary-nav a::after {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 15px;
	height: 3px;
	background: var(--blue);
	transition: left .18s ease, right .18s ease;
}
.primary-nav a:hover::after, .primary-nav a:focus-visible::after, .primary-nav a.active::after, .primary-nav .current-menu-item a::after { left: 0; right: 0; }
.primary-nav a.active, .primary-nav .current-menu-item a { color: var(--blue); }
.updated { justify-self: end; color: #475467; font-size: 13px; white-space: nowrap; }
.hero {
	max-width: 1440px;
	margin: 0 auto;
	padding: 48px 30px 34px;
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(520px, 1.05fr);
	gap: 62px;
	align-items: center;
}
.hero-copy { padding: 18px 0; }
.eyebrow, .section-tag {
	margin: 0 0 18px;
	color: var(--blue);
	text-transform: uppercase;
	letter-spacing: .14em;
	font-weight: 750;
	font-size: 12px;
}
h1 {
	margin: 0;
	font-size: clamp(62px, 6vw, 92px);
	line-height: .96;
	letter-spacing: -.055em;
	font-weight: 820;
}
.lede { margin: 28px 0 0; max-width: 570px; color: #475467; font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; gap: 16px; margin: 28px 0 32px; flex-wrap: wrap; }
.button {
	min-height: 54px;
	padding: 0 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	border: 1px solid var(--blue);
	border-radius: 7px;
	font-weight: 720;
	transition: transform .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--blue); }
.button.primary:hover { background: var(--blue-dark); }
.button.secondary { color: var(--blue); }
.button.secondary:hover { background: #eff4ff; }
.hero-meta { display: grid; grid-template-columns: 1.35fr .65fr .8fr; border-top: 1px solid var(--line); padding-top: 20px; }
.hero-meta div { padding: 0 20px; border-right: 1px solid var(--line); }
.hero-meta div:first-child { padding-left: 0; }
.hero-meta div:last-child { border: 0; }
.hero-meta span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.hero-meta strong { font-size: 17px; }
.poll-card { border: 1px solid #b8c4d6; border-radius: 8px; padding: 26px; background: #fff; }
.card-head { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 16px; gap: 18px; }
.card-head h2 { margin: 0; font-size: 24px; letter-spacing: -.03em; }
.status-badge { border: 1px solid #f97066; color: var(--red); border-radius: 5px; padding: 7px 9px; font-weight: 750; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.poll-prompt { display: flex; gap: 20px; align-items: center; padding: 20px 0; }
.poll-prompt h3 { margin: 0 0 6px; font-size: 21px; }
.poll-prompt p, .embed-placeholder p { margin: 0; color: var(--muted); }
.ballot-icon { width: 58px; height: 50px; border: 2px solid var(--blue); color: var(--blue); display: grid; place-items: center; font-size: 24px; font-weight: 800; border-radius: 5px; }
.embed-placeholder { min-height: 170px; border: 1px dashed #9fb0ca; border-radius: 6px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; background: #fbfcfe; text-align: center; }
.chart-icon { color: var(--blue); font-size: 34px; transform: rotate(90deg); }
.embed-frame { position: relative; height: min(620px, 70vh); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; background: #f8fafc; }
.embed-frame iframe { width: 100%; height: 100%; border: 0; }
.week-picker { padding: 18px 0; border-bottom: 1px solid var(--line); }
.week-picker > span { display: block; margin-bottom: 8px; color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.week-picker div { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.week-picker button { min-height: 40px; border: 1px solid #c5cfde; background: white; border-radius: 6px; color: #344054; font-weight: 650; }
.week-picker button.selected { background: var(--blue); color: white; border-color: var(--blue); }
.trust-note { margin: 15px 0 0; color: var(--muted); font-size: 13px; }
.trust-note span { color: var(--blue); font-size: 21px; vertical-align: middle; margin-right: 7px; }
.dashboard {
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	background: #fbfcfe;
	padding: 24px max(30px, calc((100vw - 1380px) / 2));
	display: grid;
	grid-template-columns: 1.35fr repeat(3, 1fr);
	align-items: stretch;
	gap: 22px;
}
.dashboard > div { align-self: center; }
.dashboard h2 { margin: 0 0 8px; font-size: 24px; letter-spacing: -.03em; }
.dashboard p { margin: 0; color: var(--muted); }
.dashboard article { min-height: 105px; border: 1px solid #c6d0df; background: white; border-radius: 7px; padding: 17px 20px; display: flex; align-items: center; gap: 18px; }
.dashboard article > span { color: var(--blue); font-size: 32px; }
.dashboard small { display: block; color: var(--muted); font-size: 12px; }
.dashboard strong { display: block; font-size: 21px; margin: 4px 0; }
.content-shell { max-width: 1380px; margin: auto; padding: 0 30px; }
.content-section { padding: 82px 0; border-bottom: 1px solid var(--line); }
.content-section h2 { margin: 0; max-width: 760px; font-size: clamp(34px, 4vw, 52px); line-height: 1.03; letter-spacing: -.045em; }
.section-lead { max-width: 720px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.split-intro { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.two-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.data-card { border: 1px solid #c7d0de; border-radius: 8px; padding: 23px; min-height: 280px; }
.data-card-head { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); text-transform: uppercase; font-size: 11px; letter-spacing: .09em; }
.data-card-head b { color: var(--red); border: 1px solid #f5b4ae; border-radius: 4px; padding: 4px 6px; }
.data-card h3 { margin: 38px 0 18px; font-size: 22px; }
.empty-state { border-top: 1px solid var(--line); padding-top: 20px; display: flex; gap: 16px; align-items: flex-start; }
.empty-state span { min-width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: #eff4ff; color: var(--blue); font-weight: 780; }
.empty-state p { margin: 3px 0; color: var(--muted); line-height: 1.55; }
.nominee-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.nominee-list li { padding: 10px 0; border-bottom: 1px solid var(--line); }
.eviction-line { color: var(--muted); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.section-heading > p { color: var(--muted); }
.outline-badge { border: 1px solid #f97066; color: var(--red); padding: 8px 10px; border-radius: 5px; font-size: 12px; font-weight: 720; text-transform: uppercase; letter-spacing: .06em; white-space: nowrap; }
.contestant-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contestant-placeholder, .contestant-card { min-height: 210px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(145deg, #fff, #f8fafc); }
.contestant-placeholder, .contestant-body { padding: 23px; }
.contestant-placeholder > div, .contestant-number { color: var(--blue); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 740; }
.contestant-placeholder h3 { margin: 44px 0 8px; font-size: 17px; }
.contestant-placeholder p, .contestant-card p { color: var(--muted); font-size: 13px; line-height: 1.55; }
.contestant-card h3 { margin: 12px 0 3px; }
.contestant-card b { display: inline-block; margin-top: 10px; color: var(--blue); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.contestant-photo { aspect-ratio: 4/3; overflow: hidden; background: var(--soft); }
.contestant-photo img { width: 100%; height: 100%; object-fit: cover; }
.source-note { margin: 18px 0 0; padding: 14px 17px; border-left: 3px solid var(--blue); background: #f7f9fc; color: var(--muted); font-size: 13px; }
.source-note strong { color: var(--ink); }
.how-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: flex; gap: 20px; border-bottom: 1px solid var(--line); padding: 20px 0; }
.steps li > span { flex: 0 0 38px; height: 38px; display: grid; place-items: center; background: var(--blue); color: white; border-radius: 5px; font-weight: 750; }
.steps h3 { margin: 0 0 5px; font-size: 17px; }
.steps p { margin: 0; color: var(--muted); line-height: 1.55; font-size: 14px; }
.method-notice { grid-column: 1 / -1; padding: 19px 22px; background: #eff4ff; border: 1px solid #b2ccff; border-radius: 7px; display: grid; grid-template-columns: 210px 1fr; gap: 24px; }
.method-notice p { margin: 0; color: #344054; line-height: 1.6; }
.show-info { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.show-info > div:first-child > p:not(.section-tag) { color: var(--muted); font-size: 17px; line-height: 1.75; }
.text-link { display: inline-flex; gap: 10px; margin-top: 10px; color: var(--blue); font-weight: 720; }
.facts-grid { margin: 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.facts-grid div { padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.facts-grid dt { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 730; }
.facts-grid dd { margin: 8px 0 0; font-weight: 700; font-size: 17px; }
.host-section { display: grid; grid-template-columns: .55fr 1.45fr; gap: 65px; align-items: center; background: #0f2547; color: white; margin: 0 -30px; padding-left: 45px; padding-right: 45px; }
.host-number { font-size: clamp(130px, 19vw, 260px); line-height: .75; font-weight: 850; color: transparent; -webkit-text-stroke: 2px #5f8fde; letter-spacing: -.1em; }
.host-section h2 { color: white; }
.host-section p:not(.section-tag) { color: #c8d6ed; font-size: 17px; line-height: 1.7; }
.mini-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.mini-facts span { border: 1px solid #5578ad; border-radius: 5px; padding: 8px 10px; color: #dce7f8; font-size: 12px; }
.table-wrap { border: 1px solid var(--line); border-radius: 8px; overflow: auto; max-height: 610px; }
table { width: 100%; border-collapse: collapse; min-width: 640px; }
th { position: sticky; top: 0; background: #f3f5f8; text-align: left; color: #475467; text-transform: uppercase; font-size: 11px; letter-spacing: .1em; }
th, td { padding: 16px 22px; border-bottom: 1px solid var(--line); }
tbody tr:last-child td { border: 0; }
tbody tr:hover { background: #f8faff; }
td:first-child { color: var(--muted); width: 18%; }
.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 20px 0; }
summary { display: flex; justify-content: space-between; gap: 20px; cursor: pointer; font-weight: 700; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--blue); font-size: 22px; transition: transform .18s ease; }
details[open] summary span { transform: rotate(45deg); }
details > p, .faq-answer { max-width: 740px; color: var(--muted); line-height: 1.7; margin: 15px 35px 0 0; }
.site-footer { background: #0b1729; color: white; padding: 52px max(30px, calc((100vw - 1380px) / 2)); }
.footer-top { display: flex; justify-content: space-between; align-items: start; gap: 40px; padding-bottom: 35px; border-bottom: 1px solid #2a3b55; }
.footer-top .brand { display: inline-block; }
.footer-top p { color: #aebbd0; }
.footer-menu { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; gap: 25px; color: #d7e0ed; }
.disclaimer { padding: 28px 0; display: grid; grid-template-columns: 120px 1fr; gap: 25px; border-bottom: 1px solid #2a3b55; }
.disclaimer p { margin: 0; color: #9dacbf; line-height: 1.65; font-size: 13px; }
.copyright { color: #7f8da3; font-size: 12px; margin: 22px 0 0; }
.article-shell { max-width: 980px; min-height: 55vh; margin: auto; padding: 80px 30px; }
.article-shell h1 { font-size: clamp(44px, 7vw, 76px); }
.article-content { font-size: 18px; line-height: 1.75; }
.article-content header { margin-bottom: 45px; }
.article-content a { color: var(--blue); text-decoration: underline; }
.featured-image img { width: 100%; border-radius: 8px; }
.archive-head { margin-bottom: 45px; }
.post-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.post-card { padding: 25px; border: 1px solid var(--line); border-radius: 8px; }
.post-card h2 { font-size: 25px; letter-spacing: -.03em; }
.post-meta { color: var(--muted); font-size: 13px; }
.error-page p { font-size: 18px; color: var(--muted); }

/* Gutenberg homepage block compatibility */
.gutenberg-homepage { margin: 0; }
.gutenberg-homepage .bb20-block-home { padding: 0; }
.gutenberg-homepage .wp-block-columns { margin-bottom: 0; }
.gutenberg-homepage .hero {
	display: grid !important;
	grid-template-columns: minmax(0, .95fr) minmax(520px, 1.05fr) !important;
	width: auto;
}
.gutenberg-homepage .hero > .wp-block-column { min-width: 0; }
.gutenberg-homepage .hero-actions { display: flex; }
.gutenberg-homepage .wp-block-button.button {
	display: block;
	min-height: 0;
	padding: 0;
	border: 0;
	background: transparent;
}
.gutenberg-homepage .wp-block-button.button .wp-block-button__link {
	min-height: 54px;
	padding: 0 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--blue);
	border-radius: 7px;
	font-weight: 720;
}
.gutenberg-homepage .wp-block-button.button.primary .wp-block-button__link { color: white; background: var(--blue); }
.gutenberg-homepage .wp-block-button.button.secondary .wp-block-button__link { color: var(--blue); background: white; }
.gutenberg-homepage .hero-meta { display: grid !important; }
.gutenberg-homepage .hero-meta p { margin: 0; }
.gutenberg-homepage .hero-meta .wp-block-column { padding: 0 20px; border-right: 1px solid var(--line); }
.gutenberg-homepage .hero-meta .wp-block-column:first-child { padding-left: 0; }
.gutenberg-homepage .hero-meta .wp-block-column:last-child { border-right: 0; }
.gutenberg-homepage .card-head { display: grid !important; grid-template-columns: 1fr auto; }
.gutenberg-homepage .card-head .wp-block-column { align-self: center; }
.gutenberg-homepage .card-head .status-badge { margin: 0; }
.gutenberg-homepage .poll-prompt .ballot-icon { flex: 0 0 58px; margin: 0; }
.gutenberg-homepage .poll-prompt h3 { margin: 0 0 6px; }
.gutenberg-homepage .dashboard {
	display: grid !important;
	grid-template-columns: 1.35fr repeat(3, 1fr) !important;
	width: 100%;
}
.gutenberg-homepage .dashboard > .wp-block-column { min-width: 0; }
.gutenberg-homepage .dashboard > .wp-block-column:not(:first-child) {
	min-height: 105px;
	border: 1px solid #c6d0df;
	background: white;
	border-radius: 7px;
	padding: 17px 20px;
	display: flex;
	align-items: center;
}
.gutenberg-homepage .dashboard > .wp-block-column:not(:first-child) > .wp-block-group { gap: 18px; }
.gutenberg-homepage .dashboard > .wp-block-column:not(:first-child) > .wp-block-group > p { color: var(--blue); font-size: 30px; margin: 0; }
.gutenberg-homepage .dashboard p { margin-top: 0; }
.gutenberg-homepage .dashboard small, .gutenberg-homepage .dashboard strong { display: block; }
.gutenberg-homepage .content-shell { width: auto; max-width: 1380px; }
.gutenberg-homepage .split-intro,
.gutenberg-homepage .how-section,
.gutenberg-homepage .show-info,
.gutenberg-homepage .host-section,
.gutenberg-homepage .faq-section { display: grid !important; }
.gutenberg-homepage .two-cards { display: grid !important; }
.gutenberg-homepage .data-card-head { display: flex; margin: 0; }
.gutenberg-homepage .data-card > p:not(.data-card-head) { color: var(--muted); line-height: 1.6; }
.gutenberg-homepage .contestant-grid { display: grid !important; }
.gutenberg-homepage .contestant-placeholder > p:first-child { color: var(--blue); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 740; }
.gutenberg-homepage .steps > .wp-block-group {
	display: flex;
	gap: 20px;
	border-bottom: 1px solid var(--line);
	padding: 20px 0;
}
.gutenberg-homepage .steps > .wp-block-group:first-child { border-top: 1px solid var(--line); }
.gutenberg-homepage .steps > .wp-block-group > p {
	flex: 0 0 38px;
	height: 38px;
	margin: 0;
	display: grid;
	place-items: center;
	background: var(--blue);
	color: white;
	border-radius: 5px;
	font-weight: 750;
}
.gutenberg-homepage .steps .wp-block-group .wp-block-group { display: block; }
.gutenberg-homepage .steps h3 { margin: 0 0 5px; }
.gutenberg-homepage .steps .wp-block-group .wp-block-group p { margin: 0; color: var(--muted); }
.gutenberg-homepage .facts-grid { display: grid !important; grid-template-columns: 1fr 1fr; }
.gutenberg-homepage .facts-grid .wp-block-column { padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.gutenberg-homepage .facts-grid p { margin: 0; }
.gutenberg-homepage .facts-grid small { display: block; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 730; }
.gutenberg-homepage .facts-grid strong { display: block; margin-top: 8px; font-size: 17px; }
.gutenberg-homepage .host-number { margin: 0; }
.gutenberg-homepage .host-section > .wp-block-column:first-child { align-self: center; }
.gutenberg-homepage .table-wrap { width: 100%; }
.gutenberg-homepage .faq-list details { padding: 20px 0; }
.gutenberg-homepage .faq-list details p { color: var(--muted); line-height: 1.7; }

:focus-visible { outline: 3px solid #84adff; outline-offset: 3px; }
@keyframes pulse { 50% { opacity: .38; transform: scale(.8); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }

@media (max-width: 1100px) {
	.site-header { grid-template-columns: auto 1fr; }
	.primary-nav, .primary-nav .menu { order: 3; grid-column: 1 / -1; height: 48px; overflow-x: auto; }
	.updated { grid-column: 2; grid-row: 1; }
	.hero { grid-template-columns: 1fr; padding-top: 38px; }
	.poll-card { max-width: 760px; width: 100%; }
	.dashboard { grid-template-columns: repeat(3, 1fr); }
	.dashboard > div { grid-column: 1 / -1; }
	.split-intro, .how-section, .show-info, .faq-section { grid-template-columns: 1fr; gap: 38px; }
	.contestant-grid { grid-template-columns: repeat(2, 1fr); }
	.host-section { grid-template-columns: .45fr 1.55fr; }
	.gutenberg-homepage .hero,
	.gutenberg-homepage .split-intro,
	.gutenberg-homepage .how-section,
	.gutenberg-homepage .show-info,
	.gutenberg-homepage .faq-section { grid-template-columns: 1fr !important; }
	.gutenberg-homepage .dashboard { grid-template-columns: repeat(3, 1fr) !important; }
	.gutenberg-homepage .dashboard > .wp-block-column:first-child { grid-column: 1 / -1; }
	.gutenberg-homepage .contestant-grid { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 680px) {
	.update-bar { align-items: flex-start; font-size: 12px; gap: 8px; }
	.site-header { padding: 0 18px; gap: 12px; min-height: 68px; }
	.brand { font-size: 24px; }
	.updated { font-size: 11px; }
	.primary-nav, .primary-nav .menu { gap: 24px; }
	.hero { padding: 34px 18px 28px; gap: 32px; }
	h1 { font-size: 58px; }
	.lede { font-size: 17px; }
	.hero-actions, .button { width: 100%; }
	.hero-meta { grid-template-columns: 1.3fr .7fr; }
	.hero-meta div:last-child { display: none; }
	.poll-card { padding: 18px; }
	.poll-prompt { align-items: flex-start; }
	.week-picker div { grid-template-columns: repeat(3, 1fr); }
	.week-picker button:nth-child(n+4) { display: none; }
	.dashboard { grid-template-columns: 1fr; padding: 24px 18px; }
	.dashboard > div { grid-column: auto; }
	.content-shell { padding: 0 18px; }
	.content-section { padding: 58px 0; }
	.two-cards, .contestant-grid, .facts-grid, .post-grid { grid-template-columns: 1fr; }
	.section-heading { align-items: start; flex-direction: column; }
	.method-notice { grid-template-columns: 1fr; gap: 8px; }
	.host-section { grid-template-columns: 1fr; margin: 0 -18px; padding: 50px 24px; gap: 24px; }
	.host-number { font-size: 120px; }
	.footer-top { flex-direction: column; }
	.disclaimer { grid-template-columns: 1fr; gap: 10px; }
	.article-shell { padding: 55px 18px; }
	.gutenberg-homepage .dashboard,
	.gutenberg-homepage .two-cards,
	.gutenberg-homepage .contestant-grid,
	.gutenberg-homepage .facts-grid,
	.gutenberg-homepage .host-section { grid-template-columns: 1fr !important; }
	.gutenberg-homepage .dashboard > .wp-block-column:first-child { grid-column: auto; }
	.gutenberg-homepage .wp-block-button.button,
	.gutenberg-homepage .wp-block-button.button .wp-block-button__link { width: 100%; }
}
