.uacam-news-detail {
	background: #f7f9fc;
	padding: 28px 0 58px;
}

.uacam-news-shell {
	max-width: 1180px;
	width: min(100% - 48px, 1180px);
}

.uacam-news-article {
	color: #071d3f;
}

.uacam-news-hero-image {
	overflow: hidden;
	margin-bottom: 24px;
	border-radius: 8px;
	background: #dfe6f0;
	box-shadow: 0 12px 34px rgba(5, 27, 64, .08);
}

.uacam-news-hero-image img {
	display: block;
	width: 100%;
	aspect-ratio: 2;
	object-fit: cover;
}

.uacam-news-page-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 350px;
	gap: 42px;
	align-items: start;
}

.uacam-news-main {
	min-width: 0;
}

.uacam-news-heading {
	max-width: 760px;
	margin-left: 54px;
}

.uacam-news-category {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 5px 13px;
	border-radius: 999px;
	background: #001f46;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
}

.uacam-news-heading h1 {
	margin: 13px 0 13px;
	color: #001f46;
	font-size: 31px;
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: 0;
}

.uacam-news-heading h1:after {
	content: "";
	display: block;
	width: 58px;
	height: 3px;
	margin-top: 14px;
	background: #ffc400;
}

.uacam-news-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	align-items: center;
	color: #263954;
}

.uacam-news-meta span {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
}

.uacam-news-meta span + span {
	position: relative;
	padding-left: 18px;
}

.uacam-news-meta span + span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 18px;
	background: #d4dbe7;
	transform: translateY(-50%);
}

.uacam-news-meta i {
	color: #42516a;
	font-size: 15px;
}

.uacam-news-story-grid {
	display: grid;
	grid-template-columns: 74px minmax(0, 760px);
	gap: 24px;
	margin-top: 26px;
}

.uacam-news-share {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: start;
	gap: 9px;
}

.uacam-news-share span {
	align-self: stretch;
	margin-bottom: 7px;
	color: #001f46;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-align: left;
}

.uacam-news-share a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background: #001f46;
	color: #fff;
	box-shadow: 0 7px 16px rgba(5, 27, 64, .16);
}

.uacam-news-share a:last-child {
	background: #f5b400;
}

.uacam-news-share img {
	display: block;
	max-width: 17px;
	max-height: 17px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.uacam-news-share i {
	color: #fff;
	font-size: 16px;
}

.uacam-news-content {
	max-width: 760px;
}

.uacam-news-content,
.uacam-news-content p,
.uacam-news-content li {
	color: #071d3f;
	font-size: 16px;
	line-height: 1.62;
}

.uacam-news-content p {
	margin: 0 0 16px;
}

.uacam-news-content strong,
.uacam-news-content b {
	color: #001f46;
	font-weight: 900;
}

.uacam-news-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.uacam-news-aside {
	padding-top: 18px;
}

.uacam-news-card {
	padding: 24px 22px 22px;
	border: 1px solid #e0e6ef;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(5, 27, 64, .09);
}

.uacam-news-card h2 {
	margin: 0 0 20px;
	color: #001f46;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0;
}

.uacam-news-card h2:after {
	content: "";
	display: block;
	width: 55px;
	height: 3px;
	margin-top: 12px;
	background: #ffc400;
}

.uacam-related-news {
	display: grid;
	grid-template-columns: 116px minmax(0, 1fr);
	gap: 14px;
	padding: 14px 0;
	border-bottom: 1px solid #e7ebf2;
	color: #001f46;
}

.uacam-related-news:hover,
.uacam-related-news:focus {
	color: #001f46;
	text-decoration: none;
}

.uacam-related-news img {
	display: block;
	width: 116px;
	height: 78px;
	border-radius: 6px;
	object-fit: cover;
	background: #dfe6f0;
}

.uacam-related-news strong {
	display: block;
	margin-bottom: 11px;
	color: #001f46;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.35;
}

.uacam-related-news small {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #42516a;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
}

.uacam-news-all {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 18px;
	color: #001f46;
	font-size: 14px;
	font-weight: 900;
	text-align: right;
}

.uacam-news-all i {
	color: #f5b400;
}

.uacam-news-all:hover,
.uacam-news-all:focus {
	color: #001f46;
	text-decoration: none;
}

@media (max-width: 991px) {
	.uacam-news-shell {
		width: min(100% - 30px, 1180px);
	}

	.uacam-news-hero-image img {
		aspect-ratio: 16 / 6;
	}

	.uacam-news-page-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.uacam-news-heading {
		margin-left: 0;
	}

	.uacam-news-aside {
		padding-top: 0;
	}
}

@media (max-width: 640px) {
	.uacam-news-detail {
		padding: 20px 0 42px;
	}

	.uacam-news-hero-image img {
		aspect-ratio: 16 / 8.5;
	}

	.uacam-news-heading h1 {
		font-size: 25px;
	}

	.uacam-news-meta {
		gap: 10px;
	}

	.uacam-news-meta span + span {
		padding-left: 0;
	}

	.uacam-news-meta span + span:before {
		display: none;
	}

	.uacam-news-story-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.uacam-news-share {
		flex-direction: row;
		justify-content: flex-start;
	}

	.uacam-news-share span {
		align-self: center;
		width: auto;
		margin: 0 4px 0 0;
	}

	.uacam-related-news {
		grid-template-columns: 96px minmax(0, 1fr);
	}

	.uacam-related-news img {
		width: 96px;
		height: 68px;
	}
}
