.download-select-wrapper ul {
	display: none;
}

.download-select-wrapper.opened ul {
	display: block;
	position: absolute;
	top: calc(100% + 11px);
	background-color: #fff;
	padding: 12px 10px;
	filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.1));
}

.download-select-wrapper.opened .download-select-placeholder svg {
	transform: rotate(180deg);
}

.download-select-placeholder {
	font-size: 12px;
	padding: 10px 8px 10px 10px;
	border-bottom: 1px solid #5A5A5A;
	background-color: #F5F5F5;
	color: #5A5A5A;
	align-items: center;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.download-select-wrapper {
	max-width: 297px;
	position: relative;
}

.download-select-placeholder svg {
	fill: none;
	transition: all 0.2s;
}

#download-select a {
	text-decoration: unset;
	font-size: 12px;
}

#download-select li {
	margin-bottom: 10px;
}

#download-select li:last-of-type {
	margin-bottom: 0;
}

#download-select a:hover {
	color: #000;
}

.dl-item__label {
	font-size: 12px;
	display: flex;
	align-items: center;
	gap: 11px;
	margin-bottom: 10px;
}