:root {
	--logo: url("/app/themes/stemwijzer-child/img/logo-stemwijzer.svg");
	--primary: #1e48ff;
	--secondary: #1e48ff;
}

ul p {
	margin: 0;
}

#election-extras {
	gap: 60px;
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.block-description {
		padding: 0px;
		margin-top: -9px;
	}
}

@media screen and (min-width: 991px) {
	.block-description {
		margin-top: 12px;
	}
}

@media screen and (min-width: 1200px) {
	.block-description {
		margin-top: 32px;
	}

	#election-extras {
		flex-direction: row;
		justify-content: space-between;
	}

	#election-extras:has(.full-width) {
		flex-direction: column;
	}
	#election-extras:has(.full-width) #tools {
		align-items: flex-start;
	}
	#election-extras:has(.full-width) #tools-container {
		justify-content: center;
	}
	#election-extras:has(.full-width) .tool,
	#election-extras:has(.full-width) .product {
		max-width: 520px;
	}
}

/* Gemeenteraadsverkiezingen Temlate Specific Styles */

#pagecontent.gr-template #current-election {
	padding: 20px !important;
	text-align: center;
	margin-top: -50px;
}

#pagecontent.gr-template #current-election #election-title {
	text-wrap: pretty;
}

#pagecontent.gr-template #current-election #election-description {
	margin-bottom: 40px;
	text-wrap: pretty;
}

#pagecontent.gr-template #start-cta {
	width: 100%;
	display: block;
	background-color: var(--primary);
	padding: 12px 20px;
	border-radius: 10px;
	border: none;
	color: white;
	font-weight: 600;
	font-family: "Inter";
	font-size: 25px;
	margin-top: 10px;
	text-align: left;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 580px) {
	#pagecontent.gr-template #start-cta {
		font-size: 18px;
	}
}

#pagecontent.gr-template #start-cta img {
	width: 22px;
	object-fit: contain;
	object-position: center;
}

#pagecontent.gr-template #start-cta.disabled {
	pointer-events: none;
	background-color: #d9d9d9;
}

#pagecontent.gr-template #election-description {
	font-size: 16px;
	font-weight: 600;
}

#pagecontent.gr-template .info-message-soon {
	display: none;
	font-size: 14px;
	padding-top: 1em;
	max-width: 340px;
	margin: 0 auto;
	position: relative;
	text-wrap: pretty;
	font-weight: 600;
}

#pagecontent.gr-template .redirect-info {
	padding: 0px;
	background: none;
	border-radius: 0;
	font-size: 14px;
	margin-top: 20px;
	display: none;
	position: relative;
}

#pagecontent.gr-template .redirect-info summary {
	text-align: center;
	justify-content: center;
	user-select: none;
	--webkit-user-select: none;
}

#pagecontent.gr-template .redirect-info summary:after {
	content: " ▼";
}

#pagecontent.gr-template .redirect-info[open] summary {
	margin-bottom: 10px;
}

#pagecontent.gr-template .redirect-info[open] summary:after {
	content: " ▲";
}

#pagecontent.gr-template .redirect-info a {
	text-decoration: underline;
	color: var(--primary);
}

@media screen and (min-width: 1200px) {
	#pagecontent.gr-template #current-election {
		padding: 40px !important;
	}

	#pagecontent.gr-template #current-election #election-title {
		font-size: 32px;
	}

	#pagecontent.gr-template .redirect-info,
	#pagecontent.gr-template .info-message-soon {
		top: 10px;
	}
}
