.wla-service-fees {
	margin: 1.5rem 0 1.75rem;
	padding: 1.15rem 1.2rem 1.2rem;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 6px;
	max-width: 36rem;
}

.wla-service-fees__title {
	margin: 0 0 0.7rem;
	font-size: 1.15rem;
	line-height: 1.3;
}

.wla-service-fees__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wla-service-fees__list li {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	align-items: baseline;
	padding: 0.45rem 0;
	border-bottom: 1px solid #f0ece8;
	font-size: 0.98rem;
}

.wla-service-fees__list li:last-child {
	border-bottom: 0;
}

.wla-service-fees__list strong {
	color: #c05530;
	font-weight: 700;
	white-space: nowrap;
}

.wla-service-fees__note {
	margin: 0.85rem 0 0;
	color: #4a4a4a;
	font-size: 0.92rem;
	line-height: 1.5;
}

@media (max-width: 375px) {
	.wla-service-fees {
		padding: 1rem 0.95rem 1.05rem;
	}
}
