.ctc-lu-updates {
	--ctc-lu-navy: #123c57;
	--ctc-lu-teal: #007d86;
	--ctc-lu-muted: #526575;
	width: 100%;
	color: var(--ctc-lu-navy);
	font-family: inherit;
	text-align: left;
}

.ctc-lu-updates *,
.ctc-lu-updates *::before,
.ctc-lu-updates *::after {
	box-sizing: border-box;
}

.ctc-lu-updates .ctc-lu-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: start;
}

.ctc-lu-updates .ctc-lu-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	margin: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid #dce5eb;
	border-top: 4px solid var(--ctc-lu-teal);
	border-radius: 8px;
	box-shadow: 0 4px 18px rgb(18 60 87 / 6%);
}

.ctc-lu-updates .ctc-lu-image-wrap {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #f2f6f8;
}

.ctc-lu-updates .ctc-lu-image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	margin: 0;
	object-fit: contain;
}

.ctc-lu-updates .ctc-lu-card-body {
	display: flex;
	flex-direction: column;
	gap: 14px;
	min-width: 0;
	padding: 24px;
}

.ctc-lu-updates .ctc-lu-date {
	color: var(--ctc-lu-muted);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
}

.ctc-lu-updates .ctc-lu-title {
	margin: 0;
	color: var(--ctc-lu-navy);
	font-family: inherit;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: normal;
	text-transform: none;
	overflow-wrap: anywhere;
}

.ctc-lu-updates .ctc-lu-summary {
	margin: 0;
	color: #334e60;
	font-size: 15px;
	line-height: 1.7;
	overflow-wrap: anywhere;
}

.ctc-lu-updates .ctc-lu-actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
	margin-top: 4px;
}

.ctc-lu-updates .ctc-lu-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	min-height: 44px;
	color: var(--ctc-lu-teal);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.ctc-lu-updates .ctc-lu-link:hover {
	color: var(--ctc-lu-navy);
}

.ctc-lu-updates .ctc-lu-preview {
	width: 100%;
	min-width: 0;
}

.ctc-lu-updates .ctc-lu-embed-button {
	display: inline-block;
	max-width: 100%;
	min-height: 44px;
	margin: 0;
	padding: 10px 14px;
	border: 1px solid var(--ctc-lu-navy);
	border-radius: 4px;
	background: var(--ctc-lu-navy);
	color: #fff;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	text-transform: none;
	white-space: normal;
	cursor: pointer;
}

.ctc-lu-updates .ctc-lu-embed-button:hover {
	border-color: var(--ctc-lu-teal);
	background: var(--ctc-lu-teal);
	color: #fff;
}

.ctc-lu-updates .ctc-lu-link:focus-visible,
.ctc-lu-updates .ctc-lu-embed-button:focus-visible {
	outline: 3px solid var(--ctc-lu-teal);
	outline-offset: 4px;
}

.ctc-lu-updates .ctc-lu-embed-note {
	margin: 8px 0 0;
	color: var(--ctc-lu-muted);
	font-size: 12px;
	line-height: 1.5;
}

.ctc-lu-updates .ctc-lu-embed {
	margin-top: 16px;
	width: 100%;
	overflow: hidden;
	border: 1px solid #dce5eb;
	border-radius: 4px;
}

.ctc-lu-updates .ctc-lu-embed[hidden] {
	display: none;
}

.ctc-lu-updates .ctc-lu-embed iframe {
	display: block;
	width: 100%;
	height: 560px;
	max-width: 100%;
	margin: 0;
	border: 0;
	background: #fff;
}

.ctc-lu-updates .ctc-lu-empty {
	margin: 0;
	padding: 24px;
	border: 1px solid #dce5eb;
	border-radius: 8px;
	background: #f5f8fa;
	color: var(--ctc-lu-navy);
}

.ctc-lu-updates .ctc-lu-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 1024px) {
	.ctc-lu-updates .ctc-lu-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.ctc-lu-updates .ctc-lu-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 20px;
	}
	.ctc-lu-updates .ctc-lu-card-body {
		padding: 20px;
	}
}
