/* Activist Blog Core — front-end styles */

.abc-activity-feed {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 24px;
	margin: 24px 0;
}

.abc-activity-card {
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	transition: box-shadow 0.2s ease;
}

.abc-activity-card:hover {
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.abc-activity-card img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
}

.abc-activity-card h2,
.abc-activity-card h3 {
	font-size: 1.1rem;
	margin: 12px 16px 4px;
}

.abc-activity-meta {
	font-size: 0.85rem;
	color: #666;
	margin: 0 16px;
}

.abc-activity-categories {
	font-size: 0.85rem;
	color: #E4002B;
	margin: 4px 16px;
	font-weight: 600;
}

.abc-activity-excerpt {
	margin: 8px 16px;
	color: #333;
	font-size: 0.95rem;
}

.abc-read-more {
	display: inline-block;
	margin: 0 16px 16px;
	font-weight: 600;
	text-decoration: none;
	color: #E4002B;
}

/* Single activity page */

.abc-single-activity {
	max-width: 800px;
	margin: 0 auto;
	padding: 24px 16px;
}

.abc-activity-video {
	position: relative;
	margin: 20px 0;
}

.abc-activity-video iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	border-radius: 8px;
}

.abc-activity-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 10px;
	margin-top: 24px;
}

.abc-activity-gallery img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 6px;
}

/* Homepage hero */

