.is-style-fiscly-why-box {
	position: relative;
	overflow: hidden;
	border-radius: 24px;
	background: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--accent-3);
	box-shadow: 0 24px 60px -30px rgba(33, 150, 243, 0.25);
}

.is-style-fiscly-why-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 6px;
	background: var(--wp--preset--gradient--fiscly-glossy-1);
	z-index: 1;
}

.is-style-fiscly-why-box::after {
	content: "";
	position: absolute;
	top: -120px;
	right: -120px;
	width: 320px;
	height: 320px;
	background: var(--wp--preset--gradient--fiscly-glossy-1);
	opacity: 0.06;
	border-radius: 50%;
	pointer-events: none;
}

.is-style-fiscly-why-box .fiscly-why-eyebrow {
	display: inline-block;
	width: auto;
	padding: 6px 14px;
	margin: 0;
	border-radius: 999px;
	background: var(--wp--preset--color--accent-3);
	color: var(--wp--preset--color--accent-1);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}

.is-style-fiscly-why-box .fiscly-why-pillar {
	padding: 28px 24px;
	border-radius: 16px;
	background: var(--wp--preset--color--accent-5);
	height: 100%;
}

.is-style-fiscly-why-box .fiscly-why-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0 0 16px;
	border-radius: 12px;
	background: var(--wp--preset--gradient--fiscly-glossy-2);
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	box-shadow: 0 4px 10px -6px rgba(33, 150, 243, 0.4);
}
