.fee-item-header {
	margin-top: 2.5rem;
	margin-bottom: 2rem;
}

.fee-item-header.border-top-show {
	border-top: 1px solid #e3e3e4;
	padding-top: 2.5rem;
}

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

.fee-item-header.button-show.description-hide {
	align-items: center;
}
.fee-item-header .fee-item-header-title-wrapper.button-show {
	width: 65%;
}

.fee-item-header h3 {
	font-size: var(--text-size-200);
	margin: 0 0 0.5rem;
}

.fee-item-header .fee-item-header-description {
	color: #59626c;
	font-weight: 500;
}

.fee-item-header .fee-item-header-description ul li {
	position: relative;
	list-style: none;
	padding-left: 0rem;
}
.fee-item-header .fee-item-header-description ul li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -1.5rem;
	transform: translateY(-50%);
	width: 1rem;
	height: 1rem;
	background-image: url("/wp-content/themes/md-block-theme-2022/assets/icons/Midland-Skin-Arrow-Right.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

@media (max-width: 48rem) {
	.fee-item-header {
		margin-top: 1rem;
	}

	.fee-item-header.button-show {
		flex-wrap: wrap;
	}

	.fee-item-header .fee-item-header-title-wrapper.button-show {
		width: 100%;
	}

	.fee-item-header .fee-item-header-description p {
		margin-bottom: 0.25rem;
	}
	.fee-item-header .fee-item-header-description p:last-child {
		margin-bottom: 0;
	}

	.fee-item-header .fee-item-header-description * {
		font-size: var(--text-size-90);
		line-height: 1.5;
	}
}
