.vop-wrap {
	--vop-border-width: 1px;
	--vop-button-color: #1689f9;
	--vop-accent-color: #1689f9;
	--vop-muted-color: #888;
	--vop-progress-background: #e9edf2;
	--vop-card-blue-a: #8db1dc;
	--vop-card-blue-b: #2f67a7;
	--vop-gradient-a: #ffd66e;
	--vop-gradient-b: #f36b66;
	--vop-title-color: #435b82;
	--vop-result-color: #69b178;
	color: #2a2a2a;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.vop-wrap,
.vop-wrap * {
	box-sizing: border-box;
}

.vop-wrap .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

.vop-layout-compact > h2,
.vop-layout-large > h2 {
	display: none;
}

.vop-notice,
.vop-empty {
	background: transparent;
	border: 0;
	border-radius: 2px;
	margin: 0 0 18px;
	max-width: none;
	padding: 0;
	width: 100%;
}

.vop-vote-form {
	margin: 0;
}

.vop-vote-form button {
	cursor: pointer;
	font: inherit;
}

.vop-vote-form button.is-loading {
	opacity: 0.75;
}

.vop-color-solid {
	--vop-action-background: var(--vop-button-color);
}

.vop-color-gradient {
	--vop-action-background: linear-gradient(135deg, var(--vop-gradient-a), var(--vop-gradient-b));
}

.vop-vote-bar-wrap {
	background: var(--vop-progress-background);
	border: 0 !important;
	border-radius: 3px;
	box-shadow: none !important;
	height: 18px;
	outline: 0 !important;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.vop-vote-bar {
	background-color: var(--vop-result-color);
	background-image: none;
	border: 0 !important;
	box-shadow: none !important;
	display: block;
	height: 100%;
	min-width: 0;
	outline: 0 !important;
}

/* Compact reference poll */
.vop-survey-panel {
	background: #fff;
	border: 0;
	border-radius: 1px;
	margin: 0;
	max-width: none;
	padding: 22px 18px 28px;
	width: 100%;
}

.vop-compact-list {
	display: grid;
	gap: 15px;
}

.vop-compact-row {
	align-items: start;
	contain: layout;
	cursor: pointer;
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) auto;
	isolation: isolate;
	min-height: 53px;
	position: relative;
	transform: none !important;
}

.vop-compact-row,
.vop-compact-row:hover,
.vop-compact-row:focus-within,
.vop-compact-row.is-open,
.vop-compact-main,
.vop-compact-main:hover,
.vop-compact-main:focus-within,
.vop-compact-topline,
.vop-compact-topline:hover,
.vop-compact-choice,
.vop-compact-choice:hover,
.vop-vote-bar-wrap,
.vop-vote-bar-wrap:hover {
	bottom: auto !important;
	letter-spacing: 0 !important;
	position: relative;
	top: auto !important;
	transform: none !important;
	transition-property: color, background-color, opacity, box-shadow;
	vertical-align: baseline;
}

.vop-compact-row.is-selected .vop-vote-bar-wrap {
	box-shadow: none !important;
}

.vop-compact-input {
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.vop-compact-choice {
	display: block;
	padding-top: 18px;
	position: relative;
	top: auto !important;
	transform: none !important;
}

.vop-compact-choice-button {
	align-items: center;
	background: var(--vop-action-background);
	border: 0;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(23, 105, 195, 0.24);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	min-height: 34px;
	min-width: 82px;
	padding: 10px 16px;
	text-transform: uppercase;
}

.vop-compact-choice-button,
.vop-compact-choice-button:hover,
.vop-compact-choice-button:focus,
.vop-compact-choice-button:active,
.vop-compact-count,
.vop-compact-count:hover {
	bottom: auto !important;
	letter-spacing: 0 !important;
	position: relative;
	top: auto !important;
	transform: none !important;
	transition-property: background-color, box-shadow, color, opacity;
	translate: none !important;
	vertical-align: baseline;
}

.vop-compact-choice input:checked + .vop-compact-choice-button {
	filter: saturate(1.08);
}

.vop-compact-choice input:disabled + .vop-compact-choice-button {
	cursor: not-allowed;
	opacity: 0.58;
}

.vop-compact-main {
	contain: layout;
	min-width: 0;
	position: relative;
	transform: none !important;
}

.vop-compact-topline {
	align-items: start;
	display: flex;
	gap: 14px;
	height: 18px;
	justify-content: space-between;
	margin-bottom: 5px;
	min-height: 18px;
	position: relative;
	transform: none !important;
}

.vop-wrap .vop-title-button,
.vop-wrap .vop-title-button:hover,
.vop-wrap .vop-title-button:focus,
.vop-wrap .vop-title-button:focus-visible,
.vop-wrap .vop-title-button:active {
	align-items: baseline;
	background: transparent !important;
	background-image: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: inherit;
	cursor: pointer;
	display: block;
	font: inherit;
	font-weight: 700;
	gap: 7px;
	height: 18px;
	letter-spacing: 0 !important;
	line-height: 18px !important;
	margin: 0;
	max-height: 18px;
	min-height: 18px;
	min-width: 0;
	overflow: visible;
	padding: 0 !important;
	position: static !important;
	scale: 1 !important;
	text-align: left;
	text-shadow: none !important;
	top: auto !important;
	transition: none !important;
	transform: none !important;
	translate: none !important;
	vertical-align: baseline;
	width: auto;
}

.vop-wrap .vop-title-button:hover,
.vop-wrap .vop-title-button:focus-visible {
	color: inherit;
	outline: 0;
}

.vop-title-text {
	display: block;
	font: inherit;
	letter-spacing: 0 !important;
	line-height: 18px !important;
	min-width: 0;
	overflow-wrap: anywhere;
	position: static !important;
	top: auto !important;
	transform: none !important;
	transition: none !important;
	word-break: break-word;
}

.vop-wrap .vop-compact-row .vop-title-text {
	color: var(--vop-title-color) !important;
	font-size: 15px;
	font-weight: 700;
	line-height: 18px !important;
}

.vop-wrap .vop-compact-row .vop-title-button:hover .vop-title-text,
.vop-wrap .vop-compact-row .vop-title-button:focus-visible .vop-title-text,
.vop-wrap .vop-compact-row .vop-title-button:active .vop-title-text {
	color: var(--vop-title-color) !important;
	font-size: 15px;
	font-weight: 700;
	line-height: 18px !important;
	transform: none !important;
}

.vop-compact-count {
	align-items: start;
	color: #8b8b8b;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 700;
	gap: 5px;
	white-space: nowrap;
}

.vop-compact-count strong {
	color: #5c5c5c;
	font-weight: 700;
}

.vop-your-vote {
	border: var(--vop-border-width) solid currentColor;
	border-radius: 999px;
	display: none !important;
	font-size: 11px;
	font-weight: 700;
	margin-left: 4px;
	padding: 1px 7px;
	white-space: nowrap;
}

.vop-compact-description {
	background: #fff;
	border: var(--vop-border-width) solid #e2e6ea;
	border-radius: 4px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	color: #444;
	display: none !important;
	font-size: 14px;
	left: 0;
	line-height: 1.45;
	margin-top: 0;
	max-width: min(520px, 90vw);
	opacity: 0;
	overflow-wrap: anywhere;
	padding: 10px 12px;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 12px);
	transition: opacity 120ms ease;
	visibility: hidden;
	width: max-content;
	z-index: 5;
}

.vop-notify-form {
	align-items: end;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.vop-active-vote {
	margin-top: 18px;
}

.vop-active-vote p {
	margin: 0 0 10px;
}

.vop-notify-form label {
	display: grid;
	gap: 4px;
}

.vop-notify-form input[type="email"] {
	border: 1px solid #cfd6dd;
	border-radius: 6px;
	min-height: 36px;
	padding: 8px 10px;
}

.vop-notify-form button {
	background: var(--vop-action-background);
	border: 0;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	min-height: 36px;
	padding: 9px 14px;
}

.vop-survey-total {
	color: #333;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.25;
	margin-top: 16px;
	text-align: center;
}

/* Large card reference poll */
.vop-board {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
	width: 100%;
}

.vop-board-header {
	display: none;
}

.vop-projects {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	overflow: visible;
	padding: 8px 10px 10px;
}

.vop-project {
	background: #fff;
	border: 0;
	border-radius: 7px;
	box-shadow: 0 2px 8px rgba(23, 50, 85, 0.42);
	display: flex;
	flex-direction: column;
	min-height: 448px;
	min-width: 0;
	overflow: hidden;
	position: relative;
}

.vop-project.is-selected {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85), 0 2px 8px rgba(23, 50, 85, 0.42);
}

.vop-project-media {
	background: var(--vop-action-background);
	flex: 0 0 150px;
	position: relative;
}

.vop-project-avatar {
	background: #fff;
	border: 3px solid rgba(255, 255, 255, 0.92);
	border-radius: 50%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.28);
	display: grid;
	height: 98px;
	left: 50%;
	overflow: hidden;
	place-items: center;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 98px;
}

