/*!
Theme Name: cryptocapitalnews
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cryptocapitalnews
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cryptocapitalnews is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# CUSTOM HOMEPAGE STYLES
--------------------------------------------------------------*/

/* Global Variables & Utilities */
:root {
	--color-navy: #0A192F;
	--color-white: #FFFFFF;
	--color-light-grey: #F3F4F6;
	--color-border-grey: #E5E7EB;
	--color-text-dark: #1F2937;
	--color-text-grey: #6B7280;
	--color-electric-blue: #007BFF;
	--color-positive: #10B981;
	--color-negative: #EF4444;

	--font-serif: Georgia, 'Times New Roman', serif;
	--font-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

	--container-max-width: 1280px;
	--grid-gap: 2rem;
}

* {
	box-sizing: border-box;
}

/* Global Link Styles - Keep visited links same color as unvisited */
a:visited {
	color: inherit;
}

.news-sidebar a:visited,
.archive-sidebar a:visited,
.footer-menu a:visited,
.primary-menu-list a:visited,
.news-item__title a:visited,
.pulse-item a:visited,
.trending-item a:visited,
.vault-card__list a:visited,
.read-next-card__title a:visited,
.archive-item__title a:visited,
.knowledge-card__title a:visited,
.choice-card__title a:visited {
	color: inherit;
}

/* Container Utility */
.data-ribbon__container,
.masthead__container,
.hero-grid__container,
.news-river__container,
.evergreen-vault__container,
.trust-footer__container {
	max-width: var(--container-max-width);
	margin: 0 auto;
	padding: 0 1.5rem;
}

/*--------------------------------------------------------------
## Section A: Data Ribbon
--------------------------------------------------------------*/
.data-ribbon {
	background-color: var(--color-navy);
	height: 40px;
	display: flex;
	align-items: center;
	color: var(--color-white);
	font-size: 0.875rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.data-ribbon__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.data-ribbon__left,
.data-ribbon__right {
	flex-shrink: 0;
}

.data-ribbon__left {
	opacity: 0.8;
}

.data-ribbon__center {
	flex: 1;
	overflow: hidden;
	margin: 0 2rem;
}

.crypto-ticker {
	width: 100%;
	overflow: hidden;
}

.crypto-ticker__track {
	display: flex;
	gap: 2rem;
	animation: ticker-scroll 30s linear infinite;
	white-space: nowrap;
}

@keyframes ticker-scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

.ticker-item {
	display: inline-flex;
	gap: 0.5rem;
	align-items: center;
}

.ticker-change {
	font-size: 0.75rem;
}

.ticker-change.positive {
	color: var(--color-positive);
}

.ticker-change.negative {
	color: var(--color-negative);
}

/* Crypto change styling */
.crypto-change {
	margin-left: 0.25rem;
}

.crypto-change.positive {
	color: var(--color-positive);
}

.crypto-change.negative {
	color: var(--color-negative);
}

.data-ribbon__right {
	display: flex;
	align-items: center;
	gap: 1rem;
	opacity: 0.8;
}

.subscribe-link {
	color: var(--color-white);
	text-decoration: none;
	transition: opacity 0.2s;
}

.subscribe-link:hover {
	opacity: 1;
	text-decoration: underline;
}

.social-icons {
	display: flex;
	gap: 0.75rem;
}

.social-icon {
	color: var(--color-white);
	text-decoration: none;
	transition: opacity 0.2s;
}

.social-icon:hover {
	opacity: 1;
}

/*--------------------------------------------------------------
## Section B: Masthead
--------------------------------------------------------------*/
.masthead {
	background-color: var(--color-white);
	border-bottom: 2px solid #000;
	padding: 1.5rem 0;
}

.masthead__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-branding {
	flex-shrink: 0;
}

.site-branding .custom-logo-link,
.site-branding .site-logo-link {
	display: block;
	line-height: 1;
}

.site-branding .custom-logo,
.site-branding .site-logo {
	max-height: 60px;
	width: auto;
	display: block;
}

.site-branding .site-title-link,
.site-branding .site-title a {
	margin: 0;
	font-family: var(--font-serif);
	font-size: 2.75rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-decoration: none;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

.site-branding .site-title-link:hover,
.site-branding .site-title a:hover {
	color: #000;
}

.main-navigation {
	display: flex;
}

.main-navigation .primary-menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 2.5rem;
	align-items: center;
}

.main-navigation .primary-menu-list li {
	margin: 0;
}

.main-navigation .primary-menu-list li a {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-family: var(--font-sans);
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--color-navy);
	text-decoration: none;
	padding-bottom: 0.375rem;
	border-bottom: 3px solid transparent;
	transition: border-color 0.2s;
	display: block;
}

.main-navigation .primary-menu-list li a:hover,
.main-navigation .primary-menu-list li.current-menu-item a {
	border-bottom-color: var(--color-electric-blue);
}

/* Dropdown Menu Styling */
.main-navigation .primary-menu-list li {
	position: relative;
}

.main-navigation .primary-menu-list .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: var(--color-white);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	border: 1px solid var(--color-border-grey);
	min-width: 220px;
	padding: 0.5rem 0;
	margin: 0;
	list-style: none;
	z-index: 1000;
}

.main-navigation .primary-menu-list li:hover > .sub-menu,
.main-navigation .primary-menu-list li.focus > .sub-menu {
	display: block;
}

.main-navigation .primary-menu-list .sub-menu li {
	margin: 0;
	width: 100%;
}

.main-navigation .primary-menu-list .sub-menu li a {
	padding: 0.75rem 1.25rem;
	border-bottom: none;
	text-transform: none;
	font-size: 0.9375rem;
	letter-spacing: normal;
	display: block;
	transition: background-color 0.2s, color 0.2s;
}

.main-navigation .primary-menu-list .sub-menu li a:hover {
	background-color: var(--color-light-grey);
	color: var(--color-electric-blue);
	border-bottom: none;
}

/* Fallback menu styling */
.main-navigation .page_item_has_children {
	position: relative;
}

.main-navigation .children {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: var(--color-white);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	border: 1px solid var(--color-border-grey);
	min-width: 220px;
	padding: 0.5rem 0;
	margin: 0;
	list-style: none;
	z-index: 1000;
}

.main-navigation .page_item_has_children:hover > .children,
.main-navigation .page_item_has_children.focus > .children {
	display: block;
}

.main-navigation .children li a {
	padding: 0.75rem 1.25rem;
	border-bottom: none;
	text-transform: none;
	font-size: 0.9375rem;
	letter-spacing: normal;
	display: block;
	transition: background-color 0.2s, color 0.2s;
}

.main-navigation .children li a:hover {
	background-color: var(--color-light-grey);
	color: var(--color-electric-blue);
	border-bottom: none;
}

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
	display: none;
	background: none;
	border: none;
	padding: 0.5rem;
	cursor: pointer;
	z-index: 1001;
	position: relative;
}

.hamburger-icon {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 28px;
}

.hamburger-line {
	display: block;
	width: 100%;
	height: 3px;
	background-color: var(--color-navy);
	transition: all 0.3s ease;
}

/* Hamburger animation when menu is open */
body.mobile-menu-open .hamburger-line:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

