/*
 * AAWS editorial parity layer.
 *
 * All rules are newly written for the Astra child theme from measurements of
 * the public site. No JNews, Elementor, or live-site stylesheet code is used.
 */

:root {
	--aaws-ink: #171717;
	--aaws-ink-soft: #4a4a4a;
	--aaws-navy: #113f62;
	--aaws-navy-deep: #113f62;
	--aaws-footer-navy: #173f61;
	--aaws-blue: #113f62;
	--aaws-blue-dark: #0c3656;
	--aaws-paper: #fff;
	--aaws-mist: #f5f5f5;
	--aaws-line: #e7e7e7;
	--aaws-accent: #ef4c3d;
	--aaws-shell: 1340px;
	--aaws-reading: 640px;
	--aaws-sans: "Roboto", Helvetica, Arial, sans-serif;
	--aaws-display: "Source Sans 3", "Source Sans Pro", Helvetica, Arial, sans-serif;
	--aaws-condensed: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
}

html {
	scroll-padding-top: 72px;
}

body {
	background: #fff;
	color: var(--aaws-ink);
	font-family: var(--aaws-sans);
	font-size: 14px;
	line-height: 1.6;
}

/* Outrank Astra's separate-container surface without changing the parent. */
body.wp-child-theme-aaws {
	background: #fff;
}

#primary.aaws-main {
	margin-block: 0;
	padding: 0 0 72px;
}

#primary.aaws-main--home {
	padding-top: 30px;
}

body,
button,
input,
select,
textarea {
	font-family: var(--aaws-sans);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--aaws-ink);
	font-family: var(--aaws-display);
	font-weight: 700;
	letter-spacing: 0;
}

.aaws-shell {
	width: min(100%, var(--aaws-shell));
	padding-inline: 15px;
}

.aaws-site-header {
	box-shadow: none;
}

.aaws-utility {
	background: var(--aaws-navy);
	font-family: var(--aaws-condensed);
	font-size: 12px;
}

.aaws-utility__inner {
	grid-template-columns: 1fr auto 1fr;
	min-height: 36px;
	gap: 20px;
}

.aaws-utility__date {
	font-size: 12px;
	font-weight: 600;
}

