.fee-section {
	margin-bottom: 2rem;
}

.fee-section.border-left-show > .fee-section-header > h3 {
	border-left: 0.25rem solid var(--global-palette1);
	padding-left: 1.5rem;
}

.fee-section > .fee-section-more-information {
	margin-top: 1.5rem;
}

.fee-section.border-left-show > .fee-section-more-information {
	padding-left: 1.75rem;
}

.fee-section > .fee-section-more-information p {
	margin-bottom: 0.25rem;
	color: #59626c;
	font-style: italic;
}

.fee-section > .fee-section-more-information p:last-child {
	margin-bottom: 0;
}

.fee-section > .fee-section-more-information ul {
	padding-left: 0;
}

.fee-section > .fee-section-more-information ul li {
	list-style: none;
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 1rem;
}

.fee-section > .fee-section-more-information ul li:last-child {
	margin-bottom: 0;
}

.fee-section > .fee-section-more-information ul li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1rem;
	height: 1rem;
	background-image: url("/wp-content/themes/md-block-theme-2022/assets/icons/Midland-Skin-Icon-Arrow-Chevron.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.fee-section > .fee-section-more-information a {
	font-weight: 500;
}

.fee-section > .fee-section-header.button-show {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.fee-section > .fee-section-header.button-show > h3 {
	width: 65%;
}

@media (max-width: 48rem) {
	.fee-section .fee-section-inner,
	.fee-section > .fee-section-more-information,
	.fee-section > .fee-section-header.button-show > a {
		display: none;
	}

	.fee-section.open-section .fee-section-inner,
	.fee-section.open-section > .fee-section-more-information,
	.fee-section.open-section > .fee-section-header.button-show > a {
		display: block;
	}

	.fee-section > .fee-section-header {
		position: relative;
		padding: 1rem 0;
		border-bottom: 1px solid #e3e3e4;
		touch-action: manipulation;
	}

	.fee-section > .fee-section-header:before {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		width: 0.5rem;
		height: 0.5rem;
		background-image: url("/wp-content/themes/md-block-theme-2022/assets/icons/Midland-Skin-Plus-Icon.svg");
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.fee-section.open-section > .fee-section-header:before {
		background-image: url("/wp-content/themes/md-block-theme-2022/assets/icons/Midland-Skin-Minus-Icon.svg");
	}

	.fee-section.open-section > .fee-section-header {
		border-bottom: none;
	}

	.fee-section > .fee-section-header > h3 {
		border-left: none;
		padding-left: 0;
		font-size: var(--text-size-200);
		font-weight: 500;
		margin-bottom: 0;
	}

	.fee-section > .fee-section-more-information {
		padding: 0;
	}
	.fee-section > .fee-section-more-information * {
		font-size: var(--text-size-90);
	}

	.fee-section {
		margin-bottom: 0;
	}

	.fee-section:last-child {
		margin-bottom: 0;
	}
}
