/* Editorial Standards page */
.newsgo-editorial {
	background: #f4f6f8;
	color: #111827;
}
.newsgo-editorial a {
	color: #0B1F3B;
	text-decoration: underline;
}
.newsgo-editorial p {
	color: #1f2937;
}
.newsgo-editorial li {
	color: #0B1F3B;
}
.editorial-main {
	padding-bottom: 40px;
}
.editorial-hero {
	background: #0B1F3B;
	color: #fff;
	padding: 80px 0 70px;
	position: relative;
	overflow: hidden;
}
.editorial-hero::before {
	content: "";
	position: absolute;
	width: 320px;
	height: 320px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	top: -120px;
	right: -120px;
	transform: rotate(25deg);
}
.editorial-hero::after {
	content: "";
	position: absolute;
	width: 240px;
	height: 240px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 70%);
	left: -80px;
	bottom: -80px;
}
.editorial-hero h1 {
	color: #fff;
	font-size: 42px;
	line-height: 1.1;
	margin-bottom: 16px;
}
.editorial-hero p {
	color: rgba(255, 255, 255, 0.85);
}
.editorial-lead {
	font-size: 20px;
	font-weight: 500;
}
.editorial-kicker {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 12px;
	font-weight: 700;
	color: #0B1F3B;
	margin-bottom: 10px;
}
.editorial-hero .editorial-kicker {
	color: rgba(255, 255, 255, 0.7);
}
.editorial-pill-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}
.editorial-pill {
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 6px 12px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
}
.editorial-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	padding: 24px;
	box-shadow: 0 10px 30px rgba(11, 31, 59, 0.08);
	height: 100%;
	color: #0B1F3B;
}
.editorial-card h3 {
	font-size: 20px;
	margin-bottom: 12px;
}
.editorial-card--hero {
	border-top: 4px solid #0B1F3B;
}
.editorial-card--outline {
	border-style: dashed;
	border-color: #0B1F3B;
	box-shadow: none;
}
.editorial-card--positive {
	border-left: 4px solid #0B1F3B;
}
.editorial-card--negative {
	border-left: 4px solid #111827;
}
.editorial-card--highlight {
	border: 2px solid #0B1F3B;
	background: #f9fafb;
	box-shadow: none;
	text-align: center;
}
.editorial-note {
	margin-top: 16px;
	font-weight: 600;
	color: #0B1F3B;
}
.editorial-checklist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.editorial-checklist li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 12px;
}
.editorial-checklist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 10px;
	height: 10px;
	background: #0B1F3B;
}
.editorial-checklist--light li {
	color: #0B1F3B;
}
.editorial-checklist--light li::before {
	background: #0B1F3B;
}
.editorial-section {
	padding: 60px 0;
}
.editorial-section--white {
	background: #fff;
}
.editorial-section-head {
	margin-bottom: 32px;
}
.editorial-section-head h2 {
	margin-bottom: 10px;
}
.editorial-callout {
	background: #fff;
	border-left: 4px solid #0B1F3B;
	padding: 20px 24px;
	box-shadow: 0 10px 24px rgba(11, 31, 59, 0.08);
	font-weight: 600;
}
.editorial-callout--dark {
	background: #0B1F3B;
	color: #fff;
}
.editorial-callout--dark h3 {
	color: #fff;
}
.editorial-callout--dark p {
	color: rgba(255, 255, 255, 0.9);
}
.editorial-criteria {
	list-style: none;
	padding: 0;
	margin: 0;
	counter-reset: criteria;
}
.editorial-criteria li {
	counter-increment: criteria;
	position: relative;
	background: #fff;
	border: 1px solid #e5e7eb;
	padding: 22px 24px 22px 70px;
	margin-bottom: 16px;
	box-shadow: 0 10px 24px rgba(11, 31, 59, 0.06);
}
.editorial-criteria li::before {
	content: counter(criteria);
	position: absolute;
	left: 20px;
	top: 22px;
	width: 34px;
	height: 34px;
	border: 1px solid #0B1F3B;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: #0B1F3B;
}
.editorial-step {
	background: #fff;
	border: 1px solid #e5e7eb;
	padding: 22px;
	height: 100%;
	box-shadow: 0 10px 24px rgba(11, 31, 59, 0.06);
}
.editorial-step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid #0B1F3B;
	color: #0B1F3B;
	font-weight: 700;
	margin-bottom: 12px;
}
.editorial-step-list {
	margin: 0;
	padding-left: 18px;
}
.editorial-footnote {
	margin-top: 10px;
	font-weight: 600;
}
.editorial-cta {
	padding: 60px 0 80px;
	background: linear-gradient(135deg, #f4f6f8 0%, #e7eef6 100%);
}
.editorial-cta-inner {
	background: #fff;
	border: 1px solid #e5e7eb;
	padding: 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	box-shadow: 0 16px 40px rgba(11, 31, 59, 0.12);
}
.editorial-cta-inner h2 {
	margin-bottom: 8px;
}
.editorial-cta-inner .btn {
	white-space: nowrap;
}
@media (max-width: 991px) {
	.editorial-hero h1 {
		font-size: 36px;
	}
}
@media (max-width: 767px) {
	.editorial-hero {
		padding: 60px 0;
	}
	.editorial-section {
		padding: 45px 0;
	}
	.editorial-cta-inner {
		flex-direction: column;
		align-items: flex-start;
	}
	.editorial-cta-inner .btn {
		width: 100%;
		text-align: center;
	}
}
/* Editorial Standards page components */
.editorial-definition {
	background: #fff;
	border: 1px solid #e5e7eb;
	padding: 20px 22px;
	height: 100%;
	box-shadow: 0 8px 20px rgba(11, 31, 59, 0.06);
}
.editorial-definition h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
.editorial-log {
	list-style: none;
	margin: 0;
	padding: 0;
}
.editorial-log li {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-left: 4px solid #0B1F3B;
	padding: 16px 18px;
	margin-bottom: 12px;
	box-shadow: 0 8px 20px rgba(11, 31, 59, 0.06);
}
.editorial-form {
	background: #fff;
	border: 1px solid #e5e7eb;
	padding: 24px;
	box-shadow: 0 10px 24px rgba(11, 31, 59, 0.08);
}
.editorial-form .form-group {
	margin-bottom: 16px;
}
.editorial-form label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #111827;
	margin-bottom: 6px;
}
.editorial-form .form-control,
.editorial-form select,
.editorial-form textarea {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 0;
	padding: 10px 12px;
	color: #111827;
}
.editorial-form .form-control:focus,
.editorial-form select:focus,
.editorial-form textarea:focus {
	border-color: #0B1F3B;
	box-shadow: none;
}
.editorial-form .form-check-input {
	margin-top: 0.2rem;
}
.editorial-form .form-check-label {
	font-size: 14px;
	color: #1f2937;
}
.editorial-form-note {
	margin-top: 12px;
	font-size: 14px;
	color: #4b5563;
}
.newsgo-editorial .btn {
	text-decoration: none;
}
.editorial-meta {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	margin-top: 12px;
	color: #6b7280;
}
.editorial-hero .editorial-meta {
	color: rgba(255, 255, 255, 0.7);
}
.editorial-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
}
.editorial-hero .btn-theme {
	background: #fff;
	color: #0B1F3B;
	border-color: #fff;
}
.editorial-hero .btn-theme:hover,
.editorial-hero .btn-theme:focus {
	color: #0B1F3B;
	opacity: 0.9;
}
.editorial-btn-secondary {
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
}
.editorial-btn-secondary:hover,
.editorial-btn-secondary:focus {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}
.editorial-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.editorial-chip {
	border: 1px solid #e5e7eb;
	padding: 6px 12px;
	font-size: 12px;
	color: #111827;
	background: #fff;
}
.editorial-chip-list--filters .editorial-chip {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 11px;
}
.editorial-chip--active {
	background: #0B1F3B;
	border-color: #0B1F3B;
	color: #fff;
}
.editorial-article-card h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
.editorial-article-card a {
	text-decoration: none;
}
.editorial-article-meta {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 11px;
	color: #6b7280;
	margin-bottom: 8px;
}
.editorial-tag-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}
.editorial-tag {
	background: #f3f4f6;
	padding: 4px 8px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #111827;
}
.editorial-author-photo {
	display: block;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 16px;
	border: 3px solid #0B1F3B;
}
.editorial-article-thumb {
	display: block;
	margin-bottom: 12px;
}
.editorial-article-thumb img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 0;
}
.editorial-faq-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin: 0;
	padding: 0;
}
.editorial-faq-list .editorial-card {
	margin: 0;
}
.editorial-faq-list dt {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #111827;
}
.editorial-faq-list dd {
	margin: 0;
	color: #1f2937;
}
@media (max-width: 767px) {
	.editorial-faq-list {
		grid-template-columns: 1fr;
	}
}

/* Footer */
.newsgo-footer {
	background: #0B1F3B;
	color: #f8fafc;
	padding: 60px 0 30px;
}
.newsgo-footer h3,
.newsgo-footer h4 {
	color: #f8fafc;
	font-size: 18px;
	margin-bottom: 16px;
}
.newsgo-footer p,
.newsgo-footer li,
.newsgo-footer a {
	color: #f8fafc;
}
.newsgo-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.newsgo-footer li {
	margin-bottom: 8px;
}
.newsgo-footer a {
	text-decoration: none;
}
.newsgo-footer a:hover,
.newsgo-footer a:focus {
	text-decoration: underline;
}
.newsgo-footer .btn-theme {
	background: #f8fafc;
	color: #0B1F3B;
	border-color: #f8fafc;
}
.newsgo-footer .btn-theme:hover,
.newsgo-footer .btn-theme:focus {
	color: #0B1F3B;
	opacity: 0.9;
}
.newsgo-footer-note {
	font-weight: 600;
}
.newsgo-footer-small {
	margin-top: 12px;
	font-size: 14px;
}
.newsgo-footer-bottom {
	border-top: 1px solid rgba(248, 250, 252, 0.2);
	margin-top: 20px;
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
.newsgo-footer-links {
	display: flex;
	gap: 16px;
}
@media (max-width: 767px) {
	.newsgo-footer {
		padding: 40px 0 20px;
	}
	.newsgo-footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}