.abc-hero {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 60px 20px;
	background: linear-gradient(135deg, #f0f8f4, #fef2f3);
	border-radius: 0 0 16px 16px;
}

.abc-hero-image img {
	max-width: 220px;
	border-radius: 50%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
	margin-bottom: 20px;
	box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.abc-hero-content h1 {
	font-size: 2.2rem;
	margin-bottom: 10px;
}

.abc-hero-subheading {
	font-size: 1.15rem;
	color: #555;
	max-width: 600px;
	margin: 0 auto 20px;
}

.abc-hero-cta {
	display: inline-block;
	background: #E4002B;
	color: #fff;
	text-decoration: none;
	padding: 12px 28px;
	border-radius: 30px;
	font-weight: 600;
}

.abc-hero-cta:hover {
	background: #B8001F;
	color: #fff;
}

/* Trust Score Bar */

.abc-trust-bar {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	transform: translateY(-24px);
}

.abc-trust-stat {
	flex: 1 1 180px;
	min-width: 160px;
	max-width: 240px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.08);
	padding: 20px 16px;
	text-align: center;
	margin: 8px;
}

.abc-trust-icon {
	display: block;
	font-size: 1.6rem;
	margin-bottom: 6px;
}

.abc-trust-value {
	display: block;
	font-size: 1.5rem;
	font-weight: 800;
	color: #00543D;
	line-height: 1.1;
}

.abc-trust-label {
	display: block;
	font-size: 0.75rem;
	color: #777;
	margin-top: 4px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

@media (max-width: 700px) {
	.abc-trust-bar {
		transform: none;
		margin-top: 20px;
	}
}

/* Bio block */

.abc-bio-block {
	display: flex;
	align-items: center;
	gap: 24px;
	max-width: 800px;
	margin: 40px auto;
	padding: 0 20px;
}

.abc-bio-photo {
	flex-shrink: 0;
}

.abc-bio-photo img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	object-fit: cover;
}

.abc-bio-text {
	min-width: 0;
}

.abc-bio-tagline {
	color: #E4002B;
	font-weight: 600;
	margin: 2px 0 8px;
}

@media (max-width: 480px) {
	.abc-bio-block {
		flex-direction: column;
		text-align: center;
		gap: 14px;
	}
}

/* Social links */

.abc-social-links {
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
	margin: 20px 0;
}

.abc-social-links a {
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 6px 16px;
	text-decoration: none;
	color: #333;
	font-size: 0.9rem;
}

.abc-social-links a:hover {
	border-color: #E4002B;
	color: #E4002B;
}

/* Footer text */

.abc-footer-text {
	text-align: center;
	font-size: 0.85rem;
	color: #777;
	padding: 20px;
}

.abc-homepage-bio {
	max-width: 1000px;
	margin: 40px auto 0;
	padding: 0 20px;
}

.abc-view-all {
	text-align: center;
	margin-top: 10px;
}

.abc-view-all a {
	font-weight: 600;
	color: #E4002B;
	text-decoration: none;
}

/* Recent Activities & Upcoming Events — side by side on the homepage */

.abc-home-split {
	max-width: 1000px;
	margin: 40px auto 0;
	padding: 0 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.abc-home-split-col h2 {
	color: #00543D;
	border-bottom: 3px solid #006A4E;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 1.3rem;
}

@media (max-width: 800px) {
	.abc-home-split {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}

/* "Latest News & Posts" heading, within the sidebar layout section */

.abc-home-posts-heading {
	color: #00543D;
	border-bottom: 3px solid #006A4E;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 1.4rem;
}

/* Two-column layout (main + sidebar) — used on the homepage AND every
   other page (single posts, pages, archives, search) via .abc-content-layout */

.abc-content-layout {
	max-width: 1100px;
	margin: 40px auto 0;
	padding: 0 20px;
}

.abc-content-layout.abc-has-sidebar {
	display: grid;
	grid-template-columns: 1fr 320px;
	gap: 40px;
	align-items: start;
}

.abc-content-layout .abc-single-post,
.abc-content-layout .abc-page,
.abc-content-layout .abc-blog-archive,
.abc-content-layout .abc-single-activity,
.abc-content-layout .abc-activity-archive,
.abc-content-layout .abe-single-event,
.abc-content-layout .abe-events-archive,
.abc-content-layout .abc-homepage-magazine {
	max-width: 100%;
	padding: 40px 0;
	margin: 0;
}

.abc-sidebar {
	margin-top: 40px;
	padding: 20px;
	background: #f5faf7;
	border-radius: 10px;
}

/* Security / Alert Posts widget */

.abc-alert-widget {
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 2px solid #f0d0d0;
}

.abc-alert-widget-heading {
	font-size: 1rem;
	color: #B8001F;
	margin: 0 0 14px;
}

.abc-alert-item {
	display: flex;
	gap: 12px;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px dashed #e2c2c2;
}

.abc-alert-item:last-of-type {
	margin-bottom: 10px;
	padding-bottom: 0;
	border-bottom: none;
}

.abc-alert-thumb {
	flex-shrink: 0;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 6px;
	overflow: hidden;
}

.abc-alert-thumb img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	display: block;
}

.abc-alert-body {
	min-width: 0;
	flex: 1;
}

.abc-alert-title {
	margin: 0 0 4px;
	font-size: 0.88rem;
	line-height: 1.3;
}

.abc-alert-title a {
	color: #1a1a1a;
	text-decoration: none;
}

.abc-alert-title a:hover {
	color: #E4002B;
}

.abc-alert-excerpt {
	margin: 0 0 8px;
	font-size: 0.78rem;
	color: #777;
	line-height: 1.4;
}

/* The animated alert button — a real pulse, not just a static red color,
   so time-sensitive posts genuinely catch the eye. */

.abc-alert-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #E4002B;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	text-decoration: none;
	padding: 5px 12px;
	border-radius: 20px;
	animation: abc-alert-pulse 1.8s ease-in-out infinite;
}

.abc-alert-btn:hover {
	background: #B8001F;
	color: #fff;
}

.abc-alert-btn-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	animation: abc-alert-dot-blink 1.8s ease-in-out infinite;
}

@keyframes abc-alert-pulse {
	0%, 100% {
		box-shadow: 0 0 0 0 rgba(228, 0, 43, 0.5);
	}
	50% {
		box-shadow: 0 0 0 6px rgba(228, 0, 43, 0);
	}
}

@keyframes abc-alert-dot-blink {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0.25;
	}
}