body.mobile-menu-open .hamburger-line:nth-child(2) {
	opacity: 0;
}

body.mobile-menu-open .hamburger-line:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

/* Prevent body scroll when mobile menu is open */
body.mobile-menu-open {
	overflow: hidden;
}

/*--------------------------------------------------------------
## Section C: Hero Grid
--------------------------------------------------------------*/
.hero-grid {
	padding: 3rem 0;
	border-bottom: 1px solid var(--color-border-grey);
}

.hero-grid__layout {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: var(--grid-gap);
}

/* Lead Article */
.lead-article {
	display: flex;
	flex-direction: column;
}

.lead-article__image {
	margin-bottom: 1.5rem;
}

.lead-article__image img {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	object-fit: cover;
}

.lead-article__category {
	display: inline-block;
	font-family: var(--font-sans);
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--color-text-grey);
	margin-bottom: 0.75rem;
}

.lead-article__title {
	font-family: var(--font-serif);
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 1rem;
}

.lead-article__title a {
	color: var(--color-text-dark);
	text-decoration: none;
	transition: color 0.2s;
}

.lead-article__title a:hover {
	color: var(--color-electric-blue);
}

.lead-article__excerpt {
	font-family: var(--font-sans);
	font-size: 1.125rem;
	line-height: 1.6;
	color: var(--color-text-grey);
	margin-bottom: 1rem;
}

.lead-article__meta {
	font-family: var(--font-sans);
	font-size: 0.875rem;
	color: var(--color-text-grey);
}

/* Pulse List */
.pulse-list {
	display: flex;
	flex-direction: column;
}

.pulse-item {
	display: flex;
	gap: 1rem;
	padding: 1.25rem 0;
	border-bottom: 1px dotted #ccc;
}

.pulse-item:last-child {
	border-bottom: none;
}

.pulse-item__number {
	flex-shrink: 0;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background-color: var(--color-light-grey);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-sans);
	font-weight: 700;
	font-size: 0.875rem;
	color: var(--color-text-grey);
}

.pulse-item__title {
	font-family: var(--font-sans);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}

.pulse-item__title a {
	color: var(--color-text-dark);
	text-decoration: none;
	transition: color 0.2s;
}

.pulse-item__title a:hover {
	color: var(--color-electric-blue);
}

/*--------------------------------------------------------------
## Section D: News River
--------------------------------------------------------------*/
.news-river {
	padding: 3rem 0;
}

.news-river__layout {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: var(--grid-gap);
}

/* Section Header */
.section-header {
	margin-bottom: 2rem;
}

.section-header__title {
	font-family: var(--font-serif);
	font-size: 1.75rem;
	font-weight: 700;
	margin: 0 0 0.5rem;
}

.section-header__separator {
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, #000 0%, #000 50%, var(--color-border-grey) 50%, var(--color-border-grey) 100%);
}

/* News List */
.news-list {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.news-item {
	display: flex;
	gap: 1.5rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid var(--color-border-grey);
}

.news-item:last-child {
	border-bottom: none;
}

.news-item__image {
	flex-shrink: 0;
	width: 200px;
}

.news-item__image img {
	width: 100%;
	height: auto;
	aspect-ratio: 3/2;
	object-fit: cover;
}

.news-item__content {
	flex: 1;
}

.news-item__category {
	display: inline-block;
	font-family: var(--font-sans);
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--color-text-grey);
	margin-bottom: 0.5rem;
}

.news-item__title {
	font-family: var(--font-sans);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 0.75rem;
}

.news-item__title a {
	color: var(--color-text-dark);
	text-decoration: none;
	transition: color 0.2s;
}

.news-item__title a:hover {
	color: var(--color-electric-blue);
}

.news-item__excerpt {
	font-family: var(--font-sans);
	font-size: 0.9375rem;
	line-height: 1.6;
	color: var(--color-text-grey);
	margin-bottom: 0.75rem;
}

.news-item__meta {
	font-family: var(--font-sans);
	font-size: 0.8125rem;
	color: var(--color-text-grey);
}

.meta-separator {
	margin: 0 0.5rem;
}

/* Sidebar */
.news-river__sidebar {
	position: sticky;
	top: 2rem;
	align-self: start;
}

.widget {
	margin-bottom: 2rem;
	padding: 1.5rem;
	background-color: var(--color-white);
	border: 1px solid var(--color-border-grey);
}

.widget-title {
	font-family: var(--font-sans);
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 1rem;
}

/* Market Movers Widget */
.market-movers__table {
	width: 100%;
	border-collapse: collapse;
	font-family: var(--font-sans);
	font-size: 0.875rem;
}

.market-movers__table th {
	text-align: left;
	padding: 0.5rem 0;
	border-bottom: 1px solid var(--color-border-grey);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
}

.market-movers__table td {
	padding: 0.75rem 0;
	border-bottom: 1px solid var(--color-border-grey);
}

.market-movers__table td.positive {
	color: var(--color-positive);
	font-weight: 600;
}

.market-movers__table td.negative {
	color: var(--color-negative);
	font-weight: 600;
}

/* Email Capture Widget */
.widget-email-capture {
	background-color: var(--color-electric-blue);
	color: var(--color-white);
}

.widget-email-capture .widget-title {
	color: var(--color-white);
}

.email-capture-form {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
}

.email-input {
	padding: 0.75rem;
	border: none;
	border-radius: 4px;
	font-family: var(--font-sans);
	font-size: 0.9375rem;
}

.subscribe-btn {
	padding: 0.75rem;
	background-color: var(--color-white);
	color: var(--color-electric-blue);
	border: none;
	border-radius: 4px;
	font-family: var(--font-sans);
	font-size: 0.9375rem;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.2s;
}

.subscribe-btn:hover {
	transform: translateY(-2px);
}

.email-disclaimer {
	font-size: 0.75rem;
	opacity: 0.9;
	margin: 0;
}

/* Editor's Pick Widget */
.editors-pick__image {
	margin-bottom: 1rem;
}

.editors-pick__image img {
	width: 100%;
	height: auto;
}

.editors-pick__title {
	font-family: var(--font-sans);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 0.75rem;
}

.editors-pick__title a {
	color: var(--color-text-dark);
	text-decoration: none;
	transition: color 0.2s;
}

.editors-pick__title a:hover {
	color: var(--color-electric-blue);
}

.editors-pick__excerpt {
	font-family: var(--font-sans);
	font-size: 0.875rem;
	line-height: 1.6;
	color: var(--color-text-grey);
}

/*--------------------------------------------------------------
## Section E: Evergreen Vault
--------------------------------------------------------------*/
.evergreen-vault {
	background-color: var(--color-light-grey);
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4rem 0;
}

.evergreen-vault__header {
	text-align: center;
	margin-bottom: 3rem;
}

.evergreen-vault__title {
	font-family: var(--font-serif);
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 0.5rem;
}

.evergreen-vault__subtitle {
	font-family: var(--font-sans);
	font-size: 1.125rem;
	color: var(--color-text-grey);
	margin: 0;
}

.evergreen-vault__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
}

.vault-card {
	background-color: var(--color-white);
	border: 1px solid var(--color-border-grey);
	padding: 2rem 1.5rem;
	display: flex;
	flex-direction: column;
}

