.auskut-fsp-fragment {
	width: 100%;
}

.auskut-fsp {
	box-sizing: border-box;
	width: 100%;
	margin: 18px 0;
	padding: 22px 22px 20px;
	border: 1px solid #dedede;
	border-top: 5px solid #ffec00;
	background: #fff;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.10);
	color: #1c1c1c;
	font-family: Poppins, Arial, Helvetica, sans-serif;
	text-align: center;
}

.auskut-fsp *,
.auskut-fsp *::before,
.auskut-fsp *::after {
	box-sizing: border-box;
}

.auskut-fsp__title {
	margin: 0 0 16px;
	font-size: clamp(17px, 1.35vw, 24px);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

.auskut-fsp__track {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 16px;
	margin: 0 auto 16px;
	border: 2px solid #1c1c1c;
	border-radius: 999px;
	background: #f2f2f2;
}

.auskut-fsp__fill {
	display: block;
	height: 100%;
	min-width: 0;
	border-radius: inherit;
	background-color: #e30613;
	background-image: repeating-linear-gradient(
		-45deg,
		rgba(255, 236, 0, 0.95) 0,
		rgba(255, 236, 0, 0.95) 10px,
		rgba(227, 6, 19, 1) 10px,
		rgba(227, 6, 19, 1) 20px
	);
	background-size: 40px 40px;
	animation: auskut-fsp-stripes 1s linear infinite;
	transition: width 320ms ease;
}

.auskut-fsp__message,
.auskut-fsp__excluded {
	font-size: clamp(14px, 1vw, 18px);
	font-weight: 500;
	line-height: 1.55;
}

.auskut-fsp__message .woocommerce-Price-amount,
.auskut-fsp__excluded .woocommerce-Price-amount {
	font-weight: 800;
}

.auskut-fsp__terms {
	color: #d9000d;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.auskut-fsp__terms:hover,
.auskut-fsp__terms:focus {
	color: #1c1c1c;
}

.auskut-fsp--unlocked {
	border-top-color: #ffec00;
}

.auskut-fsp--unlocked .auskut-fsp__track {
	border-color: #1c1c1c;
}

.auskut-fsp--excluded {
	border-top-color: #e30613;
	background: #fff7f7;
}

.auskut-fsp--excluded .auskut-fsp__excluded {
	font-weight: 700;
}

@keyframes auskut-fsp-stripes {
	from { background-position: 0 0; }
	to { background-position: 40px 0; }
}

@media (prefers-reduced-motion: reduce) {
	.auskut-fsp__fill {
		animation: none;
		transition: none;
	}
}

@media (max-width: 767px) {
	.auskut-fsp {
		margin: 14px 0;
		padding: 18px 15px 17px;
	}

	.auskut-fsp__title {
		margin-bottom: 13px;
	}

	.auskut-fsp__track {
		height: 14px;
		margin-bottom: 13px;
	}
}