.abc-alert-view-all {
	display: block;
	text-align: right;
	font-size: 0.78rem;
	font-weight: 600;
	color: #B8001F;
	text-decoration: none;
}

.abc-alert-view-all:hover {
	text-decoration: underline;
}

/* Visitors who've set their OS/browser to reduce motion see a steady
   badge instead of a pulsing one — respects accessibility preferences. */
@media (prefers-reduced-motion: reduce) {
	.abc-alert-btn,
	.abc-alert-btn-dot {
		animation: none;
	}
}

@media (max-width: 900px) {
	.abc-content-layout.abc-has-sidebar {
		grid-template-columns: 1fr;
	}
}

/* ============================
   Magazine-style category blocks
   ============================ */

.abc-homepage-magazine {
	max-width: 1100px;
	margin: 20px auto 60px;
	padding: 0 20px;
}

.abc-cat-block {
	margin-bottom: 50px;
}

.abc-cat-block-header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 6px 16px;
	border-bottom: 3px solid #006A4E;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.abc-cat-block-header h2 {
	margin: 0;
	font-size: 1.4rem;
	color: #00543D;
	min-width: 0;
}

.abc-cat-view-all {
	font-size: 0.85rem;
	font-weight: 600;
	color: #E4002B;
	text-decoration: none;
	white-space: nowrap;
}

.abc-cat-view-all:hover {
	text-decoration: underline;
}

.abc-cat-card h3,
.abc-cat-list-row h3,
.abc-cat-hero h3,
.abc-cat-magazine-hero h3,
.abc-cat-featured-item h4,
.abc-cat-magazine-item h4 {
	margin: 0 0 6px;
}

.abc-cat-card h3 a,
.abc-cat-list-row h3 a,
.abc-cat-hero h3 a,
.abc-cat-magazine-hero h3 a,
.abc-cat-featured-item h4 a,
.abc-cat-magazine-item h4 a {
	color: #1a1a1a;
	text-decoration: none;
}

.abc-cat-card h3 a:hover,
.abc-cat-list-row h3 a:hover,
.abc-cat-hero h3 a:hover,
.abc-cat-featured-item h4 a:hover,
.abc-cat-magazine-item h4 a:hover {
	color: #E4002B;
}

.abc-cat-card p,
.abc-cat-list-row p {
	font-size: 0.9rem;
	color: #555;
	margin: 0;
}

/* Layout: Grid Cards */

.abc-cat-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 20px;
}

.abc-cat-card-thumb img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	border-radius: 6px;
	margin-bottom: 10px;
}

/* Layout: Horizontal List */

.abc-cat-list-row {
	display: flex;
	gap: 16px;
	padding: 14px 0;
	border-bottom: 1px solid #eee;
}

.abc-cat-list-thumb img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 6px;
	flex-shrink: 0;
}

/* Layout: Featured Post + List */

.abc-cat-featured {
	display: grid;
	grid-template-columns: 1.6fr 1fr;
	gap: 30px;
}

.abc-cat-hero-thumb img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 14px;
}

.abc-cat-hero h3 {
	font-size: 1.3rem;
}

.abc-cat-featured-list {
	border-left: 3px solid #f0f0f0;
	padding-left: 20px;
}

.abc-cat-featured-item {
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px dashed #ddd;
}

.abc-cat-featured-item h4 {
	font-size: 0.95rem;
}

@media (max-width: 700px) {
	.abc-cat-featured {
		grid-template-columns: 1fr;
	}
	.abc-cat-featured-list {
		border-left: none;
		padding-left: 0;
	}
}

/* Same stacking when the sidebar is present, regardless of viewport width —
   the sidebar shrinks available space the same way a narrow screen would. */
.abc-content-layout.abc-has-sidebar .abc-cat-featured {
	grid-template-columns: 1fr;
}
.abc-content-layout.abc-has-sidebar .abc-cat-featured-list {
	border-left: none;
	padding-left: 0;
}

