/*!
Theme Name: AIM NEWS
Theme URI: http://underscores.me/
Author: ad monkey
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: aim-news
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.

AIM NEWS 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;
}

/*--------------------------------------------------------------
# AIM News Theme
--------------------------------------------------------------*/
:root {
	--aim-red: #e30613;
	--aim-blue: #0057b8;
	--aim-black: #101217;
	--aim-white: #ffffff;
	--aim-soft: #f4f6f9;
	--aim-border: #dce2ea;
	--aim-muted: #687083;
}

body {
	background: var(--aim-soft);
	color: var(--aim-black);
	font-family: Arial, Helvetica, sans-serif;
}

a,
a:visited {
	color: var(--aim-blue);
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: var(--aim-red);
}

.site-container {
	margin: 0 auto;
	max-width: 1480px;
	padding: 0 20px;
	width: 100%;
}

.site-header {
	background: var(--aim-white);
	box-shadow: 0 8px 24px rgba(16, 18, 23, 0.08);
	position: relative;
	z-index: 20;
}

.top-bar {
	background: var(--aim-black);
	color: var(--aim-white);
	font-size: 0.875rem;
}

.top-bar__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 38px;
}

.top-bar ul {
	display: flex;
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-bar a,
.top-bar a:visited {
	color: var(--aim-white);
}

.masthead-main {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(220px, 1fr) minmax(260px, 620px);
	padding-bottom: 24px;
	padding-top: 24px;
}

.site-branding {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.custom-logo {
	max-height: 72px;
	width: auto;
}

.site-title {
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:visited {
	color: var(--aim-black);
}

.site-description {
	color: var(--aim-muted);
	flex-basis: 100%;
	font-size: 0.95rem;
	font-weight: 700;
	margin: 0;
}

.header-ad {
	align-items: center;
	background: linear-gradient(90deg, var(--aim-blue), var(--aim-black));
	color: var(--aim-white);
	display: flex;
	justify-content: center;
	min-height: 92px;
	padding: 16px;
	text-align: center;
}

.header-ad span {
	border: 1px solid rgba(255, 255, 255, 0.55);
	display: inline-block;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 8px 14px;
	text-transform: uppercase;
}

.main-navigation {
	background: var(--aim-blue);
}

.nav-inner {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	min-height: 52px;
}

.main-navigation ul {
	gap: 2px;
}

.main-navigation li {
	margin: 0;
}

.main-navigation a {
	color: var(--aim-white);
	font-size: 0.95rem;
	font-weight: 800;
	padding: 17px 13px;
	text-transform: uppercase;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a {
	background: var(--aim-red);
	color: var(--aim-white);
}

.main-navigation ul ul {
	background: var(--aim-white);
	box-shadow: 0 12px 28px rgba(16, 18, 23, 0.18);
}

.main-navigation ul ul a {
	color: var(--aim-black);
	padding: 12px 14px;
	text-transform: none;
	width: 230px;
}

.menu-toggle {
	background: var(--aim-red);
	border: 0;
	color: var(--aim-white);
	font-weight: 800;
	padding: 10px 16px;
}

.main-navigation .search-form {
	display: flex;
	flex: 0 0 250px;
	margin: 0;
}

.main-navigation .search-field {
	border: 0;
	border-radius: 0;
	min-width: 0;
	padding: 9px 10px;
	width: 100%;
}

.main-navigation .search-submit {
	background: var(--aim-red);
	border: 0;
	border-radius: 0;
	color: var(--aim-white);
	font-weight: 800;
	padding: 9px 12px;
}

.breaking-strip {
	background: var(--aim-white);
	border-bottom: 1px solid var(--aim-border);
}

.breaking-strip__inner {
	align-items: center;
	display: flex;
	gap: 12px;
	min-height: 46px;
}

.breaking-strip strong {
	background: var(--aim-red);
	color: var(--aim-white);
	font-size: 0.8rem;
	padding: 6px 10px;
	text-transform: uppercase;
}

.breaking-strip a {
	color: var(--aim-black);
	font-weight: 800;
}

.news-home {
	padding: 28px 0 44px;
}

.breaking-cards {
	margin-bottom: 30px;
}

.breaking-cards__head {
	align-items: center;
	background: var(--aim-black);
	border-left: 8px solid var(--aim-red);
	color: var(--aim-white);
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 16px;
	padding: 12px 16px;
}

.breaking-cards__head span {
	background: var(--aim-red);
	font-size: 0.82rem;
	font-weight: 900;
	padding: 6px 10px;
	text-transform: uppercase;
}

.breaking-cards__head strong {
	font-size: 1.05rem;
	text-transform: uppercase;
}

.breaking-card-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.breaking-card {
	background: var(--aim-white);
	border: 1px solid var(--aim-border);
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(16, 18, 23, 0.09);
	margin: 0;
	overflow: hidden;
	position: relative;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.breaking-card:hover {
	box-shadow: 0 16px 34px rgba(16, 18, 23, 0.14);
	transform: translateY(-3px);
}

.breaking-card::before {
	background: var(--aim-blue);
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.breaking-card__image {
	align-items: center;
	aspect-ratio: 16 / 10;
	background: linear-gradient(135deg, var(--aim-black), var(--aim-blue));
	color: var(--aim-white);
	display: flex;
	font-weight: 900;
	justify-content: center;
	overflow: hidden;
}

.breaking-card__image img {
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
	width: 100%;
}

.breaking-card:hover .breaking-card__image img {
	transform: scale(1.04);
}

.breaking-card__content {
	padding: 14px;
}

.breaking-card__label {
	background: var(--aim-red);
	color: var(--aim-white);
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 900;
	margin-bottom: 8px;
	padding: 4px 8px;
	text-transform: uppercase;
}

.breaking-card h3 {
	clear: none;
	font-size: 1.02rem;
	line-height: 1.22;
	margin: 0 0 10px;
}

.breaking-card h3 a {
	color: var(--aim-black);
}

.breaking-card h3 a:hover {
	color: var(--aim-red);
}

.news-hero {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
}

.lead-story,
.mini-story,
.news-card,
.widget,
.empty-news {
	background: var(--aim-white);
	border: 1px solid var(--aim-border);
	border-radius: 8px;
	overflow: hidden;
}

.lead-story__image {
	align-items: center;
	aspect-ratio: 16 / 9;
	background: var(--aim-black);
	color: var(--aim-white);
	display: flex;
	font-weight: 900;
	justify-content: center;
}

.lead-story__image img,
.mini-story__image img,
.news-card__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lead-story__content,
.news-card__body {
	padding: 18px;
}

.lead-story h2,
.news-card h3,
.mini-story h3 {
	clear: none;
	line-height: 1.16;
	margin: 8px 0;
}

.lead-story h2 {
	font-size: 2rem;
}

.lead-story h2 a,
.news-card h3 a,
.mini-story h3 a {
	color: var(--aim-black);
}

.lead-story p,
.news-card p {
	color: var(--aim-muted);
	margin: 0 0 12px;
}

.post-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.post-categories a {
	background: var(--aim-red);
	color: var(--aim-white);
	font-size: 0.72rem;
	font-weight: 900;
	padding: 4px 7px;
	text-transform: uppercase;
}

.story-meta {
	color: var(--aim-muted);
	display: block;
	font-size: 0.84rem;
	font-weight: 700;
}

.hero-stack {
	display: grid;
	gap: 14px;
}

.mini-story {
	display: grid;
	gap: 12px;
	grid-template-columns: 128px minmax(0, 1fr);
	padding: 10px;
}

.mini-story__image,
.news-card__image {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: var(--aim-black);
	color: var(--aim-white);
	display: flex;
	font-weight: 900;
	justify-content: center;
	min-width: 0;
}

.mini-story h3 {
	font-size: 1rem;
}

.news-layout {
	align-items: start;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) 320px;
	margin-top: 32px;
}

.section-heading {
	align-items: center;
	border-bottom: 3px solid var(--aim-black);
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
}

.section-heading h2 {
	background: var(--aim-black);
	color: var(--aim-white);
	font-size: 1rem;
	margin: 0;
	padding: 10px 14px;
	text-transform: uppercase;
}

.section-heading > a {
	color: var(--aim-red);
	font-weight: 900;
}

.news-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.news-card__image {
	border-bottom: 4px solid var(--aim-blue);
}

.news-card h3 {
	font-size: 1.25rem;
}

.widget-area {
	display: grid;
	gap: 18px;
}

.widget {
	padding: 18px;
}

.widget-title {
	border-left: 5px solid var(--aim-red);
	clear: none;
	font-size: 1.05rem;
	margin: 0 0 14px;
	padding-left: 10px;
	text-transform: uppercase;
}

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

.widget li {
	border-bottom: 1px solid var(--aim-border);
	padding: 9px 0;
}

.widget li:last-child {
	border-bottom: 0;
}

.site-footer {
	background: var(--aim-black);
	color: var(--aim-white);
	padding: 32px 0;
}

.footer-inner {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr auto;
}

.footer-brand strong {
	display: block;
	font-size: 1.35rem;
	text-transform: uppercase;
}

.footer-brand p {
	color: rgba(255, 255, 255, 0.72);
	margin: 6px 0 0;
}

.site-footer ul {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer a,
.site-footer a:visited {
	color: var(--aim-white);
	font-weight: 800;
}

.site-info {
	color: rgba(255, 255, 255, 0.72);
	grid-column: 1 / -1;
}

.developer-credit {
	display: inline-block;
	margin-left: 12px;
}

.developer-credit a {
	color: var(--aim-white);
	font-weight: 900;
}

/* Single news article */
.single-news-page {
	background: #f3f4f7;
	padding: 28px 0 44px;
}

.single-news-layout {
	max-width: 1040px;
}

.single-news-article,
.single-post-nav,
.related-news,
.comments-area {
	background: var(--aim-white);
	border: 1px solid var(--aim-border);
	border-radius: 6px;
	box-shadow: 0 12px 30px rgba(16, 18, 23, 0.07);
	margin-bottom: 22px;
}

.single-news-article {
	overflow: hidden;
}

.single-news-header {
	border-bottom: 1px solid var(--aim-border);
	padding: 28px 30px 20px;
}

.single-news-title {
	clear: none;
	color: var(--aim-black);
	font-size: 2.5rem;
	line-height: 1.16;
	margin: 12px 0;
}

.single-news-meta {
	color: var(--aim-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.92rem;
	font-weight: 800;
	gap: 10px;
}

.single-news-meta span:not(:last-child)::after {
	color: var(--aim-red);
	content: "/";
	margin-left: 10px;
}

.single-share-bar {
	background: #fafbfc;
	border-bottom: 1px solid var(--aim-border);
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 14px 30px;
}

.single-share-bar a {
	border-radius: 4px;
	color: var(--aim-white);
	font-size: 0.82rem;
	font-weight: 900;
	padding: 8px 12px;
}

.single-share-bar a:nth-child(1) {
	background: #2f63d7;
}

.single-share-bar a:nth-child(2) {
	background: var(--aim-black);
}

.single-share-bar a:nth-child(3) {
	background: #1fa463;
}

.single-news-content {
	color: #222733;
	font-size: 1.1rem;
	line-height: 1.78;
	padding: 28px 30px;
}

.single-news-content > *:first-child {
	margin-top: 0;
}

.single-news-content p {
	margin: 0 0 1.25em;
}

.single-news-content h2,
.single-news-content h3,
.single-news-content h4 {
	clear: none;
	color: var(--aim-black);
	line-height: 1.25;
	margin: 1.4em 0 0.6em;
}

.single-news-content img {
	border-radius: 4px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.single-news-content figure {
	margin: 24px 0;
}

.single-news-footer {
	border-top: 1px solid var(--aim-border);
	padding: 16px 30px 24px;
}

.single-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.single-tags a {
	background: var(--aim-soft);
	border: 1px solid var(--aim-border);
	border-radius: 999px;
	color: var(--aim-black);
	font-size: 0.8rem;
	font-weight: 900;
	padding: 6px 10px;
}

.single-post-nav {
	padding: 18px;
}

.single-post-nav .nav-links {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.single-post-nav a {
	background: #fafbfc;
	border: 1px solid var(--aim-border);
	border-radius: 4px;
	display: block;
	padding: 14px;
}

.single-post-nav span {
	color: var(--aim-red);
	display: block;
	font-size: 0.75rem;
	font-weight: 900;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.single-post-nav strong {
	color: var(--aim-black);
	font-size: 0.95rem;
	line-height: 1.3;
}

.related-news {
	padding: 20px;
}

.related-news-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.comments-area {
	padding: 24px 30px;
}

@media screen and (max-width: 700px) {
	.single-news-page {
		padding-top: 18px;
	}

	.single-news-header,
	.single-news-content,
	.single-news-footer,
	.comments-area {
		padding-left: 18px;
		padding-right: 18px;
	}

	.single-news-title {
		font-size: 1.65rem;
	}

	.single-news-content {
		font-size: 1rem;
		line-height: 1.68;
	}

	.single-share-bar {
		padding-left: 18px;
		padding-right: 18px;
	}

	.single-post-nav .nav-links,
	.related-news-grid {
		grid-template-columns: 1fr;
	}
}

.entry-header,
.entry-content,
.entry-footer,
.page-header,
.page-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 860px;
	padding-left: 20px;
	padding-right: 20px;
}

.post-thumbnail {
	display: block;
	margin: 0 auto;
	max-width: 860px;
}

@media screen and (max-width: 900px) {
	.masthead-main,
	.news-hero,
	.news-layout,
	.footer-inner {
		grid-template-columns: 1fr;
	}

	.breaking-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.header-ad {
		min-height: 72px;
	}

	.nav-inner {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.main-navigation .search-form {
		flex-basis: auto;
		width: 100%;
	}

	.main-navigation.toggled ul {
		display: grid;
		width: 100%;
	}

	.main-navigation a {
		padding: 12px;
	}

	.news-grid {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 600px) {
	.site-container {
		padding-left: 14px;
		padding-right: 14px;
	}

	.breaking-cards__head {
		align-items: flex-start;
		flex-direction: column;
	}

	.breaking-card-grid {
		grid-template-columns: 1fr;
	}

	.top-bar__inner,
	.breaking-strip__inner {
		align-items: flex-start;
		flex-direction: column;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.top-bar ul {
		flex-wrap: wrap;
		gap: 10px;
	}

	.site-title {
		font-size: 1.65rem;
	}

	.lead-story h2 {
		font-size: 1.45rem;
	}

	.mini-story {
		grid-template-columns: 96px minmax(0, 1fr);
	}
}

/*--------------------------------------------------------------
# National News Portal Refresh
--------------------------------------------------------------*/
.masthead-main {
	grid-template-columns: minmax(220px, 0.8fr) minmax(420px, 1.2fr);
}

.header-promos {
	display: grid;
	gap: 12px;
	grid-template-columns: 1.6fr 1fr;
}

.promo-card {
	align-items: center;
	border-radius: 4px;
	color: var(--aim-white);
	display: flex;
	min-height: 82px;
	overflow: hidden;
	padding: 18px 22px;
	position: relative;
}

.promo-card::after {
	background: rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	content: "";
	height: 92px;
	position: absolute;
	right: -24px;
	top: -18px;
	width: 92px;
}

.promo-card,
.promo-card:visited,
.promo-card:hover {
	color: var(--aim-white);
}

.promo-card strong {
	display: block;
	font-size: 1.55rem;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.promo-card span {
	display: block;
	font-size: 0.92rem;
	font-weight: 800;
	margin-left: 14px;
	position: relative;
	z-index: 1;
}

.promo-card--paper {
	background: linear-gradient(100deg, #e30613 0%, #ff303c 72%, #101217 72%);
}

.promo-card--live {
	background: linear-gradient(135deg, #101217, #23262d);
}

.promo-card--live::before {
	background: var(--aim-red);
	border-radius: 8px;
	content: "";
	height: 32px;
	position: absolute;
	right: 22px;
	width: 44px;
}

.promo-card--live span {
	margin-right: 52px;
}

.news-home {
	background: #f3f4f7;
	padding-top: 20px;
}

.headline-stage__ticker {
	align-items: center;
	background: var(--aim-white);
	box-shadow: 0 8px 24px rgba(16, 18, 23, 0.08);
	display: grid;
	gap: 14px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	margin-bottom: 22px;
	min-height: 54px;
	overflow: hidden;
}

.front-screen-grid {
	align-items: stretch;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(520px, 1.25fr) minmax(390px, 0.75fr);
}

.youtube-column--front {
	border: 0;
	box-shadow: 0 16px 36px rgba(16, 18, 23, 0.18);
	min-height: 430px;
	padding: 18px;
}

.youtube-column--front .youtube-embed-widget iframe,
.youtube-column--front .youtube-embed-widget embed,
.youtube-column--front .youtube-embed-widget object,
.youtube-column--front .youtube-placeholder {
	aspect-ratio: 16 / 9;
	min-height: 342px;
}

.top-tight-news {
	background: var(--aim-white);
	border: 1px solid var(--aim-border);
	border-radius: 4px;
	box-shadow: 0 12px 30px rgba(16, 18, 23, 0.08);
	padding: 14px;
}

.top-tight-news__head {
	align-items: center;
	border-bottom: 3px solid var(--aim-black);
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}

.top-tight-news__head h2 {
	background: var(--aim-red);
	clear: none;
	color: var(--aim-white);
	font-size: 0.98rem;
	margin: 0;
	padding: 9px 12px;
	text-transform: uppercase;
}

.top-tight-news__head span {
	color: var(--aim-muted);
	font-size: 0.82rem;
	font-weight: 900;
	text-transform: uppercase;
}

.tight-box-grid {
	display: grid;
	gap: 10px;
}

.tight-news-box {
	align-items: center;
	background: #fafbfc;
	border: 1px solid var(--aim-border);
	border-left: 4px solid var(--aim-red);
	border-radius: 4px;
	display: grid;
	gap: 10px;
	grid-template-columns: 104px minmax(0, 1fr);
	margin: 0;
	min-height: 74px;
	overflow: hidden;
	padding: 8px;
}

.tight-news-box__image {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: var(--aim-black);
	border-radius: 3px;
	color: var(--aim-white);
	display: flex;
	font-size: 0.8rem;
	font-weight: 900;
	justify-content: center;
	overflow: hidden;
}

.tight-news-box__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.tight-news-box__body {
	min-width: 0;
}

.tight-news-box .post-categories {
	margin-bottom: 5px;
}

.tight-news-box .post-categories a {
	font-size: 0.62rem;
	padding: 2px 6px;
}

.tight-news-box h3 {
	clear: none;
	font-size: 0.98rem;
	line-height: 1.22;
	margin: 0 0 4px;
}

.tight-news-box h3 a {
	color: var(--aim-black);
}

.tight-news-box .story-meta {
	font-size: 0.72rem;
}

.headline-stage__ticker > span {
	align-items: center;
	align-self: stretch;
	background: var(--aim-red);
	color: var(--aim-white);
	display: flex;
	font-size: 0.85rem;
	font-weight: 900;
	padding: 0 18px;
	text-transform: uppercase;
}

.headline-stage__ticker a,
.headline-stage__ticker strong {
	color: var(--aim-black);
	font-weight: 900;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ticker-controls {
	display: flex;
	height: 100%;
}

.ticker-controls b {
	align-items: center;
	background: var(--aim-black);
	color: var(--aim-white);
	display: flex;
	font-size: 1.2rem;
	justify-content: center;
	width: 38px;
}

.headline-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1.36fr) minmax(340px, 0.64fr);
}

.headline-side {
	display: grid;
	gap: 12px;
}

.headline-card {
	background: var(--aim-black);
	border-radius: 4px;
	box-shadow: 0 12px 30px rgba(16, 18, 23, 0.13);
	margin: 0;
	overflow: hidden;
	position: relative;
}

.headline-card__image {
	background: linear-gradient(135deg, #101217, #0057b8);
	color: var(--aim-white);
	display: block;
	height: 100%;
	min-height: 252px;
	position: relative;
}

.headline-card__image::after {
	background: linear-gradient(180deg, rgba(16, 18, 23, 0.02), rgba(16, 18, 23, 0.82));
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.headline-card__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.headline-card--lead .headline-card__image {
	min-height: 412px;
}

.headline-card__image > span {
	align-items: center;
	display: flex;
	font-size: 1.2rem;
	font-weight: 900;
	height: 100%;
	justify-content: center;
	min-height: inherit;
}

.headline-card__content {
	bottom: 0;
	left: 0;
	padding: 24px;
	position: absolute;
	right: 0;
	z-index: 2;
}

.headline-card h2,
.headline-card h3 {
	clear: none;
	line-height: 1.18;
	margin: 10px 0;
}

.headline-card h2 {
	font-size: 2.25rem;
}

.headline-card h3 {
	font-size: 1.35rem;
}

.headline-card h2 a,
.headline-card h3 a,
.headline-card .story-meta {
	color: var(--aim-white);
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.newsroom-layout {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.55fr) minmax(300px, 0.6fr);
	margin-top: 28px;
}

.main-feed,
.fresh-feed,
.rail-box,
.youtube-column,
.epaper-box,
.category-panel,
.social-board,
.bottom-widgets .widget-area {
	background: var(--aim-white);
	border: 1px solid var(--aim-border);
	border-radius: 4px;
	box-shadow: 0 10px 28px rgba(16, 18, 23, 0.06);
}

.main-feed,
.fresh-feed,
.rail-box,
.youtube-column,
.social-board,
.bottom-widgets .widget-area {
	padding: 18px;
}

.section-heading {
	border-bottom-color: #edf0f4;
}

.section-heading h2 {
	background: transparent;
	color: var(--aim-red);
	font-size: 1.2rem;
	padding: 0 0 10px;
}

.section-heading--red h2::after,
.section-heading--compact h2::after {
	background: var(--aim-red);
	content: "";
	display: block;
	height: 3px;
	margin-top: 8px;
	width: 46px;
}

.list-card {
	border-bottom: 1px solid var(--aim-border);
	display: grid;
	gap: 16px;
	grid-template-columns: 190px minmax(0, 1fr);
	margin: 0;
	padding: 0 0 16px;
}

.list-card + .list-card {
	padding-top: 16px;
}

.list-card:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.list-card__image {
	align-items: center;
	aspect-ratio: 16 / 10;
	background: var(--aim-black);
	border-radius: 4px;
	color: var(--aim-white);
	display: flex;
	font-weight: 900;
	justify-content: center;
	overflow: hidden;
}

.list-card__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.list-card h3 {
	clear: none;
	font-size: 1.25rem;
	line-height: 1.25;
	margin: 0 0 8px;
}

.list-card h3 a {
	color: var(--aim-black);
}

.list-card p {
	color: var(--aim-muted);
	margin: 0 0 8px;
}

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

.fresh-list li {
	border-bottom: 1px solid var(--aim-border);
	display: grid;
	gap: 10px;
	grid-template-columns: 48px minmax(0, 1fr);
	padding: 11px 0;
}

.fresh-list li:first-child {
	padding-top: 0;
}

.fresh-list time {
	color: var(--aim-muted);
	font-size: 0.82rem;
	font-weight: 800;
}

.fresh-list a {
	color: var(--aim-black);
	font-size: 0.94rem;
	font-weight: 800;
	line-height: 1.35;
}

.media-rail {
	display: grid;
	gap: 18px;
}

.youtube-column {
	background: var(--aim-black);
	color: var(--aim-white);
}

.youtube-column .section-heading {
	border-bottom-color: rgba(255, 255, 255, 0.16);
}

.youtube-column .section-heading h2 {
	color: var(--aim-white);
}

.youtube-embed-widget {
	margin: 0;
}

.youtube-embed-widget iframe,
.youtube-embed-widget embed,
.youtube-embed-widget object {
	aspect-ratio: 16 / 9;
	border: 0;
	border-radius: 4px;
	display: block;
	height: auto;
	width: 100%;
}

.youtube-embed-widget .widget-title {
	color: var(--aim-white);
}

.youtube-embed-widget--auto h3 {
	clear: none;
	font-size: 1rem;
	line-height: 1.3;
	margin: 12px 0 0;
}

.youtube-embed-widget--auto h3 a,
.youtube-embed-widget--auto h3 a:visited {
	color: var(--aim-white);
}

.youtube-video-board {
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) 230px;
}

.youtube-strip-list {
	display: grid;
	gap: 8px;
}

.youtube-strip {
	align-items: center;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 4px;
	color: var(--aim-white);
	display: grid;
	gap: 8px;
	grid-template-columns: 78px minmax(0, 1fr);
	min-height: 58px;
	overflow: hidden;
	padding: 6px;
}

.youtube-strip,
.youtube-strip:visited,
.youtube-strip:hover {
	color: var(--aim-white);
}

.youtube-strip img {
	aspect-ratio: 16 / 9;
	border-radius: 3px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.youtube-strip span {
	display: -webkit-box;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.25;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.youtube-placeholder {
	align-items: center;
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, #1f222a, #050608);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 22px;
	text-align: center;
}

.youtube-placeholder span {
	background: var(--aim-red);
	border-radius: 10px;
	height: 44px;
	margin-bottom: 12px;
	position: relative;
	width: 62px;
}

.youtube-placeholder span::after {
	border-bottom: 10px solid transparent;
	border-left: 15px solid var(--aim-white);
	border-top: 10px solid transparent;
	content: "";
	left: 25px;
	position: absolute;
	top: 12px;
}

.youtube-placeholder strong {
	display: block;
	font-size: 1.2rem;
}

.youtube-placeholder p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.88rem;
	margin: 8px 0 0;
}

.video-story {
	border-bottom: 1px solid var(--aim-border);
	margin: 0 0 14px;
	padding-bottom: 14px;
}

.video-story:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.video-story__image {
	align-items: center;
	aspect-ratio: 16 / 9;
	background: var(--aim-black);
	border-radius: 4px;
	color: var(--aim-white);
	display: flex;
	font-weight: 900;
	justify-content: center;
	margin-bottom: 8px;
	overflow: hidden;
	position: relative;
}

.video-story__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.video-story__image i {
	background: rgba(16, 18, 23, 0.72);
	border: 2px solid var(--aim-white);
	border-radius: 999px;
	height: 44px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 44px;
}

.video-story__image i::after {
	border-bottom: 9px solid transparent;
	border-left: 13px solid var(--aim-white);
	border-top: 9px solid transparent;
	content: "";
	left: 17px;
	position: absolute;
	top: 11px;
}

.video-story h3 {
	clear: none;
	font-size: 0.98rem;
	line-height: 1.3;
	margin: 0;
}

.video-story h3 a {
	color: var(--aim-black);
}

.epaper-box {
	background: linear-gradient(145deg, #fff, #f4f6f9);
	padding: 20px;
}

.epaper-box strong {
	color: var(--aim-red);
	display: block;
	font-size: 1.6rem;
	line-height: 1;
}

.epaper-box p {
	font-weight: 800;
	margin: 8px 0 16px;
}

.epaper-box a {
	background: var(--aim-red);
	border-radius: 4px;
	color: var(--aim-white);
	display: inline-block;
	font-weight: 900;
	padding: 10px 16px;
}

.category-board {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	margin-top: 28px;
}

.category-panel {
	align-self: start;
	padding: 14px;
}

.category-panel__head {
	align-items: center;
	border-bottom: 1px solid var(--aim-border);
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
	padding-bottom: 8px;
}

.category-panel__head h2 {
	clear: none;
	color: var(--aim-red);
	font-size: 1rem;
	margin: 0;
}

.category-panel__head a {
	color: var(--aim-black);
	font-size: 0.82rem;
	font-weight: 900;
}

.category-lead__image {
	align-items: center;
	aspect-ratio: 16 / 10;
	background: var(--aim-black);
	border-radius: 4px;
	color: var(--aim-white);
	display: flex;
	font-weight: 900;
	justify-content: center;
	overflow: hidden;
}

.category-lead__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.category-lead h3 {
	clear: none;
	font-size: 1rem;
	line-height: 1.3;
	margin: 10px 0;
}

.category-lead h3 a {
	color: var(--aim-black);
}

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

.category-links li {
	border-top: 1px solid var(--aim-border);
	padding: 8px 0 0 14px;
	position: relative;
}

.category-links li::before {
	background: var(--aim-red);
	border-radius: 999px;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: 17px;
	width: 5px;
}

.category-links a {
	color: var(--aim-black);
	font-size: 0.9rem;
	font-weight: 800;
}

.bottom-widgets {
	align-items: start;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
	margin-top: 28px;
}

.editor-card {
	background: linear-gradient(145deg, var(--aim-black), #232833);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 6px;
	box-shadow: 0 14px 30px rgba(16, 18, 23, 0.14);
	color: var(--aim-white);
	padding: 22px;
}

.editor-card__badge {
	background: var(--aim-red);
	border-radius: 999px;
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 900;
	margin-bottom: 12px;
	padding: 5px 10px;
	text-transform: uppercase;
}

.editor-card h2 {
	clear: none;
	font-size: 1.35rem;
	margin: 0 0 6px;
}

.editor-card > strong {
	color: var(--aim-white);
	display: block;
	font-size: 1.1rem;
	margin-bottom: 16px;
}

.editor-card ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.editor-card li {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: grid;
	gap: 3px;
	padding: 11px 0;
}

.editor-card li:last-child {
	padding-bottom: 0;
}

.editor-card span {
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.76rem;
	font-weight: 900;
	text-transform: uppercase;
}

.editor-card a,
.editor-card a:visited,
.editor-card em {
	color: var(--aim-white);
	font-style: normal;
	font-weight: 800;
	overflow-wrap: anywhere;
}

.social-board {
	align-self: start;
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 18px;
}

.social-board h2 {
	clear: none;
	color: var(--aim-red);
	font-size: 1.2rem;
	grid-column: 1 / -1;
	margin: 0 0 4px;
}

.social-card {
	align-items: center;
	border-radius: 4px;
	color: var(--aim-white);
	display: flex;
	flex-direction: column;
	font-weight: 900;
	justify-content: center;
	min-height: 86px;
	padding: 18px;
	text-align: center;
}

.social-card,
.social-card:visited,
.social-card:hover {
	color: var(--aim-white);
}

.social-card span {
	display: block;
	font-size: 0.84rem;
	margin-top: 4px;
	opacity: 0.9;
}

.social-card--fb {
	background: #2f63d7;
}

.social-card--tw {
	background: #0f9fe8;
}

.social-card--ig {
	background: #d9367b;
}

.social-card--yt {
	background: var(--aim-red);
}

@media screen and (max-width: 1100px) {
	.newsroom-layout,
	.category-board {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.media-rail {
		grid-column: 1 / -1;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 900px) {
	.masthead-main,
	.headline-grid,
	.front-screen-grid,
	.newsroom-layout,
	.category-board,
	.bottom-widgets {
		grid-template-columns: 1fr;
	}

	.header-promos,
	.media-rail {
		grid-template-columns: 1fr;
	}

	.headline-card--lead .headline-card__image {
		min-height: 340px;
	}

	.youtube-column--front {
		min-height: 0;
	}

	.youtube-column--front .youtube-embed-widget iframe,
	.youtube-column--front .youtube-embed-widget embed,
	.youtube-column--front .youtube-embed-widget object,
	.youtube-column--front .youtube-placeholder {
		min-height: 260px;
	}

	.youtube-video-board {
		grid-template-columns: 1fr;
	}

	.youtube-strip-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 600px) {
	.headline-stage__ticker {
		grid-template-columns: 1fr;
	}

	.headline-stage__ticker > span {
		min-height: 40px;
	}

	.ticker-controls {
		display: none;
	}

	.headline-card h2 {
		font-size: 1.55rem;
	}

	.headline-card h3 {
		font-size: 1.12rem;
	}

	.headline-card__content {
		padding: 16px;
	}

	.list-card,
	.fresh-list li,
	.social-board {
		grid-template-columns: 1fr;
	}

	.tight-news-box {
		grid-template-columns: 92px minmax(0, 1fr);
	}

	.youtube-column--front .youtube-embed-widget iframe,
	.youtube-column--front .youtube-embed-widget embed,
	.youtube-column--front .youtube-embed-widget object,
	.youtube-column--front .youtube-placeholder {
		min-height: 190px;
	}

	.youtube-strip-list {
		grid-template-columns: 1fr;
	}
}

/* Mobile header polish */
@media screen and (max-width: 600px) {
	.site-header {
		background: var(--aim-white);
		box-shadow: 0 10px 28px rgba(16, 18, 23, 0.14);
		overflow: hidden;
	}

	.top-bar {
		background: linear-gradient(90deg, #050608, #20242d);
	}

	.top-bar__inner {
		align-items: center;
		flex-direction: row;
		gap: 10px;
		justify-content: center;
		min-height: 34px;
		overflow: hidden;
		padding-bottom: 7px;
		padding-top: 7px;
	}

	.top-bar__date {
		font-size: 0.76rem;
		font-weight: 800;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.top-bar ul {
		display: none;
	}

	.masthead-main {
		gap: 12px;
		padding-bottom: 12px;
		padding-top: 14px;
	}

	.site-branding {
		align-items: center;
		background: linear-gradient(180deg, #ffffff, #f4f6f9);
		border: 1px solid var(--aim-border);
		border-radius: 8px;
		box-shadow: 0 8px 18px rgba(16, 18, 23, 0.07);
		justify-content: center;
		padding: 12px 10px;
		text-align: center;
	}

	.custom-logo {
		max-height: 52px;
	}

	.site-title {
		font-size: 1.55rem;
		line-height: 1.05;
		width: 100%;
	}

	.site-title a {
		color: var(--aim-black);
		display: inline-block;
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	.site-description {
		color: var(--aim-red);
		font-size: 0.76rem;
		line-height: 1.25;
	}

	.header-promos {
		display: grid;
		gap: 8px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.promo-card {
		border-radius: 8px;
		box-shadow: 0 8px 18px rgba(16, 18, 23, 0.12);
		flex-direction: column;
		justify-content: center;
		min-height: 64px;
		padding: 10px 8px;
		text-align: center;
	}

	.promo-card::after {
		height: 54px;
		right: -20px;
		top: -18px;
		width: 54px;
	}

	.promo-card strong {
		font-size: 1.02rem;
	}

	.promo-card span {
		font-size: 0.68rem;
		line-height: 1.2;
		margin: 4px 0 0;
	}

	.promo-card--paper {
		background: linear-gradient(135deg, var(--aim-red), #ff3945);
	}

	.promo-card--live {
		background: linear-gradient(135deg, var(--aim-black), var(--aim-blue));
	}

	.promo-card--live::before {
		border-radius: 6px;
		height: 20px;
		right: 8px;
		top: 8px;
		width: 28px;
	}

	.promo-card--live span {
		margin-right: 0;
	}

	.main-navigation {
		background: var(--aim-black);
		overflow: hidden;
	}

	.nav-inner {
		align-items: center;
		display: grid;
		gap: 9px;
		grid-template-columns: 48px minmax(0, 1fr);
		min-height: 0;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.menu-toggle {
		align-items: center;
		background: var(--aim-red);
		border-radius: 8px;
		box-shadow: 0 6px 14px rgba(227, 6, 19, 0.28);
		display: inline-flex;
		font-size: 0;
		grid-column: 1;
		grid-row: 1;
		height: 42px;
		justify-content: center;
		padding: 0;
		width: 48px;
	}

	.menu-toggle::before {
		color: var(--aim-white);
		content: "\2630";
		font-size: 1.45rem;
		line-height: 1;
	}

	.main-navigation .search-form {
		border: 1px solid rgba(255, 255, 255, 0.14);
		border-radius: 8px;
		display: grid;
		grid-column: 2;
		grid-row: 1;
		grid-template-columns: minmax(0, 1fr) auto;
		overflow: hidden;
		width: 100%;
	}

	.main-navigation .search-form label {
		display: block;
		min-width: 0;
		width: 100%;
	}

	.main-navigation .search-field {
		height: 42px;
		min-width: 0;
		padding: 0 12px;
		width: 100%;
	}

	.main-navigation .search-submit {
		height: 42px;
		min-width: 78px;
		padding: 0 12px;
	}

	.main-navigation .menu-primary-container,
	.main-navigation .menu,
	.main-navigation div[class*="menu-"],
	.main-navigation > div > ul,
	.main-navigation .nav-menu {
		grid-column: 1 / -1;
		grid-row: 2;
		width: 100%;
	}

	.main-navigation.toggled .nav-inner > div[class*="menu-"] {
		grid-column: 1 / -1;
		grid-row: 2;
		width: 100%;
	}

	.main-navigation.toggled ul {
		background: #171a21;
		border: 1px solid rgba(255, 255, 255, 0.08);
		border-radius: 8px;
		box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
		display: grid;
		margin-top: 2px;
		overflow: hidden;
		width: 100%;
	}

	.main-navigation.toggled .nav-menu {
		grid-template-columns: 1fr;
	}

	.main-navigation li + li {
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}

	.main-navigation li {
		width: 100%;
	}

	.main-navigation a {
		font-size: 0.86rem;
		padding: 13px 14px;
		width: 100%;
	}

	.headline-stage {
		padding-left: 14px;
		padding-right: 14px;
	}

	.headline-stage__ticker {
		border-radius: 0;
		display: block;
		margin-bottom: 20px;
	}

	.headline-stage__ticker > span {
		align-items: center;
		display: flex;
		width: 100%;
	}

	.headline-stage__ticker a,
	.headline-stage__ticker strong {
		display: block;
		font-size: 0.98rem;
		line-height: 1.35;
		overflow: hidden;
		padding: 11px 0;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}

	.youtube-column--front {
		border-radius: 4px;
		padding: 18px;
	}

	.youtube-column .section-heading {
		margin-bottom: 18px;
	}
}
