/***** TOGGLES *****/
.em-toggle {
	border: 1px solid #ccc;
	background-color: #fff;
	margin-bottom: 15px;
	box-shadow: 3px 3px 26px rgb(0 0 0 / 5%);
}

.em-toggle:last-child {
	margin-bottom: 0;
}

.em-toggle-header {
	display: flex;
	align-items: center;
	padding: 14px 20px;
	line-height: 1em;
}

.em-active.em-toggle-icon {
	transform: rotate(180deg);
}

.em-toggle-header:hover {
	cursor: pointer;
}

.em-toggle-heading {
	font-size: 20px;
	font-weight: 500;
}

.em-toggle-icon {
	width: 24px;
	min-width: 24px;
	height: 24px;
	margin-right: 0;
	margin-left: auto;
	transition: all 0.4s ease;
}

.em-toggle-content {
    padding: 20px;
    border-top: 1px solid #ccc;
}

.em-toggle-content p:last-child {
	margin-bottom: 0;
}

.em-toggle-content {
	display: none;
}