/* Layout: Scrolling Row (carousel, no JS needed) */

.abc-cat-carousel {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	padding-bottom: 10px;
}

.abc-cat-carousel .abc-cat-card {
	flex: 0 0 240px;
	scroll-snap-align: start;
}

.abc-cat-carousel .abc-cat-card-thumb img {
	height: 140px;
}

/* Layout: Magazine (2-column with overlay hero) */

.abc-cat-magazine {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 24px;
}

.abc-cat-magazine-thumb {
	position: relative;
	display: block;
	border-radius: 8px;
	overflow: hidden;
}

.abc-cat-magazine-thumb img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	display: block;
}

.abc-cat-magazine-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(0deg, rgba(0,0,0,0.85), transparent);
	padding: 30px 20px 16px;
}

.abc-cat-magazine-title {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.3;
}

.abc-cat-magazine-side {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.abc-cat-magazine-item {
	display: flex;
	gap: 12px;
	align-items: center;
	padding-bottom: 14px;
	border-bottom: 1px solid #eee;
}

.abc-cat-magazine-item-thumb img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 6px;
	flex-shrink: 0;
}

.abc-cat-magazine-item h4 {
	font-size: 0.9rem;
}

@media (max-width: 700px) {
	.abc-cat-magazine {
		grid-template-columns: 1fr;
	}
	.abc-cat-magazine-thumb img {
		height: 220px;
	}
}

.abc-content-layout.abc-has-sidebar .abc-cat-magazine {
	grid-template-columns: 1fr;
}
.abc-content-layout.abc-has-sidebar .abc-cat-magazine-thumb img {
	height: 220px;
}

/* Contact & Signup forms */

.abc-contact-form,
.abc-signup-form {
	max-width: 480px;
	margin: 24px 0;
	padding: 24px;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	background: #fff;
}

.abc-contact-form input[type="text"],
.abc-contact-form input[type="email"],
.abc-contact-form textarea,
.abc-signup-form input[type="text"],
.abc-signup-form input[type="email"],
.abc-signup-form input[type="password"],
.abc-signup-form textarea {
	width: 100%;
	padding: 8px;
	margin-top: 4px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

.abc-contact-button,
.abc-signup-button {
	background: #E4002B;
	color: #fff;
	border: none;
	padding: 12px 24px;
	border-radius: 6px;
	font-weight: 600;
	cursor: pointer;
	font-size: 1rem;
}

.abc-contact-button:hover,
.abc-signup-button:hover {
	background: #B8001F;
}

.abc-note {
	font-size: 0.85rem;
	color: #666;
}

/* ============================
   Top Bar
   ============================ */

.abc-topbar {
	background: #00543D;
	color: #eee;
	font-size: 0.8rem;
}

.abc-topbar-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 6px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	white-space: nowrap;
	overflow: hidden;
}

.abc-topbar-left {
	display: flex;
	align-items: center;
	gap: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0; /* allows this flex child to actually shrink instead of forcing overflow */
	flex: 1 1 auto;
}

.abc-topbar-flag {
	font-size: 1rem;
	flex-shrink: 0;
}

.abc-topbar-mission {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 0;
}

.abc-topbar-right {
	flex-shrink: 0;
	opacity: 0.85;
}

@media (max-width: 480px) {
	.abc-topbar-right {
		display: none; /* hide the clock on very small screens to keep the mission line readable */
	}
}

/* ============================
   Site Header
   ============================ */

.abc-site-header {
	background: #fff;
	border-bottom: 1px solid #eee;
	position: relative;
	z-index: 100;
}

.abc-header-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 14px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.abc-site-branding {
	min-width: 0; /* lets this flex child shrink instead of pushing the menu/hamburger off-screen */
	flex: 1 1 auto;
}

.abc-site-branding a {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: #222;
	min-width: 0;
}