.vault-card__icon {
	font-size: 2.5rem;
	margin-bottom: 1rem;
}

.vault-card__title {
	font-family: var(--font-sans);
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 1rem;
}

.vault-card__list {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5rem;
	flex: 1;
}

.vault-card__list li {
	margin-bottom: 0.75rem;
}

.vault-card__list a {
	font-family: var(--font-sans);
	font-size: 0.9375rem;
	color: var(--color-text-dark);
	text-decoration: none;
	transition: color 0.2s;
}

.vault-card__list a:hover {
	color: var(--color-electric-blue);
}

.vault-card__empty {
	font-family: var(--font-sans);
	font-size: 0.875rem;
	color: var(--color-text-grey);
	margin-bottom: 1.5rem;
}

.vault-card__footer {
	border-top: 1px solid var(--color-border-grey);
	padding-top: 1rem;
}

.vault-card__link {
	font-family: var(--font-sans);
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--color-electric-blue);
	text-decoration: none;
	transition: opacity 0.2s;
}

.vault-card__link:hover {
	opacity: 0.8;
	text-decoration: underline;
}

/*--------------------------------------------------------------
## Section F: Trust Footer
--------------------------------------------------------------*/
.trust-footer {
	background-color: var(--color-navy);
	color: var(--color-white);
	padding: 3rem 0 1rem;
}

.trust-footer__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	margin-bottom: 2rem;
}

.footer-column__title {
	font-family: var(--font-sans);
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 1rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.footer-logo__text {
	font-family: var(--font-serif);
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 0 1rem;
}

.footer-logo-img {
	max-height: 50px;
	width: auto;
	display: block;
	margin-bottom: 1rem;
}

.footer-tagline {
	margin: 0 0 1rem;
	font-size: 0.9375rem;
}

.footer-address {
	font-style: normal;
	font-size: 0.875rem;
	line-height: 1.6;
	opacity: 0.8;
}

.footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-menu li {
	margin-bottom: 0.75rem;
}

.footer-menu a {
	color: var(--color-white);
	text-decoration: none;
	font-family: var(--font-sans);
	font-size: 0.9375rem;
	opacity: 0.8;
	transition: opacity 0.2s;
}

.footer-menu a:hover {
	opacity: 1;
	text-decoration: underline;
}

.footer-social {
	display: flex;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.footer-social__link {
	color: var(--color-white);
	text-decoration: none;
	font-size: 1.5rem;
	transition: opacity 0.2s;
}

.footer-social__link:hover {
	opacity: 0.7;
}

.disclaimer-text {
	font-size: 0.75rem;
	line-height: 1.5;
	opacity: 0.7;
}

.footer-copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 1.5rem;
	text-align: center;
}

.footer-copyright p {
	font-size: 0.875rem;
	opacity: 0.8;
	margin: 0;
}

/*--------------------------------------------------------------
## Responsive Design
--------------------------------------------------------------*/

/* Desktop - Ensure navigation is visible */
@media (min-width: 769px) {
	.mobile-menu-toggle {
		display: none !important;
	}

	.main-navigation {
		display: flex !important;
		position: static !important;
		width: auto !important;
		height: auto !important;
		padding: 0 !important;
		box-shadow: none !important;
		overflow: visible !important;
	}

	.main-navigation .primary-menu-list {
		flex-direction: row !important;
		gap: 2.5rem !important;
	}
}

/* Tablets */
@media (max-width: 1024px) {
	.hero-grid__layout,
	.news-river__layout {
		grid-template-columns: 1fr;
	}

	.evergreen-vault__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.trust-footer__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Mobile */
@media (max-width: 768px) {
	.data-ribbon__center {
		display: none;
	}

	.masthead__container {
		position: relative;
	}

	/* Show mobile menu toggle button */
	.mobile-menu-toggle {
		display: block;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	/* Hide navigation by default on mobile */
	.main-navigation {
		position: fixed;
		top: 0;
		right: -100%;
		width: 85%;
		max-width: 400px;
		height: 100vh;
		background-color: var(--color-white);
		box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
		overflow-y: auto;
		transition: right 0.3s ease;
		z-index: 1000;
		padding: 5rem 2rem 2rem;
	}

	/* Show navigation when toggled */
	.main-navigation.toggled {
		right: 0;
	}

	/* Mobile menu overlay */
	body.mobile-menu-open::before {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 999;
		animation: fadeIn 0.3s ease;
	}

	@keyframes fadeIn {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}

	/* Mobile menu list styles */
	.main-navigation .primary-menu-list {
		flex-direction: column;
		gap: 0;
		align-items: stretch;
	}

	.main-navigation .primary-menu-list li {
		border-bottom: 1px solid var(--color-border-grey);
	}

	.main-navigation .primary-menu-list li a {
		padding: 1rem 0;
		border-bottom: none;
		font-size: 1rem;
	}

	.main-navigation .primary-menu-list li a:hover,
	.main-navigation .primary-menu-list li.current-menu-item a {
		background-color: var(--color-light-grey);
		padding-left: 1rem;
		border-bottom: none;
	}

	.news-item {
		flex-direction: column;
	}

	.news-item__image {
		width: 100%;
	}

	.evergreen-vault__grid {
		grid-template-columns: 1fr;
	}

	.trust-footer__grid {
		grid-template-columns: 1fr;
	}
}

/*--------------------------------------------------------------
# Homepage Title Section
--------------------------------------------------------------*/

.homepage-title-section {
	max-width: var(--container-max-width);
	margin: 0 auto;
	padding: 2rem 2rem 1rem;
	text-align: center;
}

.homepage-title {
	font-family: var(--font-serif);
	font-size: 2.25rem;
	font-weight: 700;
	color: var(--color-navy);
	margin: 0 0 0.5rem;
}

@media (max-width: 768px) {
	.homepage-title {
		font-size: 1.75rem;
	}
}

/*--------------------------------------------------------------
# CSS for Site-Wide Header and Footer
--------------------------------------------------------------*/

/* Ensure header/footer styles work site-wide */
.site-title-link {
	font-family: var(--font-serif);
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--color-navy);
	text-decoration: none;
}

.site-title-link:hover {
	color: var(--color-electric-blue);
}

/*--------------------------------------------------------------
# SINGLE POST (NEWS ARTICLE) STYLES
--------------------------------------------------------------*/

/* Hide default header navigation on single posts */
.single .site-header {
	border-bottom: 1px solid var(--color-border-grey);
	padding: 1rem 0;
}

.single .site-header .site-branding {
	max-width: var(--container-max-width);
	margin: 0 auto;
	padding: 0 1.5rem;
}

.single .site-header .site-title {
	margin: 0;
	font-family: var(--font-serif);
	font-size: 1.5rem;
	font-weight: 700;
}

.single .site-header .site-description,
.single .main-navigation {
	display: none;
}

/* Container & Layout */
.single-news {
	background-color: var(--color-white);
	padding: 2rem 0;
}

.news-article__container {
	max-width: var(--container-max-width);
	margin: 0 auto;
	padding: 0 1.5rem;
}

.news-article__layout {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 3rem;
}

.news-article__content {
	max-width: 100%;
	min-width: 0; /* Prevent grid blowout */
}

.news-article__sidebar {
	position: sticky;
	top: 2rem;
	align-self: start;
	min-width: 0; /* Prevent grid blowout */
}

/* Override any default WordPress image styles */
.single .news-article img {
	max-width: 100% !important;
	height: auto !important;
}

.single .news-article .wp-post-image {
	max-width: 100% !important;
	height: auto !important;
	width: 100%;
}

/*--------------------------------------------------------------
## Section A: News Header
--------------------------------------------------------------*/

/* Breadcrumbs */
.news-breadcrumbs {
	font-family: var(--font-sans);
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #6B7280;
	margin-bottom: 1.5rem;
}

.news-breadcrumbs a {
	color: #6B7280;
	text-decoration: none;
	transition: color 0.2s;
}

.news-breadcrumbs a:hover {
	color: var(--color-electric-blue);
}

.breadcrumb-separator {
	margin: 0 0.5rem;
}

/* Headline */
.news-headline {
	font-family: var(--font-serif);
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 700;
	line-height: 1.1;
	color: var(--color-text-dark);
	margin: 0 0 1.5rem;
}

/* Lede */
.news-lede {
	font-family: var(--font-sans);
	font-size: 1.25rem;
	line-height: 1.6;
	color: #374151;
	margin-bottom: 2rem;
}

.news-lede p {
	margin: 0;
}

/* Metadata */
.news-metadata {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid var(--color-border-grey);
}

.news-author {
	display: flex;
	gap: 0.75rem;
	align-items: center;
}

.news-author__avatar {
	flex-shrink: 0;
}

.news-author__avatar img {
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.news-author__info {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.news-author__name {
	font-family: var(--font-sans);
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--color-text-dark);
	text-decoration: none;
	transition: color 0.2s;
}

.news-author__name:hover {
	color: var(--color-electric-blue);
	text-decoration: underline;
}

.news-author__verified {
	display: inline-flex;
	align-items: center;
}

.news-metadata__right {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	font-family: var(--font-sans);
	font-size: 0.875rem;
	color: var(--color-text-grey);
}

.news-metadata__separator {
	color: var(--color-border-grey);
}

/*--------------------------------------------------------------
## Section B: Visual Hook
--------------------------------------------------------------*/

/* Featured Image */
.news-featured-image {
	margin-bottom: 2rem;
	max-width: 100%;
	overflow: hidden;
}

.news-featured-image__img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

/* Fallback for WordPress default image classes */
.news-article__content img,
.news-article__content .wp-post-image {
	max-width: 100%;
	height: auto;
	display: block;
}

.news-featured-image__caption {
	font-family: var(--font-sans);
	font-size: 0.875rem;
	font-style: italic;
	color: var(--color-text-grey);
	margin-top: 0.75rem;
}

/* Key Takeaways Box */
.key-takeaways {
	background-color: #FEF3C7;
	border-left: 4px solid #F59E0B;
	padding: 1.5rem 2rem;
	margin-bottom: 2.5rem;
}

.key-takeaways__title {
	font-family: var(--font-sans);
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--color-text-dark);
	margin: 0 0 1rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.key-takeaways__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.key-takeaways__list li {
	font-family: var(--font-sans);
	font-size: 1rem;
	line-height: 1.7;
	color: var(--color-text-dark);
	padding-left: 1.5rem;
	position: relative;
	margin-bottom: 0.75rem;
}

.key-takeaways__list li:last-child {
	margin-bottom: 0;
}

.key-takeaways__list li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #F59E0B;
	font-weight: 700;
	font-size: 1.25rem;
}

/*--------------------------------------------------------------
## Section C: Content Body
--------------------------------------------------------------*/

.news-article__body {
	font-family: var(--font-sans);
	font-size: 1.125rem;
	line-height: 1.8;
	color: var(--color-text-dark);
}

.news-article__body p {
	margin-bottom: 1.5rem;
}

.news-article__body h2 {
	font-family: var(--font-serif);
	font-size: 1.75rem;
	font-weight: 700;
	margin: 2.5rem 0 1rem;
	color: var(--color-text-dark);
}

.news-article__body h3 {
	font-family: var(--font-sans);
	font-size: 1.375rem;
	font-weight: 700;
	margin: 2rem 0 1rem;
	color: var(--color-text-dark);
}

.news-article__body blockquote {
	border-left: 4px solid var(--color-electric-blue);
	padding-left: 1.5rem;
	margin: 2rem 0;
	font-style: italic;
	font-size: 1.25rem;
	color: #374151;
}

.news-article__body a {
	color: var(--color-electric-blue);
	text-decoration: underline;
	transition: opacity 0.2s;
}

.news-article__body a:hover {
	opacity: 0.8;
}

.news-article__body ul,
.news-article__body ol {
	margin-bottom: 1.5rem;
	padding-left: 1.5rem;
}

.news-article__body li {
	margin-bottom: 0.5rem;
}

.news-article__body img {
	max-width: 100%;
	height: auto;
	margin: 2rem 0;
}

/*--------------------------------------------------------------
## Section D: News Sidebar
--------------------------------------------------------------*/

.news-widget {
	background-color: var(--color-white);
	border: 1px solid var(--color-border-grey);
	padding: 1.5rem;
	margin-bottom: 2rem;
}

.news-widget__title {
	font-family: var(--font-sans);
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0 0 1.5rem;
	color: var(--color-text-dark);
}

/* Market Pulse Widget */
.market-pulse__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.75rem 0;
	border-bottom: 1px solid var(--color-border-grey);
}

.market-pulse__item:last-child {
	border-bottom: none;
}

.market-pulse__coin {
	display: flex;
	flex-direction: column;
}

.coin-symbol {
	font-family: var(--font-sans);
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--color-text-dark);
}

