.highlight,
#article-content .highlight,
#article-content span.highlight,
.entry-con .highlight,
.entry-con span.highlight,
.entry-con strong,
.entry-con b{
	color:#ffffff !important;
	font-weight:700 !important;
}

#primary{
	width:100%;
	float:left;
}

.entry-con{
	max-width:none;
	margin:0;
	font-size:14px;
	line-height:1.45;
	color:#d7d7d7;
}

.entry-con p{
	margin:0 0 12px;
}

.entry-con ul{
	margin:10px 0 14px 22px;
	padding:0;
}

.entry-con ol{
	margin:10px 0 14px 22px;
	padding:0;
}

.entry-con li{
	margin-bottom:6px;
}

.entry-con h1{
	margin:0 0 14px;
	font-size:26px;
	line-height:1.2;
	color:#ffffff;
}

.entry-con h2{
	margin:24px 0 12px;
	font-size:22px;
	line-height:1.25;
	color:#ffffff;
}

.entry-con h3{
	margin:20px 0 10px;
	font-size:18px;
	line-height:1.25;
	color:#ffffff;
}

#primary{
	max-width:900px;
	margin:0 auto;
}

#logo{
	height:auto;
	margin-top:5px;
	display:block;
	float:left;
	max-width:360px;
	width:100%;
}

.logo-img{
	width:100%;
	height:auto;
	display:block;
}

.top_links{
	float:right;
	margin-top:20px;
	text-align:right;
}

#mirror-date{
	display:block;
	text-align:right;
	font-size:13px;
	color:#d6dee6;
	margin-top:6px;
	opacity:.95;
	padding-right:4px;
}

#mirror-date-mobile{
	display:block;
	text-align:right;
	font-size:12px;
	color:#d6dee6;
	margin-top:6px;
	opacity:.95;
	padding-right:4px;
}

.header-desktop{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	gap:30px;
}

.header-mobile{
	display:none;
}

.mobile-logo img{
	width:100%;
	height:80px;
	object-fit:contain;
}

.mobile-links{
	display:flex;
	flex-direction:column;
	gap:10px;
	padding:10px 15px;
}

.mobile-btn{
	display:block;
	text-align:center;
	padding:12px 10px;
	background:#15151B;
	color:#B4BFD2;
	text-decoration:none;
	border:1px solid #333;
	border-radius:6px;
}

.mobile-btn:hover{
	color:#731C6F;
}

.mobile-date{
	text-align:center;
	padding:10px 15px 15px;
	color:#B4BFD2;
	font-size:14px;
}

.footer-menu{
	text-align:center;
	margin:20px 0;
	font-size:14px;
	color:#B4BFD2;
	line-height:1.7;
}

.footer-menu a{
	color:#B4BFD2;
	text-decoration:none;
}

.footer-menu a:hover{
	color:#A97AD0;
}

.cta-box{
	text-align:center;
	margin:35px 0;
}

.cta-btn{
	display:inline-block;
	padding:16px 34px;
	font-size:18px;
	font-weight:bold;
	background:#28a745;
	color:#fff;
	text-decoration:none;
	border-radius:8px;
	box-shadow:0 4px 12px rgba(0,0,0,.3);
	transition:all .2s;
}

.cta-btn:hover{
	background:#1f8a39;
	color:#fff;
	transform:translateY(-2px);
	box-shadow:0 6px 16px rgba(0,0,0,.4);
}

@media screen and (max-width:768px){
	.header-desktop{
		display:none;
	}

	.header-mobile{
		display:block;
	}

	.top_links{
		float:none;
		margin-top:0;
		text-align:center;
	}

	.entry-con{
		max-width:100%;
		font-size:16px;
		line-height:1.65;
	}

	.entry-con h1{
		font-size:28px;
	}

	.entry-con h2{
		font-size:22px;
	}

	.entry-con h3{
		font-size:19px;
	}
}

@media screen and (max-width:480px){
	#logo,
	#logo-text{
		display:block;
		float:none;
		height:auto;
		max-width:none;
		margin:0 auto;
		text-align:center;
	}

	#logo a{
		display:block;
		overflow:hidden;
	}

	#logo a img{
		max-width:100%;
	}

	.top_links a{
		margin-left:0;
		margin-bottom:10px;
	}

	.entry-con{
		font-size:15px;
		line-height:1.6;
	}

	.entry-con h1{
		font-size:25px;
	}

	.entry-con h2{
		font-size:21px;
	}

	.entry-con h3{
		font-size:18px;
	}
}