.mmw-cash-fuel-addon {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(107, 38, 217, 0.18);
	border-radius: 12px;
	padding: 18px 16px;
	margin: 0 0 16px;
	background: #fff;
	color: #1B102D;
	box-shadow: 0 14px 34px rgba(27, 16, 45, 0.08);
	box-sizing: border-box;
}

.mmw-cfa-info {
	position: absolute;
	top: 22px;
	left: 12px;
	width: 20px;
	height: 20px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.mmw-cfa-info img {
	display: block;
	width: 20px;
	height: 20px;
}

.mmw-cash-fuel-addon h5 {
	margin: 0;
	padding: 0 22px;
	text-align: center;
	font-family: Jost, "DM Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 700;
	text-transform: uppercase;
	color: #1B102D;
}

.mmw-cfa-slider {
	position: relative;
	width: calc(100% - 28px);
	height: 56px;
	margin-top: 34px;
}

.mmw-cfa-rail,
.mmw-cfa-track {
	position: absolute;
	top: 28px;
	left: 0;
	height: 4px;
	border-radius: 999px;
	background: rgba(107, 38, 217, 0.22);
}

.mmw-cfa-rail {
	width: 100%;
}

.mmw-cfa-track {
	width: 0;
	background: #6B26D9;
	transition: width .2s ease;
}

.mmw-cfa-dot {
	position: absolute;
	top: 25px;
	width: 10px;
	height: 10px;
	padding: 0;
	border: 1px solid rgba(107, 38, 217, 0.32);
	border-radius: 999px;
	background: #fff;
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 2;
}

.mmw-cfa-dot.is-active {
	background: #F59F0A;
	border-color: #F59F0A;
}

.mmw-cfa-mark {
	position: absolute;
	top: -12px;
	padding: 0;
	border: 0;
	background: transparent;
	transform: translateX(-50%);
	font-size: 13px;
	line-height: 1;
	color: rgba(27, 16, 45, 0.68);
	cursor: pointer;
}

.mmw-cfa-mark.is-active {
	color: #6B26D9;
	font-weight: 800;
}

.mmw-cfa-handle {
	position: absolute;
	top: 22px;
	left: 0;
	width: 16px;
	height: 16px;
	padding: 0;
	border: 1px solid #fff;
	border-radius: 999px;
	background: #F59F0A;
	box-shadow: 0 0 0 4px rgba(245, 159, 10, 0.18), 0 8px 20px rgba(27, 16, 45, 0.18);
	transform: translateX(-50%);
	transition: left .2s ease;
	z-index: 3;
	cursor: pointer;
}

.mmw-cfa-unit {
	margin: 2px 0 0;
	text-align: center;
	font-size: 12px;
	line-height: 1.3;
	color: #1B102D;
}

.mmw-cfa-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
	width: 100%;
	margin-top: 16px;
}

.mmw-cfa-image {
	width: 100px;
	height: 57px;
	object-fit: contain;
	flex: 0 0 auto;
}

.mmw-cfa-action {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 0;
	flex: 1 1 auto;
}

.mmw-cfa-price,
.mmw-cfa-total {
	text-align: center;
	font-size: 12px;
	line-height: 1.25;
	color: #1B102D;
}

.mmw-cfa-price {
	margin-bottom: 6px;
}

.mmw-cfa-total {
	margin-top: 6px;
	color: rgba(27, 16, 45, 0.68);
}

.mmw-cfa-add,
.mmw-cfa-remove {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 38px;
	padding: 8px 22px;
	border-radius: 12px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: opacity .2s ease, background-color .2s ease;
}

.mmw-cfa-add {
	border: 0;
	background: linear-gradient(354.13deg, #FF29FF -53.02%, #6B0F1A 43.44%, #FF29FF 126.13%);
	color: #fff;
}

.mmw-cfa-add:hover {
	opacity: .9;
}

.mmw-cfa-add.is-added {
	background: #6B26D9;
}

.mmw-cfa-add.is-loading {
	opacity: .65;
	pointer-events: none;
}

.mmw-cfa-remove {
	display: none;
	margin-top: 8px;
	border: 2px solid #6B26D9;
	background: transparent;
	color: #6B26D9;
}

.mmw-cfa-remove.is-visible {
	display: inline-flex;
}

.mmw-cfa-remove:hover {
	background: rgba(107, 38, 217, 0.06);
}

.mmw-cfa-cart-panel {
	margin: 0 0 24px;
	padding: 0;
}

.mmw-cfa-cart-panel h3,
.mmw-cfa-checkout-info h3 {
	margin: 0 0 12px;
	font-family: Jost, "DM Sans", Arial, sans-serif;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 600;
	color: #1B102D;
}

.mmw-cash-fuel-addon--cart,
.mmw-cash-fuel-addon--shortcode {
	max-width: 460px;
	margin-bottom: 0;
}

.mmw-cfa-checkout-info {
	margin: 0 0 18px;
	padding: 14px 16px;
	border: 1px solid rgba(107, 38, 217, 0.18);
	border-radius: 12px;
	background: #fff;
	color: #1B102D;
	box-shadow: 0 14px 34px rgba(27, 16, 45, 0.08);
}

.mmw-cfa-checkout-info p {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 1.45;
}

.mmw-cfa-checkout-info p:last-child {
	margin-bottom: 0;
}

.mmw-cfa-checkout-info ul {
	margin: 0;
	padding-left: 18px;
	font-size: 13px;
	line-height: 1.55;
}

.mmw-cfa-checkout-info li {
	margin: 0;
}

@media (max-width: 380px) {
	.mmw-cfa-bottom {
		align-items: center;
	}

	.mmw-cfa-image {
		width: 88px;
		height: 50px;
	}

	.mmw-cfa-add {
		padding-left: 14px;
		padding-right: 14px;
	}
}