.coin-price {
	font-family: var(--font-sans);
	font-size: 0.8125rem;
	color: var(--color-text-grey);
}

.market-pulse__chart {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.sparkline {
	font-family: monospace;
	font-size: 1rem;
	letter-spacing: -2px;
	margin-bottom: 0.25rem;
}

.sparkline.positive {
	color: var(--color-positive);
}

.sparkline.negative {
	color: var(--color-negative);
}

.coin-change {
	font-family: var(--font-sans);
	font-size: 0.8125rem;
	font-weight: 600;
}

.coin-change.positive {
	color: var(--color-positive);
}

.coin-change.negative {
	color: var(--color-negative);
}

/* Trending Widget */
.trending-list {
	list-style: none;
	padding: 0;
	margin: 0;
	counter-reset: trending-counter;
}

.trending-item {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	padding: 1rem 0;
	border-bottom: 1px solid var(--color-border-grey);
}

.trending-item:last-child {
	border-bottom: none;
}

.trending-item__number {
	flex-shrink: 0;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background-color: var(--color-light-grey);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-sans);
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--color-text-grey);
}

.trending-item__title {
	font-family: var(--font-sans);
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.4;
	color: var(--color-text-dark);
	text-decoration: none;
	transition: color 0.2s;
}

.trending-item__title:hover {
	color: var(--color-electric-blue);
}

/* Offer Widget */
.offer-banner {
	background: linear-gradient(135deg, #1E3A8A 0%, #3B82F6 100%);
	padding: 1.5rem;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}

.offer-banner__content {
	position: relative;
	z-index: 2;
}

.offer-banner__headline {
	font-family: var(--font-serif);
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--color-white);
	margin: 0 0 0.5rem;
}

.offer-banner__text {
	font-family: var(--font-sans);
	font-size: 0.9375rem;
	color: var(--color-white);
	margin: 0 0 1rem;
	opacity: 0.9;
}

.offer-banner__cta {
	display: inline-block;
	background-color: var(--color-white);
	color: #1E3A8A;
	padding: 0.75rem 1.5rem;
	border-radius: 4px;
	font-family: var(--font-sans);
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s;
}

.offer-banner__cta:hover {
	transform: translateY(-2px);
}

.offer-banner__badge {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background-color: #FBBF24;
	color: #78350F;
	padding: 0.25rem 0.75rem;
	border-radius: 12px;
	font-family: var(--font-sans);
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
## Section E: Article Footer
--------------------------------------------------------------*/

/* Author Bio */
.author-bio {
	display: flex;
	gap: 1.5rem;
	padding: 2rem 0;
	margin: 3rem 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.author-bio__avatar img {
	border-radius: 50%;
	width: 80px;
	height: 80px;
}

.author-bio__content {
	flex: 1;
}

.author-bio__name {
	font-family: var(--font-sans);
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 0.25rem;
	color: var(--color-text-dark);
}

.author-bio__name a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s;
}

.author-bio__name a:hover {
	color: var(--color-electric-blue);
	text-decoration: underline;
}

.author-bio__title {
	font-family: var(--font-sans);
	font-size: 0.9375rem;
	color: var(--color-text-grey);
	margin: 0 0 0.75rem;
}

.author-bio__description {
	font-family: var(--font-sans);
	font-size: 0.9375rem;
	line-height: 1.6;
	color: var(--color-text-grey);
	margin-bottom: 0.75rem;
}

.author-bio__description p {
	margin: 0;
}

.author-bio__link {
	font-family: var(--font-sans);
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--color-electric-blue);
	text-decoration: none;
	transition: opacity 0.2s;
}

.author-bio__link:hover {
	opacity: 0.8;
	text-decoration: underline;
}

/* Article Tags */
.article-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 3rem;
}

.article-tag {
	display: inline-block;
	background-color: #E5E7EB;
	color: var(--color-text-dark);
	padding: 0.5rem 1rem;
	border-radius: 9999px;
	font-family: var(--font-sans);
	font-size: 0.875rem;
	text-decoration: none;
	transition: background-color 0.2s;
}

.article-tag:hover {
	background-color: #D1D5DB;
}

/*--------------------------------------------------------------
## Read This Next Section
--------------------------------------------------------------*/

.read-next {
	background-color: var(--color-light-grey);
	padding: 3rem 0;
	margin-top: 3rem;
}

.read-next__container {
	max-width: var(--container-max-width);
	margin: 0 auto;
	padding: 0 1.5rem;
}

.read-next__title {
	font-family: var(--font-serif);
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	margin: 0 0 2rem;
	color: var(--color-text-dark);
}

.read-next__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.read-next-card {
	background-color: var(--color-white);
	border: 1px solid var(--color-border-grey);
	overflow: hidden;
	transition: transform 0.2s, box-shadow 0.2s;
}

.read-next-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.read-next-card__image img {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	object-fit: cover;
	display: block;
}

.read-next-card__content {
	padding: 1.5rem;
}

.read-next-card__category {
	display: inline-block;
	font-family: var(--font-sans);
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--color-electric-blue);
	margin-bottom: 0.5rem;
}

.read-next-card__title {
	font-family: var(--font-sans);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 0.75rem;
}

.read-next-card__title a {
	color: var(--color-text-dark);
	text-decoration: none;
	transition: color 0.2s;
}

.read-next-card__title a:hover {
	color: var(--color-electric-blue);
}

.read-next-card__excerpt {
	font-family: var(--font-sans);
	font-size: 0.875rem;
	line-height: 1.6;
	color: var(--color-text-grey);
	margin-bottom: 0.75rem;
}

.read-next-card__meta {
	font-family: var(--font-sans);
	font-size: 0.8125rem;
	color: var(--color-text-grey);
}

/*--------------------------------------------------------------
## Single Post Responsive
--------------------------------------------------------------*/

@media (max-width: 1024px) {
	.news-article__layout {
		grid-template-columns: 1fr;
	}

	.news-article__sidebar {
		position: static;
		margin-top: 3rem;
	}

	.read-next__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.news-metadata {
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem;
	}

	.news-article__body {
		font-size: 1rem;
	}

	.author-bio {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}

	.read-next__grid {
		gap: 1.5rem;
	}
}

/*--------------------------------------------------------------
# ARCHIVE PAGES STYLES
--------------------------------------------------------------*/

/* Archive Header */
.archive-header {
	background-color: var(--color-white);
	border-bottom: 1px solid var(--color-border-grey);
	padding: 3rem 0 2rem;
}

.archive-header__container {
	max-width: var(--container-max-width);
	margin: 0 auto;
	padding: 0 1.5rem;
}

/* Archive Breadcrumbs */
.archive-breadcrumbs {
	font-family: var(--font-sans);
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #6B7280;
	margin-bottom: 1.5rem;
}

.archive-breadcrumbs a {
	color: #6B7280;
	text-decoration: none;
	transition: color 0.2s;
}

.archive-breadcrumbs a:hover {
	color: var(--color-electric-blue);
}

/* Archive Title */
.archive-title {
	font-family: var(--font-serif);
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 700;
	line-height: 1.1;
	color: var(--color-text-dark);
	margin: 0 0 1rem;
}

/* Archive Description */
.archive-description {
	font-family: var(--font-sans);
	font-size: 1.125rem;
	line-height: 1.6;
	color: #374151;
	margin-bottom: 1.5rem;
	max-width: 800px;
}

.archive-description p {
	margin: 0;
}

/* Archive Meta */
.archive-meta {
	font-family: var(--font-sans);
	font-size: 0.875rem;
	color: var(--color-text-grey);
}

/* Archive Content */
.archive-content {
	padding: 3rem 0;
}

.archive-content__container {
	max-width: var(--container-max-width);
	margin: 0 auto;
	padding: 0 1.5rem;
}

.archive-content__layout {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 3rem;
}

.archive-content__main {
	min-width: 0;
}

.archive-content__sidebar {
	position: sticky;
	top: 2rem;
	align-self: start;
	min-width: 0;
}

/*--------------------------------------------------------------
## Archive Items (Posts List)
--------------------------------------------------------------*/

.archive-posts {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.archive-item {
	padding-bottom: 2.5rem;
	border-bottom: 1px solid var(--color-border-grey);
}

.archive-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.archive-item__layout {
	display: flex;
	gap: 2rem;
}

/* Archive Item Image */
.archive-item__image {
	flex-shrink: 0;
	width: 280px;
}

.archive-item__thumbnail {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	object-fit: cover;
	display: block;
	transition: opacity 0.2s;
}

.archive-item__image a:hover .archive-item__thumbnail {
	opacity: 0.85;
}

/* Archive Item Content */
.archive-item__content {
	flex: 1;
	min-width: 0;
}

.archive-item__category {
	display: inline-block;
	font-family: var(--font-sans);
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 0.5rem;
}

.archive-item__category a {
	color: var(--color-electric-blue);
	text-decoration: none;
	transition: opacity 0.2s;
}

.archive-item__category a:hover {
	opacity: 0.8;
}

.archive-item__title {
	font-family: var(--font-sans);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 1rem;
}

.archive-item__title a {
	color: var(--color-text-dark);
	text-decoration: none;
	transition: color 0.2s;
}

.archive-item__title a:hover {
	color: var(--color-electric-blue);
}

.archive-item__excerpt {
	font-family: var(--font-sans);
	font-size: 1rem;
	line-height: 1.6;
	color: var(--color-text-grey);
	margin-bottom: 1rem;
}

.archive-item__meta {
	font-family: var(--font-sans);
	font-size: 0.875rem;
	color: var(--color-text-grey);
}

.meta-separator {
	margin: 0 0.5rem;
}

/*--------------------------------------------------------------
## Archive Sidebar Widgets
--------------------------------------------------------------*/

.archive-widget {
	background-color: var(--color-white);
	border: 1px solid var(--color-border-grey);
	padding: 1.5rem;
	margin-bottom: 2rem;
}

.archive-widget__title {
	font-family: var(--font-sans);
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0 0 1.5rem;
	color: var(--color-text-dark);
}

/* Categories List */
.archive-categories-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.archive-categories-list li {
	padding: 0.75rem 0;
	border-bottom: 1px solid var(--color-border-grey);
}

.archive-categories-list li:last-child {
	border-bottom: none;
}

.archive-categories-list li.current-cat a {
	color: var(--color-electric-blue);
	font-weight: 700;
}

.archive-categories-list a {
	font-family: var(--font-sans);
	font-size: 0.9375rem;
	color: var(--color-text-dark);
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: color 0.2s;
}

.archive-categories-list a:hover {
	color: var(--color-electric-blue);
}

.category-count {
	font-size: 0.8125rem;
	color: var(--color-text-grey);
}

/* Popular Posts List */
.popular-posts-list {
	list-style: none;
	padding: 0;
	margin: 0;
	counter-reset: popular-counter;
}

.popular-post-item {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	padding: 1rem 0;
	border-bottom: 1px solid var(--color-border-grey);
}

.popular-post-item:last-child {
	border-bottom: none;
}

.popular-post-number {
	flex-shrink: 0;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background-color: var(--color-light-grey);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-sans);
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--color-text-grey);
}

.popular-post-title {
	font-family: var(--font-sans);
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.4;
	color: var(--color-text-dark);
	text-decoration: none;
	transition: color 0.2s;
}

.popular-post-title:hover {
	color: var(--color-electric-blue);
}

/* Tags Cloud */
.archive-tags-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.tag-cloud-item {
	display: inline-block;
	background-color: #E5E7EB;
	color: var(--color-text-dark);
	padding: 0.5rem 1rem;
	border-radius: 9999px;
	font-family: var(--font-sans);
	font-size: 0.875rem;
	text-decoration: none;
	transition: background-color 0.2s, color 0.2s;
}

.tag-cloud-item:hover {
	background-color: var(--color-electric-blue);
	color: var(--color-white);
}

/* Newsletter Widget */
.newsletter-description {
	font-family: var(--font-sans);
	font-size: 0.9375rem;
	color: var(--color-text-grey);
	margin-bottom: 1rem;
}

.newsletter-form {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.newsletter-input {
	padding: 0.75rem;
	border: 1px solid var(--color-border-grey);
	border-radius: 4px;
	font-family: var(--font-sans);
	font-size: 0.9375rem;
}

.newsletter-input:focus {
	outline: 2px solid var(--color-electric-blue);
	outline-offset: 2px;
	border-color: var(--color-electric-blue);
}

.newsletter-btn {
	padding: 0.75rem;
	background-color: var(--color-electric-blue);
	color: var(--color-white);
	border: none;
	border-radius: 4px;
	font-family: var(--font-sans);
	font-size: 0.9375rem;
	font-weight: 700;
	cursor: pointer;
	transition: transform 0.2s, opacity 0.2s;
}

.newsletter-btn:hover {
	transform: translateY(-2px);
	opacity: 0.9;
}

/*--------------------------------------------------------------
## Archive Pagination
--------------------------------------------------------------*/

.archive-pagination {
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px solid var(--color-border-grey);
}

.archive-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	list-style: none;
	padding: 0;
	margin: 0;
}

.archive-pagination .page-numbers li {
	display: inline-block;
}

.archive-pagination a.page-numbers,
.archive-pagination span.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5rem;
	height: 2.5rem;
	padding: 0 0.75rem;
	font-family: var(--font-sans);
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--color-text-dark);
	text-decoration: none;
	border: 1px solid var(--color-border-grey);
	border-radius: 4px;
	transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.archive-pagination a.page-numbers:hover {
	background-color: var(--color-light-grey);
	border-color: var(--color-text-grey);
}

.archive-pagination span.page-numbers.current {
	background-color: var(--color-electric-blue);
	color: var(--color-white);
	border-color: var(--color-electric-blue);
}

.archive-pagination .page-numbers .prev,
.archive-pagination .page-numbers .next {
	padding: 0 1rem;
}

/*--------------------------------------------------------------
## Archive Responsive
--------------------------------------------------------------*/

@media (max-width: 1024px) {
	.archive-content__layout {
		grid-template-columns: 1fr;
	}

	.archive-content__sidebar {
		position: static;
		margin-top: 3rem;
	}

	.archive-item__layout {
		flex-direction: column;
	}

	.archive-item__image {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.archive-header {
		padding: 2rem 0 1.5rem;
	}

	.archive-title {
		font-size: 1.75rem;
	}

	.archive-content {
		padding: 2rem 0;
	}

	.archive-posts {
		gap: 2rem;
	}

	.archive-item {
		padding-bottom: 2rem;
	}
}

/*--------------------------------------------------------------
# Evergreen Page Template Styles
--------------------------------------------------------------*/

/* Global Evergreen Styles */
.evergreen-page {
	background-color: #FAFAF9;
	padding: 0;
}

.evergreen-article {
	max-width: none;
}

/* Section A: Academy Header */
.academy-header {
	background-color: var(--color-white);
	padding: 3rem 0 2rem;
	border-bottom: 1px solid var(--color-border-grey);
	text-align: center;
}

.academy-header__container {
	max-width: 740px;
	margin: 0 auto;
	padding: 0 2rem;
}

.academy-label {
	font-family: var(--font-sans);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--color-electric-blue);
	margin-bottom: 1rem;
}

.academy-title {
	font-family: var(--font-serif);
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--color-navy);
	margin-bottom: 2rem;
}

.trust-meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.5rem;
	font-size: 0.875rem;
	color: var(--color-text-grey);
	margin-bottom: 1.5rem;
}

.trust-meta__item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.trust-meta__checkmark {
	flex-shrink: 0;
}

.trust-meta__label {
	color: var(--color-text-grey);
}

.trust-meta__link {
	color: var(--color-navy);
	text-decoration: none;
	font-weight: 600;
}

.trust-meta__link:hover {
	color: var(--color-electric-blue);
}

.trust-meta__name {
	font-weight: 600;
	color: var(--color-navy);
}

.trust-meta__date {
	font-weight: 600;
	color: var(--color-navy);
}

.disclosure-bar {
	background-color: var(--color-light-grey);
	padding: 1rem;
	border-radius: 4px;
	font-size: 0.875rem;
	color: var(--color-text-grey);
}

.disclosure-bar p {
	margin: 0;
}

.disclosure-bar__link {
	color: var(--color-electric-blue);
	text-decoration: none;
	font-weight: 600;
}

.disclosure-bar__link:hover {
	text-decoration: underline;
}

/* Section B: Summary Card */
.summary-card {
	background-color: var(--color-white);
	padding: 2rem 0;
	border-bottom: 1px solid var(--color-border-grey);
}

.summary-card__container {
	max-width: 740px;
	margin: 0 auto;
	padding: 0 2rem;
	border-left: 4px solid var(--color-positive);
	padding-left: 2rem;
}

.summary-card__title {
	font-family: var(--font-sans);
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--color-navy);
	margin-bottom: 1rem;
}

.summary-card__text {
	font-size: 1.125rem;
	line-height: 1.8;
	color: var(--color-text-dark);
	margin-bottom: 1.5rem;
}

.summary-card__cta {
	display: inline-block;
	background-color: var(--color-positive);
	color: var(--color-white);
	padding: 0.75rem 1.5rem;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 600;
	transition: background-color 0.2s;
}

.summary-card__cta:hover {
	background-color: #0ea373;
}

/* Section C: Floating TOC */
.evergreen-content {
	position: relative;
	padding: 3rem 0;
}

.evergreen-content__container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 2rem;
	position: relative;
}

.floating-toc {
	position: sticky;
	top: 2rem;
	width: 200px;
	float: left;
	margin-right: 3rem;
	display: none;
}

.floating-toc__nav {
	border-left: 2px solid var(--color-border-grey);
	padding-left: 1rem;
}

.floating-toc__placeholder {
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--color-text-grey);
}

/* Section D: Content Body */
.evergreen-body {
	max-width: 740px;
	margin: 0 auto;
	background-color: var(--color-white);
	padding: 3rem;
	border-radius: 4px;
	border: 1px solid var(--color-border-grey);
}

.evergreen-body {
	font-size: 1.125rem;
	line-height: 1.8;
	color: var(--color-text-dark);
}

.evergreen-body h2 {
	font-family: var(--font-serif);
	font-size: 1.875rem;
	font-weight: 700;
	color: var(--color-navy);
	margin-top: 2.5rem;
	margin-bottom: 1rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--color-border-grey);
}

.evergreen-body h2:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.evergreen-body h3 {
	font-family: var(--font-sans);
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--color-navy);
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.evergreen-body p {
	margin-bottom: 1.5rem;
}

.evergreen-body ul,
.evergreen-body ol {
	margin-bottom: 1.5rem;
	padding-left: 2rem;
}

.evergreen-body li {
	margin-bottom: 0.75rem;
}

.evergreen-body blockquote {
	background-color: #EFF6FF;
	border-left: 4px solid var(--color-electric-blue);
	padding: 1.5rem;
	margin: 2rem 0;
	font-style: normal;
}

.evergreen-body blockquote p {
	margin-bottom: 0;
}

/* Product Comparison Table */
.product-table-wrapper {
	overflow-x: auto;
	margin: 2rem 0;
	border: 1px solid var(--color-border-grey);
	border-radius: 4px;
}

.product-comparison-table {
	width: 100%;
	border-collapse: collapse;
	background-color: var(--color-white);
	min-width: 600px;
}

.product-comparison-table thead {
	background-color: var(--color-light-grey);
	border-bottom: 2px solid var(--color-border-grey);
}

.product-comparison-table th {
	font-family: var(--font-sans);
	font-size: 0.875rem;
	font-weight: 700;
	text-align: left;
	padding: 1rem;
	color: var(--color-navy);
}

.product-comparison-table td {
	padding: 1rem;
	border-bottom: 1px solid var(--color-border-grey);
	font-size: 0.875rem;
}

.product-comparison-table tbody tr:last-child td {
	border-bottom: none;
}

.product-comparison-table tbody tr:hover {
	background-color: #FAFAF9;
}

.product-comparison-table .product-name {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-weight: 600;
}

.product-comparison-table .product-thumb {
	width: 60px;
	height: 60px;
	flex-shrink: 0;
}

.product-comparison-table .product-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-comparison-table .btn {
	display: inline-block;
	padding: 0.5rem 1rem;
	background-color: var(--color-electric-blue);
	color: var(--color-white);
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
	transition: background-color 0.2s;
}

.product-comparison-table .btn:hover {
	background-color: #0056b3;
}

/* Section E: Verdict Box */
.verdict-box {
	background-color: var(--color-navy);
	color: var(--color-white);
	padding: 3rem 0;
}

.verdict-box__container {
	max-width: 740px;
	margin: 0 auto;
	padding: 0 2rem;
}

.verdict-box__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	margin-bottom: 2rem;
}

.verdict-box__title {
	font-family: var(--font-sans);
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.verdict-rating {
	display: flex;
	align-items: baseline;
	gap: 0.25rem;
	margin-bottom: 0.5rem;
}

.verdict-rating__score {
	font-family: var(--font-serif);
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
}

.verdict-rating__max {
	font-size: 1.5rem;
	color: rgba(255, 255, 255, 0.7);
}

.verdict-stars {
	font-size: 1.5rem;
	color: #FFD700;
}

.verdict-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.verdict-list li {
	padding-left: 1.5rem;
	position: relative;
	margin-bottom: 0.75rem;
}

.verdict-list li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: var(--color-positive);
	font-weight: 700;
}

.verdict-box__cta {
	display: block;
	width: 100%;
	background-color: var(--color-electric-blue);
	color: var(--color-white);
	padding: 1rem;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
	font-size: 1.125rem;
	font-weight: 700;
	transition: background-color 0.2s;
}

.verdict-box__cta:hover {
	background-color: #0056b3;
}

/* FAQ Section */
.evergreen-faq {
	background-color: var(--color-white);
	padding: 3rem 0;
	border-top: 1px solid var(--color-border-grey);
}

.evergreen-faq__container {
	max-width: 740px;
	margin: 0 auto;
	padding: 0 2rem;
}

.evergreen-faq__title {
	font-family: var(--font-serif);
	font-size: 2rem;
	font-weight: 700;
	color: var(--color-navy);
	margin-bottom: 2rem;
	text-align: center;
}

.faq-accordion {
	border-top: 1px solid var(--color-border-grey);
}

.faq-item {
	border-bottom: 1px solid var(--color-border-grey);
}

.faq-question {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem 0;
	background: none;
	border: none;
	font-family: var(--font-sans);
	font-size: 1.125rem;
	font-weight: 600;
	color: var(--color-navy);
	text-align: left;
	cursor: pointer;
	transition: color 0.2s;
}

.faq-question:hover {
	color: var(--color-electric-blue);
}

.faq-question.active .faq-icon {
	transform: rotate(180deg);
}

.faq-icon {
	flex-shrink: 0;
	transition: transform 0.2s;
}

.faq-answer {
	padding-bottom: 1.5rem;
	color: var(--color-text-grey);
	line-height: 1.8;
}

.faq-answer p {
	margin: 0;
}

/*--------------------------------------------------------------
# Category Hub Template Styles
--------------------------------------------------------------*/

.category-hub-page {
	background-color: #FAFAF9;
}

/* Category Hub Header */
.category-hub-header {
	background-color: var(--color-white);
	padding: 3rem 0;
	border-bottom: 1px solid var(--color-border-grey);
	text-align: center;
}

.category-hub-header__container {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 2rem;
}

.category-hub-title {
	font-family: var(--font-serif);
	font-size: 2.5rem;
	font-weight: 700;
	color: var(--color-navy);
	margin-bottom: 1.5rem;
}

.category-hub-intro {
	font-size: 1.125rem;
	line-height: 1.8;
	color: var(--color-text-grey);
}

.category-hub-intro p:last-child {
	margin-bottom: 0;
}

/* Editor's Choice Section */
.editors-choice {
	padding: 3rem 0;
	background-color: var(--color-white);
	border-bottom: 1px solid var(--color-border-grey);
}

.editors-choice__container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 2rem;
}

.editors-choice__title {
	font-family: var(--font-serif);
	font-size: 2rem;
	font-weight: 700;
	color: var(--color-navy);
	margin-bottom: 2rem;
	text-align: center;
}

.editors-choice__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.editors-choice__empty {
	grid-column: 1 / -1;
	text-align: center;
	color: var(--color-text-grey);
	padding: 2rem;
	background-color: var(--color-light-grey);
	border-radius: 4px;
}

.choice-card {
	background-color: var(--color-white);
	border: 1px solid var(--color-border-grey);
	border-radius: 4px;
	overflow: hidden;
	transition: box-shadow 0.2s;
	position: relative;
}

.choice-card:hover {
	box-shadow: 0 4px 12px rgba(10, 25, 47, 0.1);
}

.choice-card__image {
	position: relative;
	aspect-ratio: 16/9;
	overflow: hidden;
}

.choice-card__thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.choice-card__badge {
	position: absolute;
	top: 1rem;
	left: 1rem;
	background-color: var(--color-electric-blue);
	color: var(--color-white);
	padding: 0.5rem 1rem;
	border-radius: 4px;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.choice-card__title {
	font-family: var(--font-sans);
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--color-navy);
	margin: 1.5rem 1.5rem 0.75rem;
	line-height: 1.4;
}

.choice-card__title a {
	color: inherit;
	text-decoration: none;
}

.choice-card__title a:hover {
	color: var(--color-electric-blue);
}

.choice-card__excerpt {
	font-size: 0.875rem;
	color: var(--color-text-grey);
	margin: 0 1.5rem 1rem;
	line-height: 1.6;
}

.choice-card__meta {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	font-size: 0.875rem;
	color: var(--color-text-grey);
	margin: 0 1.5rem 1.5rem;
}

.choice-card__rating {
	color: var(--color-electric-blue);
	font-weight: 700;
}

/* Filter by Type Section */
.filter-by-type {
	padding: 2rem 0;
	background-color: #FAFAF9;
	border-bottom: 1px solid var(--color-border-grey);
}

.filter-by-type__container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 2rem;
}

.filter-by-type__title {
	font-family: var(--font-serif);
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--color-navy);
	margin-bottom: 1rem;
	text-align: center;
}

.filter-buttons {
	display: flex;
	justify-content: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.filter-btn {
	padding: 0.75rem 1.5rem;
	background-color: var(--color-white);
	border: 1px solid var(--color-border-grey);
	border-radius: 4px;
	font-family: var(--font-sans);
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--color-text-dark);
	cursor: pointer;
	transition: all 0.2s;
}

.filter-btn:hover {
	border-color: var(--color-electric-blue);
	color: var(--color-electric-blue);
}

.filter-btn.active {
	background-color: var(--color-electric-blue);
	border-color: var(--color-electric-blue);
	color: var(--color-white);
}

/* Knowledge Base Section */
.knowledge-base {
	padding: 3rem 0;
	background-color: #FAFAF9;
}

.knowledge-base__container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 2rem;
}

.knowledge-base__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
}

.knowledge-base__title {
	font-family: var(--font-serif);
	font-size: 2rem;
	font-weight: 700;
	color: var(--color-navy);
	margin: 0;
}

.knowledge-base__sort {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.875rem;
	color: var(--color-text-grey);
}

.knowledge-base__sort select {
	padding: 0.5rem 1rem;
	border: 1px solid var(--color-border-grey);
	border-radius: 4px;
	font-family: var(--font-sans);
	background-color: var(--color-white);
}

.knowledge-base__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.knowledge-base__empty {
	grid-column: 1 / -1;
	text-align: center;
	color: var(--color-text-grey);
	padding: 3rem;
	background-color: var(--color-white);
	border: 1px solid var(--color-border-grey);
	border-radius: 4px;
}

.knowledge-card {
	background-color: var(--color-white);
	border: 1px solid var(--color-border-grey);
	border-radius: 4px;
	overflow: hidden;
	transition: box-shadow 0.2s;
}

.knowledge-card:hover {
	box-shadow: 0 4px 12px rgba(10, 25, 47, 0.1);
}

.knowledge-card__image {
	aspect-ratio: 16/9;
	overflow: hidden;
}

.knowledge-card__thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.2s;
}

.knowledge-card:hover .knowledge-card__thumb {
	transform: scale(1.05);
}

.knowledge-card__content {
	padding: 1.5rem;
}

.knowledge-card__title {
	font-family: var(--font-sans);
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--color-navy);
	margin-bottom: 0.75rem;
	line-height: 1.4;
}

.knowledge-card__title a {
	color: inherit;
	text-decoration: none;
}

.knowledge-card__title a:hover {
	color: var(--color-electric-blue);
}

.knowledge-card__excerpt {
	font-size: 0.875rem;
	color: var(--color-text-grey);
	line-height: 1.6;
	margin-bottom: 1rem;
}

.knowledge-card__meta {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.75rem;
	color: var(--color-text-grey);
}

.knowledge-card__author {
	font-weight: 600;
	color: var(--color-text-dark);
}

/* Responsive Styles for Evergreen & Hub Templates */
@media (min-width: 1024px) {
	.floating-toc {
		display: block;
	}
}

@media (max-width: 1023px) {
	.academy-title {
		font-size: 2rem;
	}

	.verdict-box__grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
}

@media (max-width: 768px) {
	.academy-title {
		font-size: 1.75rem;
	}

	.trust-meta {
		flex-direction: column;
		gap: 0.75rem;
		align-items: flex-start;
	}

	.evergreen-body {
		padding: 2rem 1.5rem;
		font-size: 1rem;
	}

	.evergreen-body h2 {
		font-size: 1.5rem;
	}

	.evergreen-body h3 {
		font-size: 1.25rem;
	}

	.editors-choice__grid {
		grid-template-columns: 1fr;
	}

	.knowledge-base__grid {
		grid-template-columns: 1fr;
	}

	.knowledge-base__header {
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem;
	}

	.category-hub-title {
		font-size: 2rem;
	}

	.filter-buttons {
		justify-content: flex-start;
	}
}
