/* picker */
#pick-container {
	font-family: UCSGotham,"Gotham SSm A","Gotham SSm B","Trebuchet MS",sans-serif;
	background-color: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 2rem 1rem;
}
#pick-container input,
#pick-container label {
	background-color: #000 !important;
	color: #fff !important;
	display: inline-block;
	width: 30rem;
	max-width: 100%;
}
#pick-container input {
	border-width: 0;
	border-bottom: 1px solid white;
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
	padding-left: 0;
	padding-right: 0;
}
/* results */
#pick-results {
	background-color: #07a;
	color: #fff;
	width: calc(100% + 2rem);
	margin-left: -1rem;
	margin-right: -1rem;
	margin-bottom: -2rem;
}
#pick-results .wrapper {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
#pick-results a {
	color: #fff;
	border-bottom-color: #fff;
}
#pick-results li::before {
	background-color: #fff;
}
#pick-results a.btn-action {
	border-bottom-color: #f0ba00;
	color: #000;
}


/* accordion */
details {
	font-size: 1rem;
	color: var(--text-color);
}
@media screen and (min-width: 700px) {
	.field--name-field-sections > .field__item > .paragraph--type--accordion-section {
		min-width: 38rem;
	}
}
details blockquote {
	font-size: 1rem;
}
@media screen and (min-width: 700px) {
	details blockquote {
		font-size: 1.25rem;
	}
}
.ut-action-button {
	display: inline-block;
	padding: 0.5rem 1rem;
	margin: 0 auto;
	border: 3px solid #f0ba00;
	font-size: 1rem;
	font-family: UCSGotham,"Gotham SSm A","Gotham SSm B","Trebuchet MS",sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #ffc600;
	color: #000;
}
.ut-action-button:hover {
	background-color: #fff;
	border-bottom-style: solid;
}