/**
 * Jahresbericht Parent Dropdown Widget Styles
 *
 * @package JutSo\Widgets
 * @since 1.0.0
 */

.nnl-jahresbericht-dropdown-widget {
	display: block;
	width: 100%;
	text-align: center;
}

.nnl-jahresbericht-dropdown-text {
	display: flex;
	justify-content: center;
	align-items: baseline;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 0;
}

.nnl-jahresbericht-select-wrapper {
	display: flex;
	align-items: center;
	margin: 0;
	white-space: nowrap;
	width: min-content;
	max-width: 100%;
}

.nnl-jahresbericht-select-wrapper::after {
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	width: 12px;
	height: 12px;
	border-right: 3px solid currentColor;
	border-bottom: 3px solid currentColor;
	transform: translateY(-50%) rotate(0deg);
	pointer-events: none;
}

.nnl-jahresbericht-parent-dropdown {
	background: none;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	color: var(--black);
	-webkit-text-fill-color: var(--black);
	padding: 0 54px 0 12px;
	cursor: pointer;
	display: block;
	width: 6.5ch;
	min-width: 6.5ch;
	height: auto;
	opacity: 1;
	text-align: left;
	line-height: 1;
	margin: 0;
}

.nnl-jahresbericht-parent-dropdown:focus {
	outline: none;
}

.nnl-jahresbericht-parent-dropdown option {
	color: var(--black);
}
