.cwu-widget-container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
}

.cwu-content-wrapper {
	max-width: 800px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cwu-title {
	margin: 0 0 20px;
	font-weight: 700;
	line-height: 1.2;
}

.cwu-intro {
	margin: 0 0 25px;
	font-size: 1.1em;
	opacity: 0.9;
}

.cwu-list {
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
	max-width: 600px;
}

.cwu-list-item {
	display: flex;
	align-items: center; /* Center vertically relative to dash */
	text-align: left;
	gap: 15px;
	font-size: 1em;
	line-height: 1.4;
}

.cwu-dash {
	display: inline-block;
	width: 12px;
	height: 2px;
	flex-shrink: 0;
	margin-top: 2px; /* Slight optical adjustment */
}

.cwu-button-wrapper {
	margin-top: 10px;
}

.cwu-button {
	display: inline-block;
	padding: 14px 28px;
	text-decoration: none;
	font-weight: 600;
	border-radius: 4px;
	transition: background-color 0.3s ease;
	font-size: 1em;
	line-height: 1;
	cursor: pointer;
}

/* Responsive adjustments */
@media (max-width: 767px) {
	.cwu-list {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.cwu-title {
		font-size: 2em;
	}
}
