.wse-6439-container {
	padding: 80px 40px;
	position: relative;
	background-color: #0A0A0A; /* Main Background global color fallback */
	border-radius: 8px;
	overflow: hidden;
}

/* Background image should ideally be applied to the section/container holding this widget via Elementor,
   so the widget handles the content and overlay styling gracefully. */

.wse-6439-content-wrapper {
	position: relative;
	z-index: 2;
	max-width: 600px; /* Constrain text width as per image layout */
	margin: 0 0 0 10%;
}

.wse-6439-title {
	font-family: 'Cinzel', serif; /* H1 Display global font */
	color: #E0C48F; /* Ultra Gold Light global color */
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 1.2;
}

.wse-6439-subtitle {
	font-family: 'Cinzel', serif; /* H2 Section global font */
	color: #E0C48F; /* Ultra Gold Light global color */
	font-size: 32px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 1.3;
}

.wse-6439-divider {
	height: 1px;
	background: linear-gradient(to right, transparent, rgba(200, 169, 106, 0.5), transparent); /* Gold Accent */
	margin-bottom: 40px;
	width: 100%;
}

.wse-6439-list {
	list-style: none;
	padding: 0;
	margin: 0 0 40px 0;
}

.wse-6439-list-item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.wse-6439-list-item-icon {
	color: #FFFFFF; /* White Text global color */
	margin-right: 15px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wse-6439-list-item-icon svg {
	width: 16px;
	height: 16px;
	fill: #FFFFFF;
}

.wse-6439-list-item-text {
	font-family: 'Montserrat', sans-serif; /* Body Large global font */
	color: #FFFFFF; /* White Text */
	font-size: 18px;
	font-weight: 400;
}

.wse-6439-footer {
	font-family: 'Montserrat', sans-serif; /* Accent Text global font */
	color: #C8A96A; /* Gold Accent */
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
	margin-top: 20px;
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 20px;
}

@media (max-width: 768px) {
	.wse-6439-content-wrapper {
		margin: 0;
		text-align: center;
	}
	.wse-6439-list-item {
		justify-content: center;
	}
	.wse-6439-divider {
		margin-left: auto;
		margin-right: auto;
	}
}