.fps-6476-wrapper {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	background-color: #3F2B5B; /* Fallback */
	transition: all 0.3s ease;
}

/* Hover Effect: Highlight */
.fps-6476-wrapper:hover {
	box-shadow: 0 0 25px rgba(221, 198, 124, 0.4); /* Glow using secondary color */
}

.fps-6476-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000; /* Default overlay base */
	opacity: 0.6; /* Default opacity */
	z-index: 1;
	transition: opacity 0.3s ease;
}

/* Slightly darken overlay on hover for better text contrast if bg scales */
.fps-6476-wrapper:hover .fps-6476-overlay {
	opacity: 0.7 !important; /* Force override for effect */
}

.fps-6476-container {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 60px 40px; /* Default padding */
}

/* Intro Text */
.fps-6476-intro {
	margin-bottom: 25px;
	font-style: italic;
	opacity: 0.95;
	font-size: 0.95em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 20px;
	font-family: 'Merriweather Sans', sans-serif;
}

.fps-6476-intro p {
	margin-bottom: 0;
}

/* Typography Defaults & Spacing */
.fps-6476-label {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
	font-weight: 600;
}

.fps-6476-title {
	font-family: 'Merriweather Sans', sans-serif;
	margin-bottom: 25px;
	line-height: 1.2;
}

.fps-6476-content {
	margin-bottom: 30px;
	line-height: 1.6;
}

.fps-6476-content p {
	margin-bottom: 1em;
}

.fps-6476-content p:last-child {
	margin-bottom: 0;
}

.fps-6476-author {
	font-style: italic;
	opacity: 0.9;
	margin-bottom: 30px;
	font-weight: 500;
}

/* Button / Link Style */
.fps-6476-action {
	margin-top: 10px;
}

.fps-6476-button {
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding-bottom: 2px;
	transition: all 0.3s ease;
}

.fps-6476-button:hover {
	border-bottom-color: #FFFFFF;
	opacity: 0.9;
}
