/* 2CR news listing and article presentation. Content remains WordPress-managed. */
.about_box > .title,
.news_cont,
.news_cont * {
	box-sizing: border-box;
}

.about_box > .title {
	width: 100% !important;
	height: auto !important;
	margin: 0 0 34px !important;
	padding: 38px 20px 30px !important;
	background: #fff;
	text-align: center;
}

.about_box > .title h4 {
	margin: 0 !important;
	color: #172232 !important;
	font-size: 34px !important;
	font-weight: 850 !important;
	letter-spacing: -.03em;
	line-height: 1.2 !important;
}

.about_box > .title .title_line {
	width: 58px !important;
	height: 4px !important;
	margin: 13px auto 15px !important;
	border: 0 !important;
	border-radius: 999px;
	background: #13804e !important;
}

.about_box > .title .breadcrumb {
	width: min(760px, calc(100% - 24px)) !important;
	height: auto !important;
	margin: 0 auto !important;
	color: #7a838d !important;
	font-size: 15px !important;
	line-height: 1.55 !important;
}

.about_box > .title .breadcrumb a,
.about_box > .title .breadcrumb em,
.about_box > .title .breadcrumb span {
	color: inherit !important;
	font-style: normal;
	text-decoration: none !important;
}

body:has(.news_det_left) .about_box > .title .breadcrumb {
	font-size: 0 !important;
}

body:has(.news_det_left) .about_box > .title .breadcrumb a,
body:has(.news_det_left) .about_box > .title .breadcrumb em,
body:has(.news_det_left) .about_box > .title .breadcrumb span {
	display: none !important;
}

body:has(.news_det_left) .about_box > .title .breadcrumb a:nth-of-type(2) {
	display: inline-flex !important;
	align-items: center;
	gap: 6px;
	font-size: 15px !important;
	font-weight: 700;
}

body:has(.news_det_left) .about_box > .title .breadcrumb a:nth-of-type(2)::before {
	content: "\2039";
	font-size: 22px;
	line-height: 1;
}

.news_cont {
	width: min(1120px, calc(100% - 40px)) !important;
	height: auto !important;
	margin: 0 auto !important;
	padding: 0 0 64px !important;
}

.news_left {
	width: calc(100% - 330px) !important;
}

.news_right {
	width: 290px !important;
}

.news_left_title {
	position: relative;
	width: 100% !important;
	height: auto !important;
	margin: 0 0 20px !important;
	padding: 0 0 0 17px !important;
	color: #172232 !important;
	font-size: 28px !important;
	font-weight: 850 !important;
	line-height: 1.3 !important;
}

