.elsentido-entertainment-poll-grid {
	align-items: start;
	display: grid;
	gap: clamp(1rem, 2.5vw, 1.75rem);
	grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.85fr);
	width: 100%;
}

.elsentido-entertainment-main {
	min-width: 0;
}

.elsentido-entertainment-poll-grid > .elsentido-interest-stack,
.elsentido-entertainment-poll-grid > .elsentido-interest-feature {
	min-width: 0;
}

.elsentido-entertainment-poll-grid > .els-poll {
	align-self: start;
	margin: 0;
	min-width: 0;
	width: 100%;
}

@media (max-width: 900px) {
	.elsentido-entertainment-poll-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

.els-poll {
	background: #fff;
	border: 1px solid #dedbd5;
	border-top: 3px solid #d79a00;
	border-bottom: 3px solid #111;
	box-shadow: 0 14px 40px rgb(17 17 17 / 8%);
	display: flex;
	flex-direction: column;
	padding: 1rem 1rem 0.85rem;
}

.els-poll__eyebrow {
	color: #d79a00;
	font-family: Inter, system-ui, sans-serif;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0 0 0.35rem;
	text-transform: uppercase;
}

.els-poll__title {
	font-family: "Source Serif 4", Georgia, serif;
	font-size: clamp(1.05rem, 2vw, 1.28rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.22;
	margin: 0 0 0.85rem;
}

.els-poll__option {
	align-items: flex-start;
	border: 1px solid #e6e2db;
	cursor: pointer;
	display: flex;
	gap: 0.55rem;
	margin: 0 0 0.45rem;
	padding: 0.55rem 0.65rem;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.els-poll__option:hover,
.els-poll__option:focus-within {
	background: #fbf8f2;
	border-color: #d79a00;
}

.els-poll__option input { margin-top: 0.15rem; }
.els-poll__option span {
	font-family: Inter, system-ui, sans-serif;
	font-size: 0.9rem;
	line-height: 1.35;
}

.els-poll__submit {
	background: #111;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: Inter, system-ui, sans-serif;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	margin-top: 0.35rem;
	padding: 0.7rem 1rem;
	text-transform: uppercase;
	width: 100%;
}

.els-poll__submit:hover,
.els-poll__submit:focus-visible {
	background: #333;
}

.els-poll__results { margin: 0; }

.els-poll__bar-row {
	display: grid;
	gap: 0.25rem;
	margin: 0 0 0.55rem;
}

.els-poll__bar-label {
	display: flex;
	font-family: Inter, system-ui, sans-serif;
	font-size: 0.82rem;
	justify-content: space-between;
}

.els-poll__bar-track {
	background: #efebe4;
	height: 8px;
	overflow: hidden;
}

.els-poll__bar-fill {
	background: #d79a00;
	display: block;
	height: 100%;
}

.els-poll__bar-count,
.els-poll__total,
.els-poll__fine {
	display: none !important;
}

.els-poll__thanks {
	font-family: Inter, system-ui, sans-serif;
	font-size: 0.9rem;
	margin: 0 0 0.75rem;
}

.els-poll__more {
	color: #d79a00;
	font-family: Inter, system-ui, sans-serif;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	margin-top: 0.65rem;
	padding-top: 0.55rem;
	text-decoration: none;
	text-transform: uppercase;
}

.els-poll__more:hover,
.els-poll__more:focus-visible {
	text-decoration: underline;
}

/* Honeypot must stay visually hidden. */
.els-poll__hp {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}
