.ct-32410-wrapper {
	font-family: 'Poppins', sans-serif;
	width: 100%;
	box-sizing: border-box;
}

.ct-32410-header-section {
	margin-bottom: 2.5rem;
}

.ct-32410-main-title {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 1rem 0;
}

.ct-32410-main-desc {
	font-size: 1.05rem;
	line-height: 1.6;
	margin: 0;
}

.ct-32410-table-container {
	display: flex;
	flex-direction: column;
	border: 1px solid; /* color managed by control */
	border-bottom: none; /* prevent double border */
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}

.ct-32410-row {
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid; /* color managed by control */
}

.ct-32410-cell {
	padding: 1.5rem 2rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	border-right: 1px solid; /* color managed by control */
	font-size: 1rem;
	line-height: 1.5;
}

.ct-32410-cell:last-child {
	border-right: none;
}

.ct-32410-header-row .ct-32410-cell {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.85rem;
}

.ct-32410-callout {
	border: 1px solid; /* color managed by control */
	border-left-width: 4px; /* accent border width */
	padding: 1.5rem 2rem;
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 2rem;
}

.ct-32410-footer {
	font-size: 0.95rem;
	font-style: italic;
	line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
	.ct-32410-main-title {
		font-size: 2rem;
	}
	.ct-32410-row {
		flex-direction: column;
	}
	.ct-32410-cell {
		width: 100% !important; /* override width controls on mobile */
		border-right: none;
		border-bottom: 1px solid rgba(0,0,0,0.05);
	}
	.ct-32410-header-row {
		display: none; /* Hide header row on mobile, could alternatively stack */
	}
	/* Add pseudo labels on mobile */
	.ct-32410-body-row .ct-32410-col-1 {
		background: #f8f9fa;
		font-weight: 700;
		font-size: 1.1rem;
	}
}