.abc-site-logo {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.abc-logo-icon-badge {
	flex-shrink: 0;
	width: 42px;
	height: 42px;
	border-radius: 10px;
	background: linear-gradient(135deg, #006A4E 50%, #E4002B 50%);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 1rem;
	letter-spacing: 0.02em;
}

.abc-logo-text-block {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
	min-width: 0;
}

.abc-site-name {
	font-size: 1.6rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	line-height: 1;
	overflow-wrap: break-word; /* long single-word names (no space) can wrap instead of overflowing */
	word-break: break-word;
}

.abc-logo-green {
	color: #006A4E;
}

.abc-logo-red {
	color: #E4002B;
}

.abc-site-tagline {
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #666;
	margin-top: 3px;
}

@media (max-width: 480px) {
	.abc-site-name {
		font-size: 1.25rem;
	}
}

/* Primary nav — desktop */

.abc-primary-nav ul.abc-menu,
.abc-primary-nav ul.abc-menu li,
.abc-primary-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.abc-primary-nav {
	display: flex;
}

.abc-primary-nav ul.abc-menu,
.abc-primary-nav > ul {
	display: flex;
	gap: 26px;
	align-items: center;
}

.abc-primary-nav a {
	text-decoration: none;
	color: #333;
	font-weight: 600;
	font-size: 0.95rem;
}

.abc-primary-nav a:hover {
	color: #E4002B;
}

.abc-primary-nav ul ul {
	display: none;
}

/* Mobile hamburger button — hidden on desktop */

.abc-mobile-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 40px;
	height: 40px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	flex-shrink: 0;
}

.abc-hamburger-line {
	display: block;
	height: 2px;
	width: 100%;
	background: #333;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.abc-toggle-active .abc-hamburger-line:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.abc-toggle-active .abc-hamburger-line:nth-child(2) {
	opacity: 0;
}

.abc-toggle-active .abc-hamburger-line:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.abc-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
}

/* ============================
   Mobile breakpoint
   ============================ */