.aaws-utility__briefing {
	padding: 3px 10px;
	border-radius: 999px;
	background: #0d7ff0;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}

.aaws-utility__briefing:hover,
.aaws-utility__briefing:focus-visible {
	background: #fff;
	color: var(--aaws-navy);
}

.aaws-menu--utility {
	gap: 15px;
}

.aaws-menu--utility a {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}

.aaws-brand-row__inner {
	min-height: 96px;
	gap: 28px;
}

.aaws-brand {
	flex: 0 0 auto;
}

.aaws-brand__image,
.aaws-brand .custom-logo-link {
	display: block;
	text-decoration: none;
}

.aaws-brand__image img,
.aaws-brand .custom-logo {
	display: block;
	width: min(532px, 38vw);
	height: auto;
	max-width: none;
	max-height: 95px;
}

.aaws-location-nav {
	min-width: 0;
	flex: 1 1 auto;
	border: 0;
	background: transparent;
	overflow: visible;
}

.aaws-menu--locations {
	justify-content: flex-end;
	gap: 25px;
	min-height: 0;
}

.aaws-menu--locations a {
	padding: 0;
	color: var(--aaws-navy);
	font-family: var(--aaws-condensed);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.aaws-menu--locations a:hover,
.aaws-menu--locations .current-menu-item > a {
	color: #0d7ff0;
}

.aaws-brand-row__actions {
	align-self: stretch;
	margin-right: -15px;
}

.aaws-search-toggle {
	width: 55px;
	height: 100%;
	min-height: 55px;
	padding: 0;
	border: 0;
	border-left: 1px solid rgb(17 63 98 / 20%);
	border-radius: 0;
	background: transparent;
	color: #050505;
}

.aaws-search-toggle .dashicons {
	width: 26px;
	height: 26px;
	font-size: 26px;
}

.aaws-search-toggle:hover,
.aaws-search-toggle[aria-expanded="true"] {
	border-color: rgb(17 63 98 / 30%);
	background: #f4f4f4;
	color: #050505;
}

.aaws-category-nav {
	background: var(--aaws-navy);
	color: #fff;
}

.aaws-menu--categories {
	justify-content: center;
	gap: 31px;
	min-height: 70px;
}

.aaws-menu--categories a {
	padding: 0;
	color: #fff;
	font-family: var(--aaws-condensed);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.aaws-menu--categories a:hover,
.aaws-menu--categories .current-menu-item > a {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.aaws-menu-toggle,
.aaws-mobile-subscribe,
.aaws-mobile-panel,
.aaws-mobile-overlay {
	display: none;
}

.aaws-header-search {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 50;
	padding: 18px 0;
	border-top: 1px solid var(--aaws-line);
	background: #fff;
	box-shadow: 0 12px 28px rgb(0 0 0 / 12%);
}

/* Advertising rows */
.aaws-ad-slot__label {
	display: none;
}

.aaws-ad-slot--ad-header-leaderboard,
.aaws-ad-slot--ad-footer-leaderboard {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
	width: 100%;
	max-width: none;
	min-height: 111px;
	margin: 0;
	padding: 5px 0 17px;
	background: #f4f4f4;
}

.aaws-ad-slot--ad-header-leaderboard > .aaws-widget,
.aaws-ad-slot--ad-footer-leaderboard > .aaws-widget {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.aaws-ad-slot--ad-header-leaderboard > .aaws-widget:nth-of-type(n + 3),
.aaws-ad-slot--ad-footer-leaderboard > .aaws-widget:nth-of-type(n + 3) {
	display: none;
}

.aaws-ad-slot--ad-header-leaderboard img,
.aaws-ad-slot--ad-footer-leaderboard img {
	display: block;
	width: 100%;
	height: 90px;
	object-fit: cover;
}

.aaws-ad-slot--ad-header-leaderboard .aaws-ad-slot__placeholder,
.aaws-ad-slot--ad-footer-leaderboard .aaws-ad-slot__placeholder,
.aaws-ad-slot--ad-header-leaderboard .aaws-ad-slot__reservation,
.aaws-ad-slot--ad-footer-leaderboard .aaws-ad-slot__reservation {
	grid-column: 1 / -1;
	min-height: 89px;
	border: 0;
	background: #f4f4f4;
}

.aaws-ad-slot--ad-header-leaderboard .aaws-ad-slot__placeholder,
.aaws-ad-slot--ad-footer-leaderboard .aaws-ad-slot__placeholder {
	display: flex;
	justify-content: center;
	background: #fff;
}

.aaws-ad-slot--ad-sidebar-square {
	width: 100%;
	margin: 0 0 36px;
}

.aaws-ad-slot--ad-sidebar-square img {
	display: block;
	width: 100%;
	height: auto;
}

/* Homepage story stream */
.aaws-main {
	padding: 0 0 72px;
}

.aaws-main--home {
	padding-top: 30px;
}

.aaws-home-grid {
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
	align-items: start;
	margin-inline: auto;
	padding-inline: 0;
}

.aaws-story-list {
	min-width: 0;
	padding-inline: 15px;
}

.aaws-home-lead {
	margin: 0 0 32px;
}

.aaws-home-lead .aaws-hero-story,
.aaws-home-lead .aaws-hero-story__link {
	height: 460px;
}

.aaws-home-latest__heading {
	position: relative;
	margin: 0 0 28px;
	padding: 0 0 12px;
	border-bottom: 1px solid var(--aaws-line);
	color: var(--aaws-navy);
	font-family: var(--aaws-condensed);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.aaws-home-latest__heading::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 84px;
	height: 3px;
	background: var(--aaws-navy);
	content: "";
}

.aaws-story-card {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 30px;
	min-height: 186px;
	margin: 0 0 29px;
	padding: 0;
	border: 0;
	background: transparent;
}

.aaws-story-card.aaws-story-card--no-image {
	grid-template-columns: minmax(0, 1fr);
}

.ast-separate-container .aaws-story-card {
	padding: 0;
}

.aaws-story-card__media,
.aaws-story-card__image {
	position: relative;
	height: 186px;
	border-radius: 0;
	background: #f5f5f5;
	aspect-ratio: auto;
}

.aaws-story-card__media {
	overflow: hidden;
}

.aaws-story-card__media .aaws-story-card__image {
	height: 100%;
}

.aaws-story-card__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: none;
	transition: none;
}

.aaws-story-card__image:hover img {
	transform: none;
}

.aaws-story-image__placeholder,
.aaws-missing-image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0;
	background: #f5f5f5;
}

.aaws-story-image__placeholder::before,
.aaws-story-image__placeholder span {
	display: none;
}

.aaws-story-card__body {
	align-self: center;
}

.aaws-story-card__title {
	margin: 0 0 13px;
	font-family: var(--aaws-display);
	font-size: 27px;
	font-weight: 700;
	line-height: 1.12;
}

.aaws-story-card__title a {
	color: var(--aaws-ink);
}

.aaws-story-card__title a:hover {
	color: var(--aaws-navy);
}

.aaws-meta {
	gap: 7px;
	margin-bottom: 14px;
	color: #a0a0a0;
	font-size: 12px;
	line-height: 1.4;
	text-transform: uppercase;
}

.aaws-story-card__excerpt {
	margin: 0;
	color: #222;
	font-size: 15px;
	line-height: 1.6;
}

.aaws-sidebar {
	min-width: 0;
}

.aaws-sidebar--home,
.aaws-sidebar--archive-primary,
.aaws-sidebar--archive-secondary,
.aaws-sidebar--left,
.aaws-sidebar--right {
	padding-inline: 15px;
}

.aaws-source-module {
	margin: 0 0 42px;
	padding: 0;
	border: 0;
	background: transparent;
}

.aaws-source-heading {
	margin: 0 0 24px;
	color: var(--aaws-navy);
	font-family: var(--aaws-condensed);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

.aaws-source-follow {
	min-height: 70px;
}

.aaws-source-categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.aaws-source-categories li {
	margin: 0;
	padding: 11px 0;
	border-bottom: 1px solid var(--aaws-line);
}

.aaws-source-categories a {
	color: #242424;
	font-family: var(--aaws-condensed);
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.aaws-source-categories a:hover {
	color: #0b5f9b;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.aaws-source-topics__cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.aaws-source-topics .tag-cloud-link {
	display: inline-flex;
	margin: 0;
	padding: 6px 9px;
	border: 0;
	border-radius: 0;
	background: #f4f4f4;
	color: #666;
	font-family: var(--aaws-condensed);
	font-size: 13px !important;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-decoration: none;
}

.aaws-source-topics .tag-cloud-link:hover {
	background: #0b5f9b;
	color: #fff;
}

/* Clear, high-contrast interaction states across editorial components. */
.aaws-story-card__title a:hover,
.aaws-story-card__title a:focus-visible,
.aaws-compact-stories a:hover,
.aaws-compact-stories a:focus-visible,
.aaws-popular-news__title:hover,
.aaws-popular-news__title:focus-visible,
.aaws-breadcrumbs a:hover,
.aaws-breadcrumbs a:focus-visible,
.aaws-meta a:hover,
.aaws-meta a:focus-visible,
.aaws-article__content a:hover,
.aaws-article__content a:focus-visible,
.aaws-page__content a:hover,
.aaws-page__content a:focus-visible,
.aaws-article__tags a:hover,
.aaws-article__tags a:focus-visible {
	color: #0b5f9b;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.aaws-search-form__submit:hover,
.aaws-search-form__submit:focus-visible,
.aaws-button:hover,
.aaws-button:focus-visible,
button[type="submit"]:hover,
button[type="submit"]:focus-visible {
	border-color: #0b5f9b;
	background: #0b5f9b;
	color: #fff;
	box-shadow: 0 3px 0 #062a41;
}

.aaws-share a:hover,
.aaws-share a:focus-visible,
.aaws-copy-link:hover,
.aaws-copy-link:focus-visible {
	border-color: #0b5f9b;
	background: #eef6fb;
	color: #0b5f9b;
}

.page-numbers:hover,
.page-numbers:focus-visible {
	border-color: #0b5f9b;
	background: #0b5f9b;
	color: #fff;
}

/* Archive lead and three-column discovery */
.aaws-main--archive {
	padding-top: 0;
}

.aaws-archive-hero {
	margin-inline: -15px;
}

.aaws-hero-story,
.aaws-hero-story__link {
	display: block;
	position: relative;
	height: 430px;
	overflow: hidden;
}

.aaws-hero-story__image,
.aaws-hero-story__image img,
.aaws-hero-story__image .aaws-story-image__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.aaws-hero-story__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 35%, rgb(0 0 0 / 78%));
}

.aaws-hero-story__content {
	position: absolute;
	right: 44px;
	bottom: 36px;
	left: 44px;
	color: #fff;
}

.aaws-hero-story__content .aaws-story-label {
	margin-bottom: 10px;
	color: #fff;
}

.aaws-hero-story__title {
	display: block;
	max-width: 930px;
	color: #fff;
	font-family: var(--aaws-display);
	font-size: 44px;
	font-weight: 700;
	line-height: 1.08;
}

.aaws-hero-story time {
	display: block;
	margin-top: 12px;
	color: rgb(255 255 255 / 78%);
	font-size: 12px;
	text-transform: uppercase;
}

.aaws-archive-grid {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr);
	align-items: start;
	margin-inline: -15px;
}

.aaws-main--tag {
	padding-top: 0;
}

.aaws-tag-grid {
	display: grid;
	grid-template-areas: "primary content secondary";
	grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr);
	align-items: start;
	margin-inline: -15px;
}

.aaws-tag-list {
	grid-area: content;
}

.aaws-tag-grid .aaws-sidebar--archive-primary {
	grid-area: primary;
}

.aaws-tag-grid .aaws-sidebar--archive-secondary {
	grid-area: secondary;
}

.aaws-archive-list {
	min-width: 0;
	padding: 28px 15px 0;
}

.aaws-archive-list .aaws-breadcrumbs {
	margin-bottom: 13px;
	font-size: 13px;
}

.aaws-archive-heading {
	margin-bottom: 32px;
}

.aaws-archive-heading h1 {
	margin: 0;
	font-size: 36px;
	line-height: 1.1;
}

.aaws-archive-heading__description {
	margin-top: 12px;
	color: #666;
}

.aaws-sidebar--archive-primary,
.aaws-sidebar--archive-secondary {
	padding-top: 28px;
}

.aaws-archive-grid--sparse {
	grid-template-areas:
		"content content"
		"primary secondary";
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.aaws-archive-grid--sparse .aaws-archive-list {
	grid-area: content;
	padding-bottom: 0;
}

.aaws-archive-grid--sparse .aaws-sidebar--archive-primary {
	grid-area: primary;
}

.aaws-archive-grid--sparse .aaws-sidebar--archive-secondary {
	grid-area: secondary;
}

.aaws-archive-grid--sparse .aaws-source-categories ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 30px;
}

.aaws-archive-grid--sparse .aaws-popular-news ol {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
}

.aaws-archive-grid--sparse .aaws-popular-news li {
	margin-bottom: 0;
}

.aaws-popular-news ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.aaws-popular-news li {
	margin-bottom: 26px;
}

.aaws-popular-news__media {
	position: relative;
	height: 168px;
	margin-bottom: 10px;
	overflow: hidden;
	background: #f5f5f5;
}

.aaws-popular-news__image {
	display: block;
	height: 100%;
	background: #f5f5f5;
}

.aaws-popular-news__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.aaws-popular-news__title {
	display: block;
	color: #222;
	font-family: var(--aaws-display);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
}

.aaws-popular-news time {
	display: block;
	margin-top: 7px;
	color: #a0a0a0;
	font-size: 11px;
	text-transform: uppercase;
}

/* Article */
.aaws-main--single {
	padding-top: 0;
}

.aaws-single-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr);
	gap: 0;
	align-items: start;
	margin-inline: -15px;
}

