.simpleDropText {
	background-color: transparent;
	margin: auto;
	text-align: center;
	font-family: "PT Sans",sans-serif;
	font-size: 18px;
	letter-spacing: 0.02em;
	font-weight: bold;
	color: #4f2984;
}

.firstSimpleDrop {
	border: none;
	line-height: 1.8em;
}

.dropDownTextOnly {
	width: fit-content;
	min-width: 25%;
	text-align: center;
	margin: 0 auto;
}

.secondSimpleDrop {
	border: #efefef 2px solid;
	width: 65%;
	line-height: 2.5em;
}

.dropArrow {
	font-size: 14px;
	padding-left: 3px;
	transition: transform 0.5s ease;
}

.rotateDrop {
	transform: rotate(90deg);
}

.simpleDropText:hover {
	cursor: pointer;
	text-decoration: underline;
}

.simpleTextContent {
	display: none;
	padding-top: 10px;
	line-height: 1.8;
}

.simpleTextContent a:hover {
	text-decoration: underline;
}
