.kkcheese-jci-fund-banner {
	margin: 0 0 28px;
	padding: 0;
}

.kkcheese-jci-fund-banner__inner {
	position: relative;
	overflow: hidden;
	padding: 22px 24px;
	border: 2px solid #f0b429;
	border-radius: 12px;
	background: linear-gradient(135deg, #fff9e8 0%, #fffdf7 55%, #fff4d6 100%);
	box-shadow: 0 10px 30px rgba(240, 180, 41, 0.18);
}

.kkcheese-jci-fund-banner__inner::before {
	content: "";
	position: absolute;
	top: -40%;
	left: -20%;
	width: 55%;
	height: 180%;
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.65), transparent);
	transform: rotate(12deg);
	animation: kkcheese-jci-fund-shine 4.5s ease-in-out infinite;
	pointer-events: none;
}

.kkcheese-jci-fund-banner__message {
	margin: 0 0 14px;
	font-size: 18px;
	line-height: 1.5;
	color: #2f3440;
}

.kkcheese-jci-fund-banner__highlight {
	display: inline;
	padding: 2px 8px;
	border-radius: 6px;
	background: linear-gradient(90deg, #ffe08a, #ffd24d, #ffe08a);
	background-size: 200% 100%;
	color: #5a3d00;
	font-weight: 700;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	animation: kkcheese-jci-fund-highlight 2.8s ease-in-out infinite;
}

.kkcheese-jci-fund-banner__today {
	margin: 0 0 16px;
	font-size: 16px;
	color: #4d5565;
}

.kkcheese-jci-fund-banner__today-amount {
	color: #c77700;
}

.kkcheese-jci-fund-banner__total-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 10px 14px;
}

.kkcheese-jci-fund-banner__total-label {
	font-size: 15px;
	font-weight: 600;
	color: #5f6777;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.kkcheese-jci-fund-banner__total-amount {
	display: inline-block;
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 800;
	line-height: 1.1;
	color: #d88900;
	text-shadow: 0 2px 0 rgba(255, 255, 255, 0.8);
	animation: kkcheese-jci-fund-pulse 2.4s ease-in-out infinite;
}

.kkcheese-jci-fund-banner.is-animated .kkcheese-jci-fund-banner__total-amount {
	animation: none;
}

@keyframes kkcheese-jci-fund-highlight {
	0%,
	100% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}
}

@keyframes kkcheese-jci-fund-shine {
	0%,
	100% {
		transform: translateX(-120%) rotate(12deg);
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	55% {
		transform: translateX(180%) rotate(12deg);
		opacity: 0;
	}
}

@keyframes kkcheese-jci-fund-pulse {
	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.04);
	}
}

@media only screen and (max-width: 800px) {
	.kkcheese-jci-fund-banner__inner {
		padding: 18px 16px;
	}

	.kkcheese-jci-fund-banner__message {
		font-size: 16px;
	}
}