@media (max-width: 768px) {
	.abc-mobile-toggle {
		display: flex;
	}

	.abc-primary-nav {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		border-bottom: 1px solid #eee;
		box-shadow: 0 8px 16px rgba(0,0,0,0.06);
		padding: 10px 20px 20px;
	}

	.abc-primary-nav.abc-nav-open {
		display: block;
	}

	.abc-primary-nav ul.abc-menu,
	.abc-primary-nav > ul {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	.abc-primary-nav ul.abc-menu li,
	.abc-primary-nav > ul > li {
		width: 100%;
	}

	.abc-primary-nav a {
		display: block;
		padding: 10px 0;
		border-bottom: 1px solid #f2f2f2;
	}

	.abc-topbar-mission {
		max-width: 60vw;
	}
}

/* ============================
   Site Footer
   ============================ */

.abc-site-footer {
	background: #00543D;
	color: #ccc;
	margin-top: 40px;
	padding: 40px 20px 24px;
}

.abc-footer-inner {
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}

.abc-footer-menu {
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 22px;
	flex-wrap: wrap;
	margin: 0 0 16px;
	padding: 0;
}

.abc-footer-menu a {
	color: #ddd;
	text-decoration: none;
	font-size: 0.9rem;
}

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

.abc-site-footer .abc-social-links a {
	color: #ddd;
	border-color: #444;
}

.abc-site-footer .abc-social-links a:hover {
	color: #fff;
	border-color: #E4002B;
}

.abc-site-footer .abc-footer-text {
	color: #aaa;
}

.abc-footer-bottom {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid rgba(255,255,255,0.12);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px 16px;
	flex-wrap: wrap;
}

.abc-copyright {
	margin: 0;
	font-size: 0.8rem;
	color: #888;
}

.abc-developed-by {
	margin: 0;
	font-size: 0.78rem;
	color: #888;
}

.abc-developed-by a {
	color: #ddd;
	text-decoration: none;
	font-weight: 600;
}

.abc-developed-by a:hover {
	color: #fff;
	text-decoration: underline;
}

/* ============================
   Single blog post — no sidebar, focused reading layout
   ============================ */

.abc-single-post {
	max-width: 720px;
	margin: 0 auto;
	padding: 50px 20px 60px;
}

.abc-post-header {
	text-align: center;
	margin-bottom: 30px;
}

.abc-post-category-badge {
	display: inline-block;
	background: #006A4E;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 5px 14px;
	border-radius: 14px;
	text-decoration: none;
	margin-bottom: 16px;
}

.abc-post-category-badge:hover {
	background: #E4002B;
	color: #fff;
}

.abc-post-header h1 {
	font-size: 2.4rem;
	line-height: 1.25;
	margin: 0 0 14px;
	color: #1a1a1a;
}

.abc-post-meta {
	font-size: 0.85rem;
	color: #888;
}

.abc-post-meta-dot {
	margin: 0 6px;
}

.abc-post-image {
	margin: 0 0 40px;
}

.abc-post-image img {
	width: 100%;
	border-radius: 10px;
	display: block;
}

.abc-post-image-caption {
	text-align: center;
	font-size: 0.82rem;
	color: #999;
	margin-top: 10px;
	font-style: italic;
}

/* Content column + sticky share rail — still a single-column reading
   layout overall (no sidebar), the share rail just sits in the margin
   on wide screens and collapses inline on mobile. */

.abc-post-layout {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 24px;
}

.abc-post-share {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	position: sticky;
	top: 100px;
	height: max-content;
}

.abc-share-label {
	font-size: 0.65rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #999;
	writing-mode: vertical-rl;
	margin-bottom: 4px;
}

.abc-share-btn {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.95rem;
	color: #fff;
	border: none;
}

.abc-share-fb { background: #1877f2; }
.abc-share-x { background: #000; }
.abc-share-wa { background: #25d366; }
.abc-share-btn:hover { opacity: 0.85; }

.abc-post-content {
	line-height: 1.8;
	font-size: 1.08rem;
	color: #2a2a2a;
}

.abc-post-content p {
	margin-bottom: 1.3em;
}

.abc-post-content p:first-of-type::first-letter {
	float: left;
	font-size: 3.4em;
	line-height: 0.85;
	font-weight: 800;
	padding: 0.05em 0.08em 0 0;
	color: #006A4E;
}

.abc-post-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 1.5em 0;
}

.abc-post-content a {
	color: #E4002B;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.abc-post-content h2,
.abc-post-content h3 {
	color: #00543D;
	margin-top: 1.8em;
	margin-bottom: 0.6em;
	line-height: 1.3;
}

.abc-post-content blockquote {
	margin: 1.8em 0;
	padding: 4px 0 4px 20px;
	border-left: 4px solid #E4002B;
	font-style: italic;
	color: #555;
}

.abc-post-content ul,
.abc-post-content ol {
	margin: 0 0 1.3em;
	padding-left: 1.4em;
}

.abc-post-content li {
	margin-bottom: 0.4em;
}

@media (max-width: 600px) {
	.abc-post-layout {
		grid-template-columns: 1fr;
	}
	.abc-post-share {
		flex-direction: row;
		position: static;
		justify-content: center;
		margin-bottom: 20px;
	}
	.abc-share-label {
		writing-mode: horizontal-tb;
	}
	.abc-post-header h1 {
		font-size: 1.7rem;
	}
}

.abc-post-tags {
	margin-top: 34px;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.abc-post-tag {
	background: #f5faf7;
	border: 1px solid #006A4E;
	color: #006A4E;
	padding: 4px 12px;
	border-radius: 14px;
	font-size: 0.8rem;
	text-decoration: none;
}

.abc-post-tag:hover {
	background: #006A4E;
	color: #fff;
}

/* Author bio box */

.abc-post-author-box {
	display: flex;
	gap: 18px;
	align-items: center;
	margin-top: 44px;
	padding: 24px;
	background: #f5faf7;
	border-radius: 12px;
}

.abc-author-photo img {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.abc-author-label {
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #888;
}

.abc-author-info h3 {
	margin: 2px 0 4px;
	color: #00543D;
}

.abc-author-tagline {
	margin: 0 0 10px;
	font-size: 0.88rem;
	color: #555;
}

.abc-post-author-box .abc-social-links {
	justify-content: flex-start;
	margin: 0;
}

@media (max-width: 500px) {
	.abc-post-author-box {
		flex-direction: column;
		text-align: center;
	}
	.abc-post-author-box .abc-social-links {
		justify-content: center;
	}
}

/* Related posts */

.abc-related-posts {
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid #eee;
}

.abc-related-posts h3 {
	color: #00543D;
	margin-bottom: 18px;
}

.abc-related-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 16px;
}

.abc-related-card {
	display: block;
	text-decoration: none;
	border: 1px solid #eee;
	border-radius: 8px;
	overflow: hidden;
}

.abc-related-card img {
	width: 100%;
	height: 110px;
	object-fit: cover;
	display: block;
}

.abc-related-title {
	display: block;
	padding: 10px 12px;
	font-size: 0.88rem;
	font-weight: 600;
	color: #222;
}

.abc-related-card:hover .abc-related-title {
	color: #E4002B;
}

.abc-post-comments {
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid #eee;
}

/* ============================
   Default Page template
   ============================ */

.abc-page {
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 20px;
}

.abc-page-header h1 {
	font-size: 2rem;
	margin-bottom: 20px;
	color: #00543D;
}

.abc-page-image img {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 24px;
}

.abc-page-content {
	line-height: 1.75;
	font-size: 1.02rem;
	color: #222;
}

.abc-page-content a {
	color: #E4002B;
}

/* ============================
   Blog archive / category / search
   ============================ */

.abc-blog-archive {
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 20px;
}

.abc-archive-header {
	margin-bottom: 30px;
	border-bottom: 3px solid #006A4E;
	padding-bottom: 14px;
}

.abc-archive-header h1 {
	color: #00543D;
	margin: 0 0 8px;
}

.abc-archive-description {
	color: #666;
	font-size: 0.95rem;
}

.abc-blog-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 24px;
}

.abc-blog-card {
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.abc-blog-card-thumb img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	display: block;
}

.abc-blog-card h2 {
	font-size: 1.05rem;
	margin: 12px 16px 4px;
}

.abc-blog-card h2 a {
	color: #1a1a1a;
	text-decoration: none;
}

.abc-blog-card h2 a:hover {
	color: #E4002B;
}

.abc-blog-card-meta {
	font-size: 0.8rem;
	color: #999;
	margin: 0 16px;
}

.abc-blog-card-excerpt {
	font-size: 0.9rem;
	color: #555;
	margin: 8px 16px 16px;
}

.abc-pagination {
	margin-top: 30px;
	text-align: center;
}

.abc-pagination .page-numbers {
	display: inline-block;
	padding: 8px 14px;
	margin: 0 3px;
	border-radius: 6px;
	border: 1px solid #ddd;
	color: #333;
	text-decoration: none;
	font-size: 0.9rem;
}

.abc-pagination .page-numbers.current {
	background: #006A4E;
	border-color: #006A4E;
	color: #fff;
}

.abc-pagination .page-numbers:hover {
	border-color: #E4002B;
	color: #E4002B;
}

/* ============================
   404 page
   ============================ */

.abc-404 {
	min-height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 60px 20px;
}

.abc-404-inner h1 {
	font-size: 5rem;
	margin: 0;
	background: linear-gradient(135deg, #006A4E, #E4002B);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.abc-404-inner p {
	font-size: 1.1rem;
	color: #555;
	margin: 10px 0 24px;
}

.abc-404-home-link {
	color: #E4002B;
	font-weight: 700;
	text-decoration: none;
}
