/* ===== AJC Single Post — full width, no sidebar ===== */

body.ajcnu-no-sidebar #secondary,
body.ajcnu-no-sidebar .widget-area,
body.ajcnu-no-sidebar .sidebar,
body.ajcnu-no-sidebar #right-sidebar,
body.ajcnu-no-sidebar .ast-sidebar,
body.ajcnu-no-sidebar .et_pb_sidebar,
body.ajcnu-no-sidebar .elementor-widget-sidebar {
	display: none !important;
}

.ajcnu-single-wrap {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 0 60px;
	font-family: -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}

.ajcnu-single-hero {
	position: relative;
	width: 100%;
	max-height: 460px;
	overflow: hidden;
	margin-bottom: -40px;
}
.ajcnu-single-hero img {
	width: 100%;
	height: 100%;
	max-height: 460px;
	object-fit: cover;
	display: block;
}
.ajcnu-single-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.55) 100%);
}

.ajcnu-single-container {
	position: relative;
	background: #fff;
	max-width: 820px;
	margin: 0 auto;
	padding: 34px 40px 10px;
	border-radius: 8px;
	box-shadow: 0 12px 34px rgba(0,0,0,0.08);
}

.ajcnu-single-tag {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}
.ajcnu-single-line {
	width: 34px;
	height: 3px;
	background: #085279;
	display: inline-block;
}
.ajcnu-single-label {
	color: #085279;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: .5px;
	text-transform: uppercase;
}

.ajcnu-single-title {
	font-size: 34px;
	font-weight: 800;
	color: #111;
	line-height: 1.25;
	margin: 0 0 16px;
}

.ajcnu-single-meta {
	display: flex;
	align-items: center;
	gap: 18px;
	padding-bottom: 20px;
	margin-bottom: 26px;
	border-bottom: 1px solid #eee;
}
.ajcnu-single-date {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13.5px;
	font-weight: 700;
	color: #222;
}
.ajcnu-cal-icon { font-size: 14px; }

.ajcnu-single-content {
	font-size: 16.5px;
	line-height: 1.85;
	color: #333;
}
.ajcnu-single-content p { margin: 0 0 20px; }
.ajcnu-single-content h2,
.ajcnu-single-content h3 {
	color: #085279;
	font-weight: 800;
	margin: 32px 0 14px;
}
.ajcnu-single-content img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
	margin: 10px 0 20px;
}
.ajcnu-single-content a { color: #085279; font-weight: 600; }
.ajcnu-single-content blockquote {
	border-left: 4px solid #085279;
	background: #f4f8fb;
	padding: 14px 20px;
	margin: 24px 0;
	color: #333;
	font-style: italic;
}
.ajcnu-single-content ul,
.ajcnu-single-content ol {
	margin: 0 0 20px;
	padding-left: 22px;
}
.ajcnu-single-content li { margin-bottom: 8px; }

.ajcnu-single-back {
	margin-top: 20px;
	padding: 22px 0 30px;
}
.ajcnu-single-back-link {
	font-size: 14px;
	font-weight: 700;
	color: #085279;
	text-decoration: none;
	letter-spacing: .2px;
}
.ajcnu-single-back-link:hover { text-decoration: underline; }

@media (max-width: 700px) {
	.ajcnu-single-container { padding: 26px 20px 10px; }
	.ajcnu-single-title { font-size: 26px; }
	.ajcnu-single-hero { margin-bottom: -24px; }
}