.aaws-sidebar--left,
.aaws-sidebar--right,
.aaws-article {
	padding-top: 30px;
}

.aaws-article {
	min-width: 0;
	padding-inline: 15px;
}

.ast-separate-container .aaws-article {
	padding: 30px 15px 0;
}

.aaws-article .aaws-breadcrumbs {
	margin-bottom: 27px;
	font-size: 13px;
}

.aaws-breadcrumbs li:not(:last-child)::after {
	content: "›";
	margin-left: 8px;
	color: #aaa;
}

.aaws-article__header {
	margin-bottom: 25px;
}

.aaws-article__header h1 {
	margin: 0 0 20px;
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.15;
}

.aaws-meta--article {
	min-height: 42px;
	font-size: 15px;
	text-transform: none;
}

.aaws-meta__avatar {
	width: 40px;
	height: 40px;
	margin-right: 8px;
	border-radius: 50%;
}

.aaws-meta--article a {
	color: var(--aaws-navy);
	font-weight: 700;
	text-decoration: none;
}

.aaws-article .aaws-ad-slot {
	width: 100%;
	margin: 24px 0;
}

.aaws-article__featured {
	position: relative;
	margin: 26px 0 12px;
	overflow: hidden;
	background: #f1f4f6;
}

.aaws-article__featured img {
	width: 100%;
	height: auto;
	max-height: 70vh;
	object-fit: contain;
	border-radius: 0;
}

.aaws-article__content,
.aaws-page__content {
	font-family: var(--aaws-sans);
	font-size: 17px;
	line-height: 1.75;
}

.aaws-article__content h2,
.aaws-page__content h2 {
	font-size: 28px;
}

.aaws-article__content h3,
.aaws-page__content h3 {
	font-size: 23px;
}

.aaws-share {
	display: grid;
	grid-template-columns: auto repeat(4, minmax(0, 1fr));
	align-items: center;
	gap: 7px;
	margin: 20px 0 24px;
	padding: 9px;
	border: 1px solid #d8e2e9;
	border-radius: 4px;
	background: #f6f8fa;
}

.aaws-share__label {
	max-width: 68px;
	margin: 0 2px 0 0;
	color: #123f61;
	font-family: var(--aaws-condensed);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 1.15;
	text-transform: uppercase;
}

.aaws-share .aaws-share__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 0;
	min-height: 36px;
	padding: 6px 9px;
	border: 1px solid transparent;
	border-radius: 3px;
	font-family: var(--aaws-condensed);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: 0 1px 2px rgb(0 0 0 / 12%);
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.aaws-share__icon {
	width: 15px;
	height: 15px;
	flex: 0 0 15px;
	fill: currentColor;
}

