.fcc-ad7debae-wrapper {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 8px;
	overflow: hidden;
	min-height: 400px;
	box-sizing: border-box;
}

.fcc-ad7debae-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	pointer-events: none;
	z-index: 1;
}

.fcc-ad7debae-content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 40px;
	min-height: inherit;
	box-sizing: border-box;
}

.fcc-ad7debae-header-category {
	color: #61CE70;
	margin: 0 0 8px 0;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.fcc-ad7debae-header-category p {
	margin: 0;
}

/* ── Header ── */
.fcc-ad7debae-heading {
	color: #FFFFFF;
	margin: 0 0 6px 0;
	font-family: 'Cabin', sans-serif;
	font-size: 33px;
	font-weight: 700;
	line-height: 1.1;
}

/* ── Subheader ── */
.fcc-ad7debae-subheading {
	color: #DDDDDD;
	margin: 0 0 12px 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
}

/* ── Text Block ── */
.fcc-ad7debae-text {
	color: #DDDDDD;
	margin: 0 0 20px 0;
	line-height: 1.5;
}

.fcc-ad7debae-text p {
	margin: 0 0 10px 0;
}

.fcc-ad7debae-text p:last-child {
	margin-bottom: 0;
}

/* ── Button Base ── */
.fcc-ad7debae-btn {
	display: inline-block;
	background-color: #61CE70;
	color: #000000;
	padding: 12px 28px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	align-self: flex-start;
	border: solid 2px transparent;
	box-sizing: border-box;
}

.fcc-ad7debae-btn:hover {
	background-color: #4fb85d;
	color: #000000;
}

/* ── Button Outline Style ── */
.fcc-ad7debae-btn--outline {
	background-color: transparent;
	border-color: #61CE70;
}

.fcc-ad7debae-btn--outline:hover {
	background-color: transparent;
	border-color: #4fb85d;
}

/* ── Button Sizes ── */
.fcc-btn-size-xs .fcc-ad7debae-btn {
	padding: 6px 14px;
	font-size: 12px;
}

.fcc-btn-size-sm .fcc-ad7debae-btn {
	padding: 8px 20px;
	font-size: 13px;
}

.fcc-btn-size-md .fcc-ad7debae-btn {
	padding: 12px 28px;
	font-size: 15px;
}

.fcc-btn-size-lg .fcc-ad7debae-btn {
	padding: 16px 36px;
	font-size: 17px;
}

.fcc-btn-size-xl .fcc-ad7debae-btn {
	padding: 20px 44px;
	font-size: 19px;
}
