.yoga-welcome-6a56295d-wrapper {
	display: flex;
	align-items: center;
	gap: 60px;
	background-color: var(--e-global-color-yoga-pink, #FFF5F1); /* Light fallback */
	border-radius: 24px;
	padding: 60px;
}

.yoga-welcome-6a56295d-content {
	flex: 1;
}

.yoga-welcome-6a56295d-headline {
	margin-top: 0;
	margin-bottom: 24px;
	color: var(--e-global-color-yoga-brown, #4A3424);
	font-family: serif;
	font-size: 2.5rem;
	font-weight: normal;
}

.yoga-welcome-6a56295d-description {
	margin: 0;
	color: #555;
	font-size: 1.125rem;
	line-height: 1.6;
}

.yoga-welcome-6a56295d-features {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	list-style: none;
	padding: 0;
	margin: 32px 0 0 0;
}

.yoga-welcome-6a56295d-feature-item {
	display: flex;
	align-items: center;
	gap: 12px;
}

.yoga-welcome-6a56295d-feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--e-global-color-yoga-brown, #4A3424);
	font-size: 1.25rem;
}

.yoga-welcome-6a56295d-feature-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.yoga-welcome-6a56295d-feature-text {
	font-weight: 600;
	color: var(--e-global-color-yoga-brown, #4A3424);
}

.yoga-welcome-6a56295d-image {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.yoga-welcome-6a56295d-image img {
	width: 100%;
	height: 100%;
	max-width: 450px;
	aspect-ratio: 1 / 1;
	/* object-fit now handled by Elementor control */
	border: 8px solid #FFFFFF;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
	/* border-radius defaults to 50% via Elementor widget controls */
}

/* Responsive Styles */
@media (max-width: 767px) {
	.yoga-welcome-6a56295d-wrapper {
		flex-direction: column;
		text-align: center;
		padding: 40px 20px;
		gap: 40px;
	}

	.yoga-welcome-6a56295d-features {
		justify-content: center;
	}
	
	.yoga-welcome-6a56295d-headline {
		font-size: 2rem;
	}
}
