.iml-32272-wrapper {
	font-family: 'Poppins', sans-serif;
	padding: 4rem 1rem;
	width: 100%;
	box-sizing: border-box;
}

.iml-32272-header {
	max-width: 1000px;
	margin: 0 auto 3rem auto;
}

.iml-32272-header-title {
	font-size: 2.2rem;
	font-weight: 600;
	margin: 0 0 1rem 0;
	line-height: 1.2;
}

.iml-32272-header-desc {
	font-size: 1.1rem;
	color: #666;
	margin: 0;
	line-height: 1.6;
}

.iml-32272-list {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.iml-32272-card {
	display: flex;
	background: #ffffff; /* Default, overridden by control */
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,0.03);
	border: 1px solid #eaeaea;
	width: 100%;
}

/* Left Sidebar */
.iml-32272-card-left {
	width: 280px;
	flex-shrink: 0;
	padding: 2rem;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.iml-32272-number {
	font-size: 4.5rem;
	font-weight: 500;
	line-height: 1;
	opacity: 0.2;
	margin-bottom: 1rem;
}

.iml-32272-badge {
	align-self: flex-start;
	padding: 0.4rem 0.8rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 2px;
	margin-bottom: 1rem;
}

.iml-32272-left-title {
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.iml-32272-meta-grid {
	display: grid;
	grid-template-columns: 80px 1fr;
	gap: 0.8rem 1rem;
	font-size: 0.8rem;
}

.iml-32272-meta-label {
	opacity: 0.6;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.iml-32272-meta-value {
	opacity: 0.9;
}

/* Right Content */
.iml-32272-card-right {
	flex-grow: 1;
	padding: 2.5rem 3rem;
	display: flex;
	flex-direction: column;
	min-width: 0; /* Prevents flex flex-grow overflowing */
	box-sizing: border-box;
}

.iml-32272-right-header {
	margin-bottom: 1.5rem;
}

.iml-32272-card-right-title {
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0 0 0.5rem 0;
	line-height: 1.3;
	color: #333333; /* Default, overridden by control */
}

.iml-32272-card-right-subtitle {
	font-size: 1.1rem;
	font-weight: 400;
	color: #666666; /* Default, overridden by control */
}

.iml-32272-desc {
	font-size: 0.95rem;
	line-height: 1.7;
	color: #444444; /* Default, overridden by control */
	margin: 0 0 2rem 0;
}

.iml-32272-check-box {
	background-color: #f8f9fa; /* Default, overridden by control */
	padding: 1.5rem 2rem;
	border-left: 3px solid;
	margin-bottom: 2rem;
	border-radius: 0 4px 4px 0;
}

.iml-32272-check-item {
	font-size: 0.9rem;
	color: #333333; /* Default, overridden by control */
	margin-bottom: 0.5rem;
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
}

.iml-32272-check-item:last-child {
	margin-bottom: 0;
}

.iml-32272-cta-wrapper {
	margin-top: auto;
	text-align: right;
}

.iml-32272-cta {
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
	color: #0073aa; /* Default, overridden by control */
	transition: opacity 0.3s;
}

.iml-32272-cta:hover {
	opacity: 0.7;
}

/* Responsive */
@media (max-width: 900px) {
	.iml-32272-card {
		flex-direction: column;
	}
	.iml-32272-card-left {
		width: 100%;
		padding: 2rem;
	}
	.iml-32272-left-title {
		border-bottom: none;
		margin-bottom: 1rem;
	}
	.iml-32272-meta-grid {
		border-top: 1px solid rgba(255,255,255,0.1);
		padding-top: 1rem;
	}
	.iml-32272-card-right {
		padding: 2rem;
	}
}

@media (max-width: 600px) {
	.iml-32272-header-title {
		font-size: 1.8rem;
	}
	.iml-32272-card-right {
		padding: 1.5rem;
	}
	.iml-32272-check-box {
		padding: 1rem 1.2rem;
	}
}