.aaws-share .aaws-share__button--facebook {
	background: #145dbf;
	color: #fff;
}

.aaws-share .aaws-share__button--linkedin {
	background: #0a66c2;
	color: #fff;
}

.aaws-share .aaws-share__button--email {
	background: #334155;
	color: #fff;
}

.aaws-share .aaws-share__button--copy {
	border-color: #cbd7df;
	background: #e9eef2;
	color: #123f61;
}

.aaws-share .aaws-share__button--facebook:hover,
.aaws-share .aaws-share__button--facebook:focus-visible {
	border-color: transparent;
	background: #0d4f9d;
	color: #fff;
}

.aaws-share .aaws-share__button--linkedin:hover,
.aaws-share .aaws-share__button--linkedin:focus-visible {
	border-color: transparent;
	background: #084e96;
	color: #fff;
}

.aaws-share .aaws-share__button--email:hover,
.aaws-share .aaws-share__button--email:focus-visible {
	border-color: transparent;
	background: #1f2937;
	color: #fff;
}

.aaws-share .aaws-share__button--copy:hover,
.aaws-share .aaws-share__button--copy:focus-visible {
	border-color: #9fb3c2;
	background: #dbe5ec;
	color: #0a304c;
}

.aaws-share .aaws-share__button:hover {
	transform: translateY(-1px);
	box-shadow: 0 3px 8px rgb(0 0 0 / 18%);
}

.aaws-share .aaws-share__button:focus-visible {
	outline: 3px solid #ffb000;
	outline-offset: 2px;
}

.aaws-author-box,
.aaws-comments {
	border-color: #eee;
}

.aaws-author-box {
	border-radius: 0;
}

.aaws-related__grid {
	gap: 30px;
}

.aaws-related .aaws-story-card__media,
.aaws-related .aaws-story-card__image {
	height: 180px;
}

/* Footer */
.aaws-site-footer {
	padding-top: 68px;
	background: var(--aaws-footer-navy);
	color: rgb(255 255 255 / 88%);
}

.aaws-footer-grid {
	display: grid;
	grid-template-columns: 1.25fr 1.15fr 1fr;
	gap: 88px;
	padding-bottom: 72px;
}

.aaws-footer-about p {
	max-width: 430px;
	margin: 0;
	color: #fff;
	font-size: 15px;
	line-height: 1.7;
}

.aaws-footer-signup:empty {
	display: none;
}

.aaws-footer-signup {
	margin-top: 24px;
}

.aaws-footer-categories {
	margin: 0;
}

.aaws-footer-categories .aaws-source-heading,
.aaws-footer-heading {
	margin-bottom: 23px;
	color: var(--aaws-accent);
	font-family: var(--aaws-condensed);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

.aaws-footer-categories ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px 35px;
}

.aaws-footer-categories li {
	padding: 0;
	border: 0;
}

.aaws-footer-categories a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
}

.aaws-footer-recent article {
	display: grid;
	grid-template-columns: 100px minmax(0, 1fr);
	gap: 15px;
	margin-bottom: 25px;
}

.aaws-footer-recent article.has-no-image {
	grid-template-columns: minmax(0, 1fr);
}

.aaws-footer-recent__media {
	position: relative;
	height: 70px;
	overflow: hidden;
	background: rgb(255 255 255 / 8%);
}

.aaws-footer-recent__image {
	display: block;
	height: 100%;
	background: rgb(255 255 255 / 8%);
}

.aaws-footer-recent__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.aaws-footer-recent h3 {
	margin: 0 0 6px;
	font-size: 16px;
	line-height: 1.3;
}

.aaws-footer-recent h3 a {
	color: #fff;
	text-decoration: none;
}

.aaws-footer-recent time {
	color: rgb(255 255 255 / 74%);
	font-size: 11px;
	text-transform: uppercase;
}

.aaws-footer-bottom {
	padding: 24px 0 29px;
	border: 0;
	background: #111;
	font-size: 12px;
}

.aaws-footer-bottom .aaws-shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.aaws-menu--footer-bottom {
	gap: 0;
	margin-bottom: 0;
}

.aaws-menu--footer-bottom li + li::before {
	content: "/";
	margin-inline: 10px;
	color: #888;
}

.aaws-menu--footer-bottom a {
	display: inline;
	color: #fff;
	font-weight: 400;
}

.aaws-footer-bottom p,
.aaws-footer-bottom a {
	color: #aaa;
}

.aaws-footer-bottom p {
	margin: 0;
}

.aaws-site-footer a:not(.aaws-footer-recent__image):hover,
.aaws-site-footer a:not(.aaws-footer-recent__image):focus-visible {
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.aaws-footer-recent__image:hover,
.aaws-footer-recent__image:focus-visible {
	opacity: 0.82;
}

/* Standard pages retain the shared source typography. */
.aaws-page-grid,
.aaws-content-grid {
	padding-top: 38px;
}

.aaws-page-heading,
.aaws-page__header {
	border-color: var(--aaws-navy);
}

.aaws-page-heading h1,
.aaws-page__header h1 {
	font-size: clamp(38px, 5vw, 58px);
}

@media (max-width: 1180px) {
	.aaws-shell {
		width: 100%;
	}

	.aaws-brand__image img,
	.aaws-brand .custom-logo {
		width: min(440px, 37vw);
	}

	.aaws-menu--locations,
	.aaws-menu--categories {
		gap: 18px;
	}

	.aaws-menu--locations a {
		font-size: 12px;
	}

	.aaws-menu--categories a {
		font-size: 14px;
	}

	.aaws-home-grid,
	.aaws-archive-grid,
	.aaws-tag-grid,
	.aaws-single-grid {
		width: 100%;
		margin-inline: 0;
	}

	.aaws-home-grid {
		grid-template-columns: minmax(0, 3fr) minmax(250px, 1fr);
	}

	.aaws-archive-grid {
		grid-template-columns: 50% 25% 25%;
	}

	.aaws-tag-grid,
	.aaws-single-grid {
		grid-template-columns: 25% 50% 25%;
	}

	.aaws-single-grid .aaws-sidebar--left,
	.aaws-single-grid .aaws-sidebar--right {
		grid-column: auto;
		grid-row: auto;
	}

	.aaws-footer-grid {
		gap: 45px;
	}
}

@media (max-width: 1024px) {
	body.aaws-menu-open {
		overflow: hidden;
	}

	.aaws-utility {
		display: none;
	}

	.aaws-brand-row__inner {
		display: grid;
		grid-template-columns: 44px minmax(0, 1fr) 126px;
		min-height: 66px;
		gap: 8px;
		padding-block: 4px;
	}

	.aaws-menu-toggle {
		display: inline-flex;
		align-self: center;
		justify-self: start;
		width: 44px;
		height: 44px;
		min-height: 44px;
		padding: 0;
		border: 1px solid #d4dfe7;
		border-radius: 6px;
		background: #fff;
		box-shadow: 0 1px 3px rgb(7 48 77 / 10%);
		color: var(--aaws-navy);
	}

	body .aaws-site-header .aaws-menu-toggle:hover,
	body .aaws-site-header .aaws-menu-toggle[aria-expanded="true"] {
		border-color: var(--aaws-navy) !important;
		background-color: var(--aaws-navy) !important;
		color: #fff !important;
	}

	body .aaws-site-header .aaws-menu-toggle[aria-expanded="true"] .aaws-menu-toggle__icon {
		background-color: transparent !important;
	}

	body .aaws-site-header .aaws-menu-toggle[aria-expanded="true"] .aaws-menu-toggle__icon::before {
		transform: translateY(6px) rotate(45deg) !important;
	}

	body .aaws-site-header .aaws-menu-toggle[aria-expanded="true"] .aaws-menu-toggle__icon::after {
		transform: translateY(-6px) rotate(-45deg) !important;
	}

	.aaws-menu-toggle:focus-visible {
		outline: 3px solid #ffb000;
		outline-offset: 2px;
	}

	.aaws-brand {
		justify-self: center;
	}

	.aaws-brand__image img,
	.aaws-brand .custom-logo {
		width: auto;
		max-width: 186px;
		max-height: 48px;
	}

	.aaws-mobile-subscribe {
		display: inline-flex;
		align-items: center;
		align-self: center;
		justify-self: end;
		min-height: 21px;
		padding: 2px 8px;
		border-radius: 999px;
		background: #0d7ff0;
		color: #fff;
		font-family: var(--aaws-condensed);
		font-size: 12px;
		font-weight: 600;
		line-height: 17px;
		text-decoration: none;
		white-space: nowrap;
	}

	.aaws-mobile-subscribe:hover,
	.aaws-mobile-subscribe:focus-visible {
		background: var(--aaws-navy);
		color: #fff;
	}

	.aaws-location-nav,
	.aaws-category-nav {
		display: none;
	}

	.aaws-brand-row__actions {
		display: none;
	}

	.aaws-search-toggle {
		width: 46px;
	}

	.aaws-mobile-panel {
		display: block;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 1002;
		width: min(320px, calc(100vw - 48px));
		padding: 0;
		background: #fff;
		box-shadow: 20px 0 45px rgb(0 0 0 / 20%);
		overflow-y: auto;
	}

	body.admin-bar .aaws-mobile-panel,
	body.admin-bar .aaws-mobile-overlay {
		top: 32px;
	}

	.aaws-mobile-panel[hidden],
	.aaws-mobile-overlay[hidden] {
		display: none;
	}

	.aaws-mobile-overlay {
		display: block;
		position: fixed;
		inset: 0;
		z-index: 1001;
		background: rgb(0 0 0 / 55%);
	}

	.aaws-mobile-panel__header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 58px;
		padding: 0 14px 0 18px;
		border-bottom: 1px solid #eee;
		color: var(--aaws-navy);
		font-family: var(--aaws-condensed);
		font-weight: 700;
		text-transform: uppercase;
	}

	.aaws-mobile-panel__close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		padding: 0;
		border: 0;
		background: transparent;
		color: #111;
		cursor: pointer;
	}

	.aaws-mobile-panel__close .dashicons {
		width: 26px;
		height: 26px;
		font-size: 26px;
	}

	.aaws-mobile-panel__close:hover,
	.aaws-mobile-panel__close:focus-visible {
		background: #eef6fb;
		color: var(--aaws-navy);
	}

	.aaws-mobile-panel__content {
		padding: 12px 20px 28px;
	}

	.aaws-mobile-accordion {
		border-top: 1px solid #e3e8ec;
	}

	.aaws-mobile-accordion__group {
		margin: 0;
		border-bottom: 1px solid #e3e8ec;
	}

	.aaws-mobile-accordion__group summary {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 52px;
		padding: 0 4px;
		color: var(--aaws-navy);
		font-family: var(--aaws-condensed);
		font-size: 16px;
		font-weight: 700;
		list-style: none;
		text-transform: uppercase;
		cursor: pointer;
	}

	.aaws-mobile-accordion__group summary::-webkit-details-marker {
		display: none;
	}

	.aaws-mobile-accordion__group summary:focus-visible {
		outline: 3px solid #0d7ff0;
		outline-offset: 3px;
	}

	.aaws-mobile-accordion__group summary:hover {
		background: #eef6fb;
		color: #0b5f9b;
	}

	.aaws-mobile-accordion__group summary .dashicons {
		transition: transform 160ms ease;
	}

	.aaws-mobile-accordion__group[open] summary .dashicons {
		transform: rotate(180deg);
	}

	.aaws-menu--mobile {
		display: block;
		border: 0;
	}

	.aaws-menu--mobile a {
		padding: 10px 12px;
		border-bottom: 1px solid #eee;
		color: var(--aaws-navy);
		font-family: var(--aaws-condensed);
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
	}

	.aaws-menu--mobile li:last-child a {
		border-bottom: 0;
	}

	.aaws-menu--mobile a:hover,
	.aaws-menu--mobile a:focus-visible {
		background: #eef6fb;
		color: #0b5f9b;
	}

	.aaws-mobile-panel__advertise {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 44px;
		margin-top: 18px;
		background: var(--aaws-navy);
		color: #fff;
		font-family: var(--aaws-condensed);
		font-size: 14px;
		font-weight: 700;
		text-decoration: none;
		text-transform: uppercase;
	}

	.aaws-mobile-panel__advertise:hover,
	.aaws-mobile-panel__advertise:focus-visible {
		background: #0b5f9b;
		color: #fff;
	}

	.aaws-mobile-panel__search {
		margin-top: 24px;
	}

	.aaws-mobile-panel__footer {
		margin: 32px 0 0;
		color: #777;
		font-size: 12px;
		line-height: 1.5;
	}

	.aaws-ad-slot--ad-header-leaderboard,
	.aaws-ad-slot--ad-footer-leaderboard {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
		min-height: 0;
		padding: 6px 0;
	}

	.aaws-ad-slot--ad-header-leaderboard img,
	.aaws-ad-slot--ad-footer-leaderboard img {
		height: auto;
		max-height: 90px;
	}

	.aaws-ad-slot--ad-header-leaderboard > .aaws-widget,
	.aaws-ad-slot--ad-footer-leaderboard > .aaws-widget {
		display: flex;
		align-items: center;
		min-height: 70px;
	}

	.aaws-ad-slot--ad-header-leaderboard .aaws-ad-slot__reservation,
	.aaws-ad-slot--ad-footer-leaderboard .aaws-ad-slot__reservation,
	.aaws-ad-slot--ad-header-leaderboard .aaws-ad-slot__placeholder,
	.aaws-ad-slot--ad-footer-leaderboard .aaws-ad-slot__placeholder {
		min-height: 57px;
	}

	#primary.aaws-main--home,
	#primary.aaws-main--tag {
		padding-top: 0;
	}

	.aaws-content-grid,
	.aaws-page-grid {
		display: block;
		width: 100%;
	}

	.aaws-archive-hero {
		margin-inline: 0;
	}

	.aaws-hero-story,
	.aaws-hero-story__link {
		height: 320px;
	}

	.aaws-archive-list,
	.aaws-sidebar--archive-primary,
	.aaws-sidebar--archive-secondary,
	.aaws-sidebar--left,
	.aaws-sidebar--right,
	.aaws-article {
		padding-inline: 15px;
	}

	.aaws-sidebar {
		display: block;
	}

	.aaws-footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 45px;
	}

	.aaws-footer-about {
		grid-column: 1 / -1;
	}
}