.news_left_title::before {
	position: absolute;
	top: .15em;
	bottom: .15em;
	left: 0;
	width: 6px;
	border-radius: 999px;
	background: linear-gradient(180deg, #91a33b, #abbf4a);
	content: "";
}

.news_group {
	display: grid;
	gap: 14px;
}

.news_group > hr {
	display: none !important;
}

.news_group .news_item {
	overflow: hidden;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	border: 1px solid #dce4eb;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 7px 22px rgba(23, 34, 50, .055);
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.news_group .news_item:hover {
	border-color: #abbf4a;
	box-shadow: 0 11px 28px rgba(52, 66, 15, .1);
	transform: translateY(-2px);
}

.news_group .news_item_flex {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 176px;
	align-items: stretch;
	width: 100% !important;
	min-height: 126px;
	color: inherit !important;
	text-decoration: none !important;
}

.news_group .news_item_left {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-self: center;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 23px 25px !important;
	overflow: hidden;
	color: #172232 !important;
	font-size: 20px !important;
	font-weight: 750 !important;
	line-height: 1.5 !important;
	white-space: normal !important;
}

.news_group .two-cr-news-headline {
	display: -webkit-box;
	max-height: 4.65em;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.news_group .two-cr-news-category {
	align-self: flex-start;
	margin: 0 0 8px;
	padding: 4px 8px;
	border-radius: 7px;
	background: #eef4dc;
	color: #758827;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .02em;
	line-height: 1.2;
}

.news_group .two-cr-news-category[data-category="澳洲民生"] {
	background: #fdebf4;
	color: #c84f89;
}

.news_group .two-cr-news-category[data-category="澳洲新聞"] {
	background: #e9f6ec;
	color: #2f9950;
}

.news_group .two-cr-news-category[data-category="國際新聞"] {
	background: #fff0e7;
	color: #e4773b;
}

.news_group .two-cr-news-category[data-category="社區新聞"] {
	background: #eaf1fd;
	color: #467ac5;
}

.news_group .two-cr-news-category[data-category="飲食生活"] {
	background: #fff5d9;
	color: #b78112;
}

.news_group .two-cr-news-category[data-category="健康教育"],
.news_group .two-cr-news-category[data-category="健康生活"] {
	background: #e8f7f4;
	color: #268b79;
}

.news_group .two-cr-news-category[data-category="地產財經"] {
	background: #f1eafd;
	color: #7653b8;
}

.news_group .news_item_right {
	overflow: hidden;
	width: 176px !important;
	height: 126px !important;
	background: #eef2e6;
}

.news_group .news_item_right img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: cover;
	transition: transform .3s ease;
}

.news_group .news_item:hover .news_item_right img {
	transform: scale(1.025);
}

.news_det_left {
	float: none !important;
	width: min(820px, 100%) !important;
	height: auto !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

.news_details_title {
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 0 19px !important;
	border-bottom: 1px solid #dce4eb;
	color: #172232 !important;
	font-size: 34px !important;
	font-weight: 850 !important;
	letter-spacing: -.025em;
	line-height: 1.38 !important;
}

.news_details_a {
	display: flex !important;
	flex-wrap: wrap;
	gap: 8px 18px;
	width: auto !important;
	height: auto !important;
	margin: 15px 0 30px !important;
	padding: 11px 14px !important;
	border-radius: 12px;
	background: #f4f7e7;
	color: #62703a !important;
	font-size: 14px !important;
	line-height: 1.45 !important;
}

.news_details_a span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.news_details_a img {
	width: 17px !important;
	height: 17px !important;
	margin: 0 !important;
	object-fit: contain;
}

.news_details_text {
	width: auto !important;
	height: auto !important;
	color: #263342 !important;
	font-size: 18px !important;
	line-height: 1.85 !important;
}

.news_details_text p {
	width: auto !important;
	height: auto !important;
	margin: 0 0 1.3em !important;
	color: inherit !important;
	font: inherit !important;
}

.news_details_text img {
	display: block;
	max-width: 100% !important;
	height: auto !important;
	margin: 26px auto !important;
	border-radius: 18px;
	box-shadow: 0 12px 34px rgba(23, 34, 50, .12);
}

.news_details_text a {
	color: #147c4d !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Topic-category archives use the legacy dm_item template. */
.program_cont {
	width: min(1120px, calc(100% - 40px)) !important;
	height: auto !important;
	margin: 0 auto !important;
	padding: 0 0 64px !important;
}

.program_cont .program_list_box {
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
}

.program_cont .dm_group {
	display: grid !important;
	float: none !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
}

.program_cont .dm_item {
	display: flex !important;
	float: none !important;
	flex-direction: column;
	width: auto !important;
	height: auto !important;
	min-height: 174px;
	margin: 0 !important;
	padding: 22px !important;
	border: 1px solid #dce4eb;
	border-radius: 18px;
	background: #fff !important;
	box-shadow: 0 7px 22px rgba(23, 34, 50, .055);
}

.program_cont .dm_item_title {
	display: -webkit-box !important;
	width: auto !important;
	height: auto !important;
	max-height: 4.5em;
	margin: 0 0 10px !important;
	overflow: hidden;
	color: #172232 !important;
	font-size: 20px !important;
	font-weight: 800 !important;
	line-height: 1.5 !important;
	text-overflow: ellipsis;
	white-space: normal !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.program_cont .dm_item_date {
	position: relative;
	width: auto !important;
	height: auto !important;
	margin: 0 0 12px !important;
	padding-left: 21px;
	color: #71808d !important;
	font-size: 13px !important;
	line-height: 1.4 !important;
}

.program_cont .dm_item_date::before {
	position: absolute;
	top: .05em;
	left: 0;
	color: #91a33b;
	content: "\25f7";
	font-size: 15px;
}

.program_cont .dm_item_text {
	display: -webkit-box !important;
	width: auto !important;
	height: auto !important;
	max-height: 2.9em;
	margin: 0 0 15px !important;
	overflow: hidden;
	color: #66727f !important;
	font-size: 13px !important;
	line-height: 1.45 !important;
	white-space: normal !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.program_cont .dm_item_text:empty {
	display: none !important;
}

.program_cont .dm_item_link {
	width: auto !important;
	height: auto !important;
	margin: auto 0 0 !important;
}

.program_cont .program_item_more {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: auto !important;
	height: 38px !important;
	min-width: 92px;
	margin: 0 !important;
	padding: 0 16px !important;
	border: 1px solid #cbd6b0 !important;
	border-radius: 999px !important;
	background: #f4f7e7 !important;
	color: #64751e !important;
	font-size: 13px !important;
	font-weight: 800;
	line-height: 1 !important;
	text-decoration: none !important;
}

.program_cont .program_item_more:hover {
	border-color: #91a33b !important;
	background: #eaf0d2 !important;
}

.program_cont .two-cr-topic-news-heading {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 18px;
	color: #102038;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.25;
}

.program_cont .two-cr-topic-news-heading::before {
	content: "";
	display: block;
	width: 6px;
	height: 28px;
	border-radius: 6px;
	background: #aabb4a;
}

.program_cont .dm_group.two-cr-topic-news-grid {
	grid-template-columns: minmax(0, 1fr);
}

.program_cont .dm_item.two-cr-topic-news-card {
	position: relative;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 176px;
	align-items: stretch;
	overflow: hidden;
	min-height: 126px;
	padding: 0 !important;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.program_cont .dm_item.two-cr-topic-news-card:hover {
	border-color: #aabb4a;
	box-shadow: 0 14px 32px rgba(16, 32, 56, .1);
	transform: translateY(-2px);
}

.program_cont .two-cr-topic-card-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 23px 25px;
}

.program_cont .two-cr-topic-news-card .dm_item_title {
	display: -webkit-box;
	overflow: hidden;
	max-height: 4.65em;
	margin: 0 !important;
	font-size: 20px !important;
	font-weight: 750 !important;
	line-height: 1.5 !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.program_cont .two-cr-topic-news-card .two-cr-news-category {
	align-self: flex-start;
	margin: 0 0 8px;
	padding: 4px 8px;
	border-radius: 7px;
	background: #eef4dc;
	color: #758827;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .02em;
	line-height: 1.2;
}

.program_cont .two-cr-topic-news-card .two-cr-news-category[data-category="澳洲民生"] {
	background: #fdebf4;
	color: #c84f89;
}

.program_cont .two-cr-topic-timestamp {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 8px;
	color: #84909d;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
}

.program_cont .two-cr-topic-timestamp::before {
	content: "◷";
	color: #8da232;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

.program_cont .two-cr-topic-news-card .dm_item_date,
.program_cont .two-cr-topic-news-card .dm_item_text {
	display: none !important;
}

.program_cont .two-cr-topic-thumbnail {
	position: relative;
	display: grid;
	place-items: center;
	overflow: hidden;
	width: 176px;
	height: 126px;
	background: radial-gradient(circle at 78% 78%, #f6aa42 0 7px, transparent 8px), linear-gradient(145deg, #b7ca4a, #869e27);
	color: #fff;
}

.program_cont .two-cr-topic-thumbnail::before {
	content: "2CR";
	font-size: 22px;
	font-weight: 900;
	letter-spacing: .08em;
}

.program_cont .two-cr-topic-thumbnail img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity .18s ease, transform .3s ease;
}

.program_cont .has-topic-image .two-cr-topic-thumbnail img {
	opacity: 1;
}

.program_cont .two-cr-topic-news-card:hover .two-cr-topic-thumbnail img {
	transform: scale(1.025);
}

.program_cont .two-cr-topic-news-card .dm_item_link {
	position: absolute;
	inset: 0;
	z-index: 3;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
}

.program_cont .two-cr-topic-news-card .program_item_more {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	min-width: 0;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	opacity: 0;
}

.two-cr-news-pagination {
	clear: both;
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	width: 100% !important;
	margin: 34px auto 50px !important;
	padding: 0 !important;
	border: 0 !important;
}

.two-cr-news-pagination a,
.two-cr-news-pagination span {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: auto !important;
	height: 42px !important;
	min-width: 42px;
	margin: 0 !important;
	padding: 0 12px !important;
	border: 1px solid #d7dfe6 !important;
	border-radius: 999px !important;
	background: #fff !important;
	color: #66727f !important;
	font-size: 14px !important;
	font-weight: 800;
	line-height: 1 !important;
	text-align: center;
	text-decoration: none !important;
	box-shadow: 0 5px 14px rgba(20, 38, 59, .05);
}

.two-cr-news-pagination a:hover {
	border-color: #91a33b !important;
	background: #f4f7e7 !important;
	color: #62751d !important;
}

.two-cr-news-pagination .current {
	border-color: #91a33b !important;
	background: #91a33b !important;
	color: #fff !important;
	box-shadow: 0 6px 16px rgba(145, 163, 59, .2);
}

.two-cr-news-pagination .extend {
	border-color: transparent !important;
	background: transparent !important;
	box-shadow: none;
}

@media (max-width: 760px) {
	.about_box > .title {
		margin-bottom: 23px !important;
		padding: 24px 14px 21px !important;
	}

	.about_box > .title h4 {
		font-size: 27px !important;
	}

	.about_box > .title .title_line {
		width: 48px !important;
		margin: 10px auto 12px !important;
	}

	.about_box > .title .breadcrumb {
		font-size: 14px !important;
	}

	.news_cont {
		width: calc(100% - 24px) !important;
		padding-bottom: 42px !important;
	}

	.news_left,
	.news_det_left {
		float: none !important;
		width: 100% !important;
	}

	.news_right {
		display: none !important;
	}

	.news_left_title {
		margin-bottom: 15px !important;
		font-size: 24px !important;
	}

	.news_group {
		gap: 12px;
	}

	.news_group .news_item {
		border-radius: 16px;
	}

	.news_group .news_item_flex {
		grid-template-columns: minmax(0, 1fr) 112px;
		min-height: 112px;
	}

	.news_group .news_item_left {
		padding: 16px 14px 16px 17px !important;
		font-size: 17px !important;
		line-height: 1.45 !important;
	}

	.news_group .two-cr-news-headline {
		max-height: 4.35em;
	}

	.news_group .two-cr-news-category {
		margin-bottom: 7px;
		padding: 3px 7px;
		font-size: 11px;
	}

	.news_group .news_item_right {
		width: 112px !important;
		height: 112px !important;
	}

	.news_details_title {
		padding-bottom: 15px !important;
		font-size: 26px !important;
		line-height: 1.42 !important;
	}

	.news_details_a {
		gap: 5px 13px;
		margin: 12px 0 23px !important;
		padding: 10px 12px !important;
		font-size: 13px !important;
	}

	.news_details_text {
		font-size: 17px !important;
		line-height: 1.85 !important;
	}

	.news_details_text p {
		margin-bottom: 1.2em !important;
	}

	.news_details_text img {
		margin: 22px auto !important;
		border-radius: 14px;
	}

	.program_cont {
		width: calc(100% - 24px) !important;
		padding-bottom: 42px !important;
	}

	.program_cont .dm_group {
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
	}

	.program_cont .dm_item {
		min-height: 154px;
		padding: 18px !important;
		border-radius: 16px;
	}

	.program_cont .dm_item_title {
		font-size: 18px !important;
		line-height: 1.48 !important;
	}

	.program_cont .two-cr-topic-news-heading {
		margin-bottom: 15px;
		font-size: 24px;
	}

	.program_cont .dm_item.two-cr-topic-news-card {
		grid-template-columns: minmax(0, 1fr) 112px;
		min-height: 112px;
		padding: 0 !important;
	}

	.program_cont .two-cr-topic-card-copy {
		padding: 16px 14px 16px 17px;
	}

	.program_cont .two-cr-topic-news-card .dm_item_title {
		max-height: 4.35em;
		font-size: 17px !important;
		line-height: 1.45 !important;
	}

	.program_cont .two-cr-topic-news-card .two-cr-news-category {
		margin-bottom: 7px;
		padding: 3px 7px;
		font-size: 11px;
	}

	.program_cont .two-cr-topic-timestamp {
		gap: 5px;
		margin-top: 6px;
		font-size: 11px;
	}

	.program_cont .two-cr-topic-thumbnail {
		width: 112px;
		height: 112px;
	}

	.two-cr-news-pagination {
		flex-wrap: nowrap !important;
		gap: 8px;
		margin: 28px auto 42px !important;
		overflow: visible;
	}

	.two-cr-news-pagination .two-cr-pagination-secondary {
		display: none !important;
	}

	.two-cr-news-pagination a,
	.two-cr-news-pagination span {
		width: 42px !important;
		min-width: 42px;
		height: 42px !important;
		padding: 0 !important;
		font-size: 14px !important;
	}
}