.vop-project-avatar img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vop-project-avatar span {
	color: #3b4f73;
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
}

.vop-project-body {
	align-items: center;
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
	padding: 16px 24px 8px;
	position: relative;
	text-align: center;
}

.vop-project .vop-title-button {
	color: var(--vop-title-color) !important;
	justify-content: center;
	pointer-events: none;
	text-align: center;
}

.vop-layout-large .vop-title-button:hover,
.vop-layout-large .vop-title-button:focus-visible {
	color: var(--vop-title-color) !important;
}

.vop-wrap .vop-project .vop-title-text {
	color: var(--vop-title-color) !important;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.25;
}

.vop-project-intro {
	color: #4d5969;
	font-size: 14px;
	line-height: 1.45;
	margin: 8px 0 0;
	max-height: 190px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 6px;
	scrollbar-width: thin;
	width: 100%;
}

.vop-project-intro::-webkit-scrollbar {
	width: 6px;
}

.vop-project-intro::-webkit-scrollbar-thumb {
	background: rgba(100, 105, 112, 0.32);
	border-radius: 999px;
}

.vop-project .vop-card-description {
	display: none !important;
	left: 50%;
	text-align: left;
	top: calc(100% - 6px);
	transform: translateX(-50%);
}

.vop-project .vop-vote-form {
	padding: 0 24px 12px;
	text-align: center;
}