@media (max-width: 782px) {
	body.admin-bar .aaws-mobile-panel,
	body.admin-bar .aaws-mobile-overlay {
		top: 46px;
	}
}

@media (min-width: 992px) and (max-width: 1180px) {
	.aaws-shell {
		width: 970px;
		max-width: calc(100% - 54px);
	}

	.aaws-home-grid {
		display: grid;
		grid-template-columns: minmax(0, 3fr) minmax(235px, 1fr);
		margin-inline: auto;
	}

	.aaws-archive-grid {
		grid-template-columns: 50% 25% 25%;
	}

	.aaws-tag-grid,
	.aaws-single-grid {
		display: grid;
		grid-template-columns: 25% 50% 25%;
	}

	.aaws-archive-grid,
	.aaws-tag-grid,
	.aaws-single-grid {
		margin-inline: -15px;
	}

	.aaws-footer-grid {
		grid-template-columns: 1.25fr 1.15fr 1fr;
	}

	.aaws-footer-about {
		grid-column: auto;
	}

	.aaws-story-card {
		grid-template-columns: 200px minmax(0, 1fr);
		min-height: 143px;
	}

	.aaws-home-lead .aaws-hero-story,
	.aaws-home-lead .aaws-hero-story__link {
		height: 370px;
	}

	.aaws-story-card__media,
	.aaws-story-card__image {
		height: 143px;
	}

	.aaws-home-grid .aaws-story-card__title {
		font-size: 24px;
		line-height: 1.3;
	}

	.aaws-archive-list .aaws-story-card__title {
		font-size: 18px;
		line-height: 1.35;
	}

	.aaws-story-card__excerpt {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1024px) {
	.aaws-ad-slot--ad-header-leaderboard .aaws-ad-slot__reservation,
	.aaws-ad-slot--ad-footer-leaderboard .aaws-ad-slot__reservation,
	.aaws-ad-slot--ad-header-leaderboard .aaws-ad-slot__placeholder,
	.aaws-ad-slot--ad-footer-leaderboard .aaws-ad-slot__placeholder {
		min-height: 103px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.aaws-shell {
		width: 750px;
		max-width: 100%;
	}

	.aaws-home-grid {
		display: grid;
		grid-template-columns: 2fr 1fr;
		margin-inline: auto;
	}

	.aaws-archive-grid,
	.aaws-tag-grid,
	.aaws-single-grid {
		margin-inline: -15px;
	}

	.aaws-archive-grid,
	.aaws-tag-grid {
		display: grid;
		grid-template-areas:
			"content content"
			"primary secondary";
		grid-template-columns: 1fr 1fr;
	}

	.aaws-archive-list,
	.aaws-tag-list {
		grid-area: content;
	}

	.aaws-archive-grid .aaws-sidebar--archive-primary,
	.aaws-tag-grid .aaws-sidebar--archive-primary {
		grid-area: primary;
	}

	.aaws-archive-grid .aaws-sidebar--archive-secondary,
	.aaws-tag-grid .aaws-sidebar--archive-secondary {
		grid-area: secondary;
	}

	.aaws-single-grid {
		display: grid;
		grid-template-areas:
			"article article"
			"left right";
		grid-template-columns: 1fr 1fr;
	}

	.aaws-single-grid .aaws-article {
		grid-area: article;
	}

	.aaws-single-grid .aaws-sidebar--left {
		grid-area: left;
	}

	.aaws-single-grid .aaws-sidebar--right {
		grid-area: right;
	}

	.aaws-story-card {
		grid-template-columns: 200px minmax(0, 1fr);
		min-height: 143px;
	}

	.aaws-home-lead .aaws-hero-story,
	.aaws-home-lead .aaws-hero-story__link {
		height: 310px;
	}

	.aaws-home-lead .aaws-hero-story__title {
		font-size: 32px;
	}

	.aaws-story-card__media,
	.aaws-story-card__image {
		height: 143px;
	}

	.aaws-home-grid .aaws-story-card__title {
		font-size: 18px;
		line-height: 1.3;
	}

	.aaws-archive-list .aaws-story-card__title {
		font-size: 14px;
		line-height: 1.4;
	}

	.aaws-story-card__excerpt {
		display: none;
	}

	.aaws-ad-slot--ad-header-leaderboard .aaws-ad-slot__reservation,
	.aaws-ad-slot--ad-footer-leaderboard .aaws-ad-slot__reservation,
	.aaws-ad-slot--ad-header-leaderboard .aaws-ad-slot__placeholder,
	.aaws-ad-slot--ad-footer-leaderboard .aaws-ad-slot__placeholder {
		min-height: 87px;
	}
}

@media (max-width: 1024px) {
	.aaws-share {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aaws-share__label {
		grid-column: 1 / -1;
		max-width: none;
		margin: 0 0 2px;
	}
}

@media (max-width: 767px) {
	.aaws-shell {
		padding-inline: 15px;
	}

	.aaws-ad-slot--ad-header-leaderboard,
	.aaws-ad-slot--ad-footer-leaderboard {
		grid-template-columns: 1fr;
	}

	.aaws-ad-slot--ad-header-leaderboard .aaws-ad-slot__reservation,
	.aaws-ad-slot--ad-footer-leaderboard .aaws-ad-slot__reservation,
	.aaws-ad-slot--ad-header-leaderboard .aaws-ad-slot__placeholder,
	.aaws-ad-slot--ad-footer-leaderboard .aaws-ad-slot__placeholder {
		min-height: 164px;
	}

	.aaws-home-grid,
	.aaws-archive-grid,
	.aaws-tag-grid,
	.aaws-single-grid,
	.aaws-content-grid,
	.aaws-page-grid {
		display: block;
		width: 100%;
	}

	.aaws-archive-grid,
	.aaws-tag-grid,
	.aaws-single-grid {
		margin-inline: -15px;
	}

	.aaws-brand__image img,
	.aaws-brand .custom-logo {
		max-width: min(235px, 66vw);
	}

	.aaws-story-list,
	.aaws-sidebar--home {
		padding-inline: 0;
	}

	.aaws-story-card {
		grid-template-columns: 100px minmax(0, 1fr);
		gap: 10px;
		min-height: 72px;
		margin-bottom: 15px;
	}

	.aaws-story-card__media,
	.aaws-story-card__image {
		height: 72px;
		aspect-ratio: auto;
	}

	.aaws-story-card__title {
		margin-bottom: 5px;
		font-size: 15px;
		font-weight: 400;
		line-height: 1.4;
	}

	.aaws-story-card__excerpt {
		display: none;
	}

	.aaws-story-card .aaws-meta {
		margin: 0;
		font-size: 11px;
	}

	.aaws-sidebar--home {
		margin-top: 35px;
	}

	.aaws-hero-story,
	.aaws-hero-story__link {
		height: 250px;
	}

	.aaws-home-lead {
		margin-bottom: 24px;
	}

	.aaws-home-lead .aaws-hero-story,
	.aaws-home-lead .aaws-hero-story__link {
		height: 270px;
	}

	.aaws-home-latest__heading {
		margin-bottom: 20px;
		font-size: 19px;
	}

	.aaws-hero-story__content {
		right: 22px;
		bottom: 22px;
		left: 22px;
	}

	.aaws-hero-story__title {
		font-size: 30px;
	}

	.aaws-archive-list,
	.aaws-sidebar--archive-primary,
	.aaws-sidebar--archive-secondary,
	.aaws-sidebar--left,
	.aaws-sidebar--right,
	.aaws-article {
		padding-inline: 15px;
	}

	.aaws-article__header h1 {
		font-size: 36px;
	}

	.aaws-meta--article {
		align-items: flex-start;
		font-size: 13px;
	}

	.aaws-article__content,
	.aaws-page__content {
		font-size: 16px;
	}

	.aaws-share {
		margin-block: 20px 24px;
		padding: 9px;
	}

	.aaws-footer-grid {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.aaws-footer-about {
		grid-column: auto;
	}

	.aaws-footer-bottom .aaws-shell {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
	}

	.aaws-archive-grid--sparse .aaws-popular-news ol {
		grid-template-columns: minmax(0, 1fr);
	}

	.aaws-single-grid {
		display: grid;
		width: 100%;
		margin-inline: 0;
		grid-template-areas:
			"article"
			"left"
			"right";
		grid-template-columns: minmax(0, 1fr);
	}

	.aaws-single-grid .aaws-article {
		grid-area: article;
	}

	.aaws-single-grid .aaws-sidebar--left {
		grid-area: left;
	}

	.aaws-single-grid .aaws-sidebar--right {
		grid-area: right;
	}

	.aaws-single-grid .aaws-article,
	.aaws-single-grid .aaws-sidebar--left,
	.aaws-single-grid .aaws-sidebar--right {
		min-width: 0;
		padding-inline: 0;
	}
}

@media (max-width: 390px) {
	.aaws-brand-row__inner {
		grid-template-columns: 44px minmax(0, 1fr) auto;
		gap: 6px;
	}

	.aaws-brand__image img,
	.aaws-brand .custom-logo {
		max-width: 168px;
	}

	.aaws-article__header h1 {
		font-size: 33px;
	}

	.aaws-footer-categories ul {
		gap: 9px 20px;
	}

	.aaws-share {
		gap: 6px;
	}

	.aaws-share .aaws-share__button {
		padding-inline: 7px;
		font-size: 11.5px;
	}
}

/* Complete-image previews: never crop editorial media and expose the full source. */
.aaws-hero-story__image,
.aaws-story-card__image,
.aaws-popular-news__image,
.aaws-footer-recent__image,
.aaws-article__featured {
	background: #eef2f5;
}

.aaws-hero-story__image img,
.aaws-story-card__image img,
.aaws-popular-news__image img,
.aaws-footer-recent__image img,
.aaws-article__featured img {
	object-fit: contain;
	object-position: center;
}

.aaws-image-preview-button {
	display: inline-flex;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 6;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	min-height: 36px;
	padding: 0;
	border: 1px solid rgb(255 255 255 / 72%);
	border-radius: 3px;
	background: rgb(8 50 78 / 88%);
	color: #fff;
	box-shadow: 0 2px 9px rgb(0 0 0 / 24%);
	cursor: zoom-in;
	transition: background-color 160ms ease, transform 160ms ease;
}

.aaws-image-preview-button svg {
	width: 19px;
	height: 19px;
	fill: currentColor;
}

.aaws-image-preview-button:hover,
.aaws-image-preview-button:focus-visible {
	border-color: #fff;
	background: #0b5f9b;
	color: #fff;
	transform: translateY(-1px);
}

.aaws-image-preview-button:focus-visible {
	outline: 3px solid #ffb000;
	outline-offset: 2px;
}

.aaws-hero-story > .aaws-image-preview-button {
	left: 14px;
	right: auto;
}

.aaws-popular-news__media .aaws-image-preview-button,
.aaws-footer-recent__media .aaws-image-preview-button {
	top: 6px;
	right: 6px;
	width: 28px;
	height: 28px;
	min-height: 28px;
}

.aaws-popular-news__media .aaws-image-preview-button svg,
.aaws-footer-recent__media .aaws-image-preview-button svg {
	width: 15px;
	height: 15px;
}

body.aaws-image-lightbox-open {
	overflow: hidden;
}

.aaws-image-lightbox {
	width: 100vw;
	max-width: none;
	height: 100vh;
	max-height: none;
	margin: 0;
	padding: 0;
	border: 0;
	background: rgb(3 19 30 / 96%);
	color: #fff;
}

.aaws-image-lightbox::backdrop {
	background: rgb(3 19 30 / 86%);
}

.aaws-image-lightbox__stage {
	display: grid;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 58px 24px 24px;
	place-items: center;
}

.aaws-image-lightbox__figure {
	display: grid;
	width: 100%;
	height: 100%;
	margin: 0;
	place-items: center;
}

.aaws-image-lightbox__image {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: calc(100vh - 118px);
	object-fit: contain;
	object-position: center;
	box-shadow: 0 10px 38px rgb(0 0 0 / 45%);
}

.aaws-image-lightbox__caption {
	position: absolute;
	right: 24px;
	bottom: 18px;
	left: 24px;
	margin: 0;
	color: rgb(255 255 255 / 88%);
	font-size: 13px;
	text-align: center;
}

.aaws-image-lightbox__close {
	display: inline-flex;
	position: absolute;
	top: 14px;
	right: 18px;
	z-index: 2;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	min-height: 40px;
	padding: 0;
	border: 1px solid rgb(255 255 255 / 62%);
	border-radius: 50%;
	background: rgb(255 255 255 / 12%);
	color: #fff;
	cursor: pointer;
}

.aaws-image-lightbox__close svg {
	width: 23px;
	height: 23px;
	fill: currentColor;
}

.aaws-image-lightbox__close:hover,
.aaws-image-lightbox__close:focus-visible {
	background: #fff;
	color: #08324e;
}

.aaws-image-lightbox__close:focus-visible {
	outline: 3px solid #ffb000;
	outline-offset: 2px;
}

@media (max-width: 520px) {
	.aaws-image-preview-button {
		top: 7px;
		right: 7px;
		width: 32px;
		height: 32px;
		min-height: 32px;
	}

	.aaws-hero-story > .aaws-image-preview-button {
		left: 8px;
	}

	.aaws-image-lightbox__stage {
		padding: 54px 12px 18px;
	}

	.aaws-image-lightbox__image {
		max-height: calc(100vh - 92px);
	}

	.aaws-image-lightbox__caption {
		right: 12px;
		bottom: 9px;
		left: 12px;
	}

	.aaws-image-lightbox__close {
		top: 8px;
		right: 10px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.aaws-image-preview-button {
		transition: none;
	}
}

/* Keep full-image preview behavior without displaying a zoom icon. */
.aaws-story-card__media > .aaws-image-preview-button,
.aaws-popular-news__media > .aaws-image-preview-button,
.aaws-footer-recent__media > .aaws-image-preview-button,
.aaws-article__featured > .aaws-image-preview-button {
	inset: 0;
	width: 100%;
	height: 100%;
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: transparent;
	opacity: 0;
	transform: none;
}

.aaws-story-card__media > .aaws-image-preview-button svg,
.aaws-popular-news__media > .aaws-image-preview-button svg,
.aaws-footer-recent__media > .aaws-image-preview-button svg,
.aaws-article__featured > .aaws-image-preview-button svg {
	display: none;
}

.aaws-story-card__media > .aaws-image-preview-button:hover,
.aaws-popular-news__media > .aaws-image-preview-button:hover,
.aaws-footer-recent__media > .aaws-image-preview-button:hover,
.aaws-article__featured > .aaws-image-preview-button:hover {
	border: 0;
	background: transparent;
	color: transparent;
	transform: none;
}

.aaws-story-card__media > .aaws-image-preview-button:focus-visible,
.aaws-popular-news__media > .aaws-image-preview-button:focus-visible,
.aaws-footer-recent__media > .aaws-image-preview-button:focus-visible,
.aaws-article__featured > .aaws-image-preview-button:focus-visible {
	opacity: 1;
	outline: 3px solid #ffb000;
	outline-offset: -3px;
}

/* Keep migrated 2:1 news artwork edge-to-edge in predictable responsive frames. */
.aaws-popular-news__media {
	height: auto;
	aspect-ratio: 2 / 1;
}

.aaws-popular-news__image {
	width: 100%;
}

.aaws-popular-news__image img {
	object-fit: cover;
	object-position: center;
}

/* When archive sidebars stack, use the available tablet width instead of oversized rows. */
@media (min-width: 560px) and (max-width: 767px) {
	.aaws-popular-news ol {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 20px;
	}

	.aaws-popular-news li,
	.aaws-archive-grid--sparse .aaws-popular-news li {
		min-width: 0;
		margin-bottom: 0;
	}

	.aaws-archive-grid--sparse .aaws-popular-news ol {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Gutenberg/editor links remain obvious, wrap safely, and expose keyboard focus. */
.aaws-article__content a,
.aaws-page__content a {
	color: #0b5f9b;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	overflow-wrap: anywhere;
}

.aaws-article__content a:focus-visible,
.aaws-page__content a:focus-visible {
	border-radius: 2px;
	outline: 3px solid #ffb000;
	outline-offset: 2px;
}

@media print {
	.aaws-ad-slot--ad-header-leaderboard,
	.aaws-ad-slot--ad-footer-leaderboard,
	.aaws-image-preview-button,
	.aaws-image-lightbox {
		display: none !important;
	}
}