.vop-project .vop-vote-form button {
	background: var(--vop-action-background);
	border: 0;
	border-radius: 8px;
	box-shadow: none;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	isolation: isolate;
	line-height: 1;
	min-height: 44px;
	min-width: 100px;
	overflow: visible;
	padding: 14px 26px;
	position: relative;
	text-transform: uppercase;
}

.vop-project .vop-vote-form button::before {
	background: var(--vop-action-background);
	border-radius: 10px;
	content: "";
	filter: blur(10px);
	inset: 6px -8px -8px;
	opacity: 0.38;
	position: absolute;
	z-index: -1;
}

.vop-project .vop-vote-form button:disabled {
	filter: grayscale(0.45);
	opacity: 0.68;
}

.vop-has-button-color .vop-project .vop-vote-form button {
	background: var(--vop-action-background);
}

.vop-project-results {
	border-top: 1px solid #eef0f2;
	margin-top: auto;
	padding: 29px 10px 17px;
	position: relative;
}

.vop-project-results .vop-vote-bar-wrap {
	background: #f2f3f5;
	border: 0;
	border-radius: 2px;
	height: 8px;
	overflow: visible;
}

.vop-project-results .vop-vote-bar {
	background: var(--vop-result-color);
	background-image: none;
	position: relative;
	top: 0;
}

.vop-percent-badge {
	background: var(--vop-result-color);
	border-radius: 12px 12px 3px 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	left: clamp(10px, calc(10px + var(--vop-percent-offset, 0px)), calc(100% - 50px));
	line-height: 1;
	min-width: 40px;
	padding: 6px 7px 7px;
	position: absolute;
	text-align: center;
	top: 12px;
	transform: none;
}

.vop-meta {
	align-items: center;
	color: #425779;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	line-height: 1.2;
	margin-top: 14px;
	text-align: center;
}

.vop-board-footer {
	color: #333;
	font-weight: 700;
	padding: 24px 0 0;
	text-align: center;
	text-shadow: none;
}

@media (max-width: 720px) {
	.vop-wrap {
		padding-left: 10px;
		padding-right: 10px;
	}

	.vop-survey-panel {
		padding: 30px 14px 28px;
	}

	.vop-compact-topline {
		gap: 10px;
	}

	.vop-compact-description,
	.vop-project .vop-card-description {
		max-width: min(520px, 90vw);
		position: absolute;
		transform: none;
		width: max-content;
	}

	.vop-compact-row {
		grid-template-columns: 1fr;
	}

	.vop-compact-choice {
		padding-top: 0;
	}

	.vop-projects {
		grid-template-columns: 1fr;
		padding: 8px;
	}
}
