/*!
Theme Name: OnDigital News
Theme URI: https://ondigital-marketing.com/ondigital-news/
Author: OnDigital
Author URI: https://ondigital-marketing.com/
Description: A classic editorial news theme with a single-accent, source-first design language. Serif headlines, sans UI, borderless whitespace-separated cards, and a self-contained Quatro optimization layer (SEO, Answer Engines, Geographic, Social). No SEO plugins required.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ondigital-news
Tags: news, blog, custom-logo, custom-menu, featured-images, 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.

OnDigital 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.

Fonts: Inter and Source Serif 4, both SIL Open Font License 1.1, self-hosted in /fonts.
*/
:root {
  --c-accent: #b91c1c;
  --c-accent-ink: #fff;
  --c-text: #1a1a1a;
  --c-text-muted: #6b6b6b;
  --c-border: #e7e7e7;
  --c-bg: #fff;
  --c-surface-alt: #f5f5f5;
  --scrim: linear-gradient(180deg, rgb(0, 0, 0, 0) 12%, rgb(0, 0, 0, 0.55) 52%, rgb(0, 0, 0, 0.9) 100%);
  --ff-serif: "Source Serif 4", Georgia, serif;
  --ff-sans: "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
  --fs-hero: 30px;
  --fs-section: 22px;
  --fs-card-lg: 18px;
  --fs-card: 16px;
  --fs-card-sm: 15px;
  --fs-excerpt: 14px;
  --fs-meta: 12px;
  --lh-heading: 1.25;
  --lh-excerpt: 1.55;
  --lh-meta: 1.4;
  --lh-body: 1.65;
  --measure: 68ch;
  --eyebrow-tracking: 0.14em;
  --space-4: 4px;
  --space-8: 8px;
  --space-12: 12px;
  --space-16: 16px;
  --space-24: 24px;
  --space-32: 32px;
  --space-48: 48px;
  --space-64: 64px;
  --space-96: 96px;
  --container-max: 1200px;
  --container-pad: 16px;
  --radius: 8px;
  --radius-pill: 999px;
  --header-h: 56px;
  --section-gap: 40px;
  --grid-gap: 24px;
  --tap-min: 44px;
  --dur-fast: 120ms;
  --dur-base: 200ms;
  --dur-slow: 320ms;
  --ease-out: cubic-bezier(0.2, 0.7, 0.3, 1);
  --ease-in-out: cubic-bezier(0.45, 0, 0.25, 1);
  --z-header: 100;
  --z-share: 90;
  --z-backtotop: 80;
  --z-progress: 110;
  --z-panel: 120;
}

@media (min-width: 1024px) {
  :root {
    --fs-hero: 42px;
    --fs-section: 26px;
    --fs-card-lg: 20px;
    --fs-card: 17px;
    --container-pad: 24px;
    --section-gap: 56px;
  }
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/inter-400.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/inter-500.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/inter-600.woff2") format("woff2");
}
@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/source-serif-4-400.woff2") format("woff2");
}
@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/source-serif-4-600.woff2") format("woff2");
}
@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/source-serif-4-700.woff2") format("woff2");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  margin: 0;
  background-color: var(--c-bg);
  color: var(--c-text);
  font-family: var(--ff-sans);
  font-size: 16px;
  line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

ul[class],
ol[class] {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  background: none;
  border: 0;
}

h1,
h2,
h3,
h4,
figure,
p {
  margin: 0;
}

/*!
Theme Name: OnDigital News
Theme URI: https://ondigital-marketing.com/ondigital-news/
Author: OnDigital
Author URI: https://ondigital-marketing.com/
Description: A classic editorial news theme with a single-accent, source-first design language. Serif headlines, sans UI, borderless whitespace-separated cards, and a self-contained Quatro optimization layer (SEO, Answer Engines, Geographic, Social). No SEO plugins required.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ondigital-news
Tags: news, blog, custom-logo, custom-menu, featured-images, 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.

OnDigital 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.

Fonts: Inter and Source Serif 4, both SIL Open Font License 1.1, self-hosted in /fonts.
*/
h1,
h2,
h3,
h4 {
  font-family: var(--ff-serif);
  font-weight: 600;
  line-height: var(--lh-heading);
  color: var(--c-text);
  text-wrap: balance;
}

p {
  line-height: var(--lh-body);
}

strong,
b {
  font-weight: 600;
}

.entry-content a {
  color: var(--c-accent);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.u-accent {
  color: var(--c-accent);
}

.u-eyebrow {
  font-family: var(--ff-sans);
  font-size: var(--fs-meta);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: var(--eyebrow-tracking);
  color: var(--c-text-muted);
}

.u-serif {
  font-family: var(--ff-serif);
}

.u-sans {
  font-family: var(--ff-sans);
}

.u-muted {
  color: var(--c-text-muted);
}

/*!
Theme Name: OnDigital News
Theme URI: https://ondigital-marketing.com/ondigital-news/
Author: OnDigital
Author URI: https://ondigital-marketing.com/
Description: A classic editorial news theme with a single-accent, source-first design language. Serif headlines, sans UI, borderless whitespace-separated cards, and a self-contained Quatro optimization layer (SEO, Answer Engines, Geographic, Social). No SEO plugins required.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ondigital-news
Tags: news, blog, custom-logo, custom-menu, featured-images, 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.

OnDigital 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.

Fonts: Inter and Source Serif 4, both SIL Open Font License 1.1, self-hosted in /fonts.
*/
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  display: block;
  top: var(--space-8);
  left: var(--space-8);
  z-index: var(--z-panel);
  width: auto;
  height: auto;
  padding: var(--space-12) var(--space-16);
  clip: auto;
  clip-path: none;
  font-family: var(--ff-sans);
  font-size: var(--fs-meta);
  font-weight: 600;
  color: var(--c-accent);
  background-color: var(--c-bg);
  border-radius: var(--radius);
}

.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  top: var(--space-8);
  left: var(--space-8);
  z-index: var(--z-panel);
  width: auto;
  height: auto;
  padding: var(--space-12) var(--space-16);
  clip: auto;
  clip-path: none;
  font-family: var(--ff-sans);
  font-weight: 600;
  color: var(--c-accent-ink);
  background-color: var(--c-accent);
  border-radius: var(--radius);
}

:focus-visible {
  outline: 2px solid var(--c-accent);
  outline-offset: 2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
/*!
Theme Name: OnDigital News
Theme URI: https://ondigital-marketing.com/ondigital-news/
Author: OnDigital
Author URI: https://ondigital-marketing.com/
Description: A classic editorial news theme with a single-accent, source-first design language. Serif headlines, sans UI, borderless whitespace-separated cards, and a self-contained Quatro optimization layer (SEO, Answer Engines, Geographic, Social). No SEO plugins required.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ondigital-news
Tags: news, blog, custom-logo, custom-menu, featured-images, 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.

OnDigital 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.

Fonts: Inter and Source Serif 4, both SIL Open Font License 1.1, self-hosted in /fonts.
*/
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-pad);
}

.site-content {
  display: block;
}

.o-section {
  margin-block: var(--section-gap);
}
.o-section:first-child {
  margin-block-start: var(--space-24);
}

.is-deferred {
  content-visibility: auto;
  contain-intrinsic-size: auto 600px;
}

/*!
Theme Name: OnDigital News
Theme URI: https://ondigital-marketing.com/ondigital-news/
Author: OnDigital
Author URI: https://ondigital-marketing.com/
Description: A classic editorial news theme with a single-accent, source-first design language. Serif headlines, sans UI, borderless whitespace-separated cards, and a self-contained Quatro optimization layer (SEO, Answer Engines, Geographic, Social). No SEO plugins required.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ondigital-news
Tags: news, blog, custom-logo, custom-menu, featured-images, 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.

OnDigital 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.

Fonts: Inter and Source Serif 4, both SIL Open Font License 1.1, self-hosted in /fonts.
*/
.o-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--grid-gap);
}

@media (min-width: 640px) {
  .o-grid--cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .o-grid--cards {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 640px) {
  .o-grid--thirds {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .o-grid--thirds {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*!
Theme Name: OnDigital News
Theme URI: https://ondigital-marketing.com/ondigital-news/
Author: OnDigital
Author URI: https://ondigital-marketing.com/
Description: A classic editorial news theme with a single-accent, source-first design language. Serif headlines, sans UI, borderless whitespace-separated cards, and a self-contained Quatro optimization layer (SEO, Answer Engines, Geographic, Social). No SEO plugins required.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ondigital-news
Tags: news, blog, custom-logo, custom-menu, featured-images, 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.

OnDigital 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.

Fonts: Inter and Source Serif 4, both SIL Open Font License 1.1, self-hosted in /fonts.
*/
html {
  scroll-padding-block-start: calc(var(--header-h) + var(--space-16));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: var(--z-header);
  background-color: var(--c-bg);
  border-block-end: 1px solid var(--c-border);
}
@media (prefers-reduced-motion: no-preference) {
  .site-header {
    transition: transform var(--dur-base) var(--ease-out);
  }
}
.site-header.is-hidden {
  transform: translateY(-100%);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-16);
  min-height: var(--header-h);
}

.site-branding {
  display: flex;
  align-items: center;
  gap: var(--space-8);
  min-width: 0;
}
.site-branding:has(.custom-logo) .site-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.site-title {
  overflow: hidden;
  font-family: var(--ff-serif);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.site-title a {
  color: var(--c-accent);
}

.site-header__controls {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: var(--space-4);
}

/*!
Theme Name: OnDigital News
Theme URI: https://ondigital-marketing.com/ondigital-news/
Author: OnDigital
Author URI: https://ondigital-marketing.com/
Description: A classic editorial news theme with a single-accent, source-first design language. Serif headlines, sans UI, borderless whitespace-separated cards, and a self-contained Quatro optimization layer (SEO, Answer Engines, Geographic, Social). No SEO plugins required.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ondigital-news
Tags: news, blog, custom-logo, custom-menu, featured-images, 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.

OnDigital 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.

Fonts: Inter and Source Serif 4, both SIL Open Font License 1.1, self-hosted in /fonts.
*/
.site-footer {
  margin-block-start: var(--section-gap);
  padding-block: var(--space-48);
  background-color: var(--c-surface-alt);
}

.site-footer__inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-24);
}
@media (min-width: 640px) {
  .site-footer__inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.site-footer__title {
  font-family: var(--ff-serif);
  font-size: 1.25rem;
  font-weight: 700;
}
.site-footer__title a {
  color: var(--c-accent);
}

.site-footer__desc {
  margin-block-start: var(--space-4);
  font-size: var(--fs-excerpt);
  color: var(--c-text-muted);
}

.site-footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-8) var(--space-24);
}
.site-footer__menu a {
  display: inline-block;
  padding-block: var(--space-8);
  font-family: var(--ff-sans);
  font-size: var(--fs-meta);
  font-weight: 600;
  color: var(--c-text);
}
@media (hover: hover) and (pointer: fine) {
  .site-footer__menu a:hover {
    color: var(--c-accent);
  }
}

.site-info {
  font-size: var(--fs-meta);
  color: var(--c-text-muted);
}

/*!
Theme Name: OnDigital News
Theme URI: https://ondigital-marketing.com/ondigital-news/
Author: OnDigital
Author URI: https://ondigital-marketing.com/
Description: A classic editorial news theme with a single-accent, source-first design language. Serif headlines, sans UI, borderless whitespace-separated cards, and a self-contained Quatro optimization layer (SEO, Answer Engines, Geographic, Social). No SEO plugins required.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ondigital-news
Tags: news, blog, custom-logo, custom-menu, featured-images, 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.

OnDigital 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.

Fonts: Inter and Source Serif 4, both SIL Open Font License 1.1, self-hosted in /fonts.
*/
.c-avatar {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  object-fit: contain;
  background-color: var(--c-surface-alt);
  border-radius: var(--radius-pill);
}

.c-avatar--fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-sans);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  color: var(--c-accent-ink);
  background-color: var(--c-accent);
}

/*!
Theme Name: OnDigital News
Theme URI: https://ondigital-marketing.com/ondigital-news/
Author: OnDigital
Author URI: https://ondigital-marketing.com/
Description: A classic editorial news theme with a single-accent, source-first design language. Serif headlines, sans UI, borderless whitespace-separated cards, and a self-contained Quatro optimization layer (SEO, Answer Engines, Geographic, Social). No SEO plugins required.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ondigital-news
Tags: news, blog, custom-logo, custom-menu, featured-images, 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.

OnDigital 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.

Fonts: Inter and Source Serif 4, both SIL Open Font License 1.1, self-hosted in /fonts.
*/
.c-source {
  display: flex;
  align-items: center;
  gap: var(--space-8);
  min-width: 0;
  font-family: var(--ff-sans);
  font-size: var(--fs-meta);
  line-height: var(--lh-meta);
  color: var(--c-text-muted);
}

.c-source__id {
  display: inline-flex;
  align-items: center;
  gap: var(--space-8);
  min-width: 0;
}

.c-source__name {
  overflow: hidden;
  font-weight: 600;
  color: var(--c-text);
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c-source__time {
  flex: 0 0 auto;
  white-space: nowrap;
}

.c-source__sep,
.c-catmeta__sep {
  flex: 0 0 auto;
  color: var(--c-text-muted);
  opacity: 0.55;
}

.c-catmeta {
  display: flex;
  align-items: center;
  gap: var(--space-8);
  font-family: var(--ff-sans);
  font-size: var(--fs-meta);
  line-height: var(--lh-meta);
  color: var(--c-text-muted);
}

.c-catmeta__cat {
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--c-accent);
  text-transform: uppercase;
}

.c-catmeta__read {
  flex: 0 0 auto;
  white-space: nowrap;
}

/*!
Theme Name: OnDigital News
Theme URI: https://ondigital-marketing.com/ondigital-news/
Author: OnDigital
Author URI: https://ondigital-marketing.com/
Description: A classic editorial news theme with a single-accent, source-first design language. Serif headlines, sans UI, borderless whitespace-separated cards, and a self-contained Quatro optimization layer (SEO, Answer Engines, Geographic, Social). No SEO plugins required.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ondigital-news
Tags: news, blog, custom-logo, custom-menu, featured-images, 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.

OnDigital 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.

Fonts: Inter and Source Serif 4, both SIL Open Font License 1.1, self-hosted in /fonts.
*/
.c-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--space-12);
}

.c-card__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 640/427;
  background-color: var(--c-surface-alt);
  border-radius: var(--radius);
}
.c-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (prefers-reduced-motion: no-preference) {
  .c-card__media img {
    transition: transform var(--dur-base) var(--ease-out);
  }
}

.c-card__media--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-card__placeholder {
  font-family: var(--ff-serif);
  font-size: 2.25rem;
  font-weight: 600;
  color: var(--c-text-muted);
  opacity: 0.5;
}

.c-card__body {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

.c-card__title {
  font-size: var(--fs-card);
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(var(--lh-heading) * 2 * 1em);
}

.c-card__link {
  color: var(--c-text);
}
@media (prefers-reduced-motion: no-preference) {
  .c-card__link {
    transition: color var(--dur-base) var(--ease-out);
  }
}
.c-card__link::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
}

.c-card__excerpt {
  font-size: var(--fs-excerpt);
  line-height: var(--lh-excerpt);
  color: var(--c-text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(var(--lh-excerpt) * 3 * 1em);
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .c-card:hover .c-card__media img {
    transform: scale(1.03);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-card:hover .c-card__link {
    color: var(--c-accent);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .c-card:active .c-card__media img {
    transition-duration: var(--dur-fast);
    transform: scale(0.98);
  }
}

/*!
Theme Name: OnDigital News
Theme URI: https://ondigital-marketing.com/ondigital-news/
Author: OnDigital
Author URI: https://ondigital-marketing.com/
Description: A classic editorial news theme with a single-accent, source-first design language. Serif headlines, sans UI, borderless whitespace-separated cards, and a self-contained Quatro optimization layer (SEO, Answer Engines, Geographic, Social). No SEO plugins required.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ondigital-news
Tags: news, blog, custom-logo, custom-menu, featured-images, 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.

OnDigital 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.

Fonts: Inter and Source Serif 4, both SIL Open Font License 1.1, self-hosted in /fonts.
*/
.c-card--featured {
  gap: var(--space-16);
}
.c-card--featured .c-card__media {
  aspect-ratio: 3/2;
}
@media (min-width: 1024px) {
  .c-card--featured {
    flex-direction: row;
    gap: var(--space-32);
    align-items: center;
  }
  .c-card--featured .c-card__media {
    flex: 0 0 45%;
  }
  .c-card--featured .c-card__body {
    flex: 1 1 auto;
    gap: var(--space-12);
  }
}

.c-card__title--hero {
  font-size: var(--fs-hero);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(var(--lh-heading) * 2 * 1em);
}

.c-card--compact {
  gap: var(--space-8);
}

.c-card--overlay {
  gap: var(--space-12);
}

.c-card__overlay {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/2;
  border-radius: var(--radius);
}
.c-card__overlay .c-card__media {
  position: absolute;
  inset: 0;
  aspect-ratio: auto;
  border-radius: 0;
}
.c-card__overlay .c-card__media img {
  height: 100%;
}
.c-card__overlay::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background: var(--scrim);
}

.c-card__overlay-content {
  position: absolute;
  inset-inline: 0;
  inset-block-end: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
  padding: var(--space-16);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}
.c-card__overlay-content .c-source,
.c-card__overlay-content .c-source__name,
.c-card__overlay-content .c-source__time,
.c-card__overlay-content .c-source__sep,
.c-card__overlay-content .c-card__link {
  color: var(--c-accent-ink);
}

.c-card__title--overlay {
  font-size: var(--fs-card-lg);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(var(--lh-heading) * 3 * 1em);
}

.c-card__deck {
  font-size: var(--fs-excerpt);
  line-height: var(--lh-excerpt);
  color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(var(--lh-excerpt) * 2 * 1em);
}

@media (hover: hover) and (pointer: fine) {
  .c-card--overlay:hover .c-card__link {
    color: var(--c-accent-ink);
  }
}

.c-card--rail {
  flex-direction: row;
  gap: var(--space-12);
  align-items: flex-start;
}
.c-card--rail .c-card__media {
  flex: 0 0 88px;
  aspect-ratio: 3/2;
}
.c-card--rail .c-card__body {
  gap: var(--space-4);
}
.c-card--rail .c-card__title {
  font-size: var(--fs-card-sm);
}

/*!
Theme Name: OnDigital News
Theme URI: https://ondigital-marketing.com/ondigital-news/
Author: OnDigital
Author URI: https://ondigital-marketing.com/
Description: A classic editorial news theme with a single-accent, source-first design language. Serif headlines, sans UI, borderless whitespace-separated cards, and a self-contained Quatro optimization layer (SEO, Answer Engines, Geographic, Social). No SEO plugins required.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ondigital-news
Tags: news, blog, custom-logo, custom-menu, featured-images, 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.

OnDigital 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.

Fonts: Inter and Source Serif 4, both SIL Open Font License 1.1, self-hosted in /fonts.
*/
.c-section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--space-16);
  margin-block-end: var(--space-24);
}

.c-section-header__title {
  font-size: var(--fs-section);
  font-weight: 600;
}

.c-section-header__all {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: var(--space-4);
  padding: var(--space-8);
  margin: calc(var(--space-8) * -1);
  font-family: var(--ff-sans);
  font-size: var(--fs-meta);
  font-weight: 600;
  color: var(--c-accent);
}
@media (hover: hover) and (pointer: fine) {
  .c-section-header__all:hover .c-section-header__arrow {
    transform: translateX(4px);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .c-section-header__all:focus-visible .c-section-header__arrow {
    transform: translateX(4px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .c-section-header__arrow {
    transition: transform var(--dur-base) var(--ease-out);
  }
}

/*!
Theme Name: OnDigital News
Theme URI: https://ondigital-marketing.com/ondigital-news/
Author: OnDigital
Author URI: https://ondigital-marketing.com/
Description: A classic editorial news theme with a single-accent, source-first design language. Serif headlines, sans UI, borderless whitespace-separated cards, and a self-contained Quatro optimization layer (SEO, Answer Engines, Geographic, Social). No SEO plugins required.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ondigital-news
Tags: news, blog, custom-logo, custom-menu, featured-images, 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.

OnDigital 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.

Fonts: Inter and Source Serif 4, both SIL Open Font License 1.1, self-hosted in /fonts.
*/
.c-banner-section {
  margin-block: var(--space-24);
}

.c-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-12);
  padding: var(--space-32) var(--space-24);
  text-align: center;
  background-color: var(--c-surface-alt);
  border-radius: var(--radius);
}
@media (min-width: 1024px) {
  .c-banner {
    padding: var(--space-48);
  }
}

.c-banner__headline {
  max-width: 22ch;
  font-family: var(--ff-serif);
  font-size: var(--fs-hero);
  font-weight: 600;
  line-height: var(--lh-heading);
}

/*!
Theme Name: OnDigital News
Theme URI: https://ondigital-marketing.com/ondigital-news/
Author: OnDigital
Author URI: https://ondigital-marketing.com/
Description: A classic editorial news theme with a single-accent, source-first design language. Serif headlines, sans UI, borderless whitespace-separated cards, and a self-contained Quatro optimization layer (SEO, Answer Engines, Geographic, Social). No SEO plugins required.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ondigital-news
Tags: news, blog, custom-logo, custom-menu, featured-images, 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.

OnDigital 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.

Fonts: Inter and Source Serif 4, both SIL Open Font License 1.1, self-hosted in /fonts.
*/
.c-rail {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overscroll-behavior-x: contain;
  padding-block: var(--space-8);
  padding-inline: var(--container-pad);
}
.c-rail::-webkit-scrollbar {
  display: none;
}

.c-rail__track {
  display: flex;
  gap: var(--space-24);
  width: max-content;
}

.c-rail__item {
  flex: 0 0 auto;
  scroll-snap-align: center;
}

.c-rail__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-8);
  width: 88px;
  padding: var(--space-4);
  text-align: center;
}

.c-rail__logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
  background-color: var(--c-surface-alt);
  border-radius: var(--radius-pill);
}
@media (prefers-reduced-motion: no-preference) {
  .c-rail__logo {
    transition: transform var(--dur-base) var(--ease-out);
  }
}

.c-rail__logo--fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-sans);
  font-size: 24px;
  font-weight: 600;
  color: var(--c-accent-ink);
  background-color: var(--c-accent);
}

.c-rail__name {
  max-width: 88px;
  font-family: var(--ff-sans);
  font-size: var(--fs-meta);
  font-weight: 600;
  color: var(--c-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(var(--lh-meta) * 2 * 1em);
}
@media (prefers-reduced-motion: no-preference) {
  .c-rail__name {
    transition: color var(--dur-base) var(--ease-out);
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-rail__link:hover .c-rail__logo {
    transform: scale(1.03);
  }
  .c-rail__link:hover .c-rail__name {
    color: var(--c-accent);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .c-rail__link:active .c-rail__logo {
    transition-duration: var(--dur-fast);
    transform: scale(0.97);
  }
}

/*!
Theme Name: OnDigital News
Theme URI: https://ondigital-marketing.com/ondigital-news/
Author: OnDigital
Author URI: https://ondigital-marketing.com/
Description: A classic editorial news theme with a single-accent, source-first design language. Serif headlines, sans UI, borderless whitespace-separated cards, and a self-contained Quatro optimization layer (SEO, Answer Engines, Geographic, Social). No SEO plugins required.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ondigital-news
Tags: news, blog, custom-logo, custom-menu, featured-images, 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.

OnDigital 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.

Fonts: Inter and Source Serif 4, both SIL Open Font License 1.1, self-hosted in /fonts.
*/
.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-8);
  min-height: var(--tap-min);
  padding-inline: var(--space-16);
  font-family: var(--ff-sans);
  font-size: var(--fs-meta);
  font-weight: 600;
  border-radius: var(--radius);
}
@media (prefers-reduced-motion: no-preference) {
  .c-btn {
    transition: transform var(--dur-fast) var(--ease-out), background-color var(--dur-base) var(--ease-out);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .c-btn:active {
    transform: scale(0.97);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover .c-btn__arrow {
    transform: translateX(4px);
  }
}

.c-btn--ghost {
  color: var(--c-accent);
  background-color: transparent;
  border: 1px solid var(--c-border);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--ghost:hover {
    background-color: var(--c-surface-alt);
  }
}

.c-btn--block {
  display: flex;
  width: 100%;
  min-height: 48px;
}

@media (prefers-reduced-motion: no-preference) {
  .c-btn__arrow {
    transition: transform var(--dur-base) var(--ease-out);
  }
}

/*!
Theme Name: OnDigital News
Theme URI: https://ondigital-marketing.com/ondigital-news/
Author: OnDigital
Author URI: https://ondigital-marketing.com/
Description: A classic editorial news theme with a single-accent, source-first design language. Serif headlines, sans UI, borderless whitespace-separated cards, and a self-contained Quatro optimization layer (SEO, Answer Engines, Geographic, Social). No SEO plugins required.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ondigital-news
Tags: news, blog, custom-logo, custom-menu, featured-images, 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.

OnDigital 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.

Fonts: Inter and Source Serif 4, both SIL Open Font License 1.1, self-hosted in /fonts.
*/
.c-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--c-text);
  border-radius: var(--radius);
  min-width: var(--tap-min);
  min-height: var(--tap-min);
}
@media (prefers-reduced-motion: no-preference) {
  .c-icon-btn {
    transition: transform var(--dur-fast) var(--ease-out), background-color var(--dur-base) var(--ease-out);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-icon-btn:hover {
    background-color: var(--c-surface-alt);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .c-icon-btn:active {
    transform: scale(0.97);
  }
}

.c-icon-btn__bars {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background-color: currentcolor;
  border-radius: 2px;
}
.c-icon-btn__bars::before, .c-icon-btn__bars::after {
  position: absolute;
  left: 0;
  display: block;
  width: 20px;
  height: 2px;
  content: "";
  background-color: currentcolor;
  border-radius: 2px;
}
.c-icon-btn__bars::before {
  top: -6px;
}
.c-icon-btn__bars::after {
  top: 6px;
}

.c-icon-btn__glass {
  position: relative;
  width: 15px;
  height: 15px;
  border: 2px solid currentcolor;
  border-radius: var(--radius-pill);
}
.c-icon-btn__glass::after {
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 7px;
  height: 2px;
  content: "";
  background-color: currentcolor;
  border-radius: 2px;
  transform: rotate(45deg);
}

/*!
Theme Name: OnDigital News
Theme URI: https://ondigital-marketing.com/ondigital-news/
Author: OnDigital
Author URI: https://ondigital-marketing.com/
Description: A classic editorial news theme with a single-accent, source-first design language. Serif headlines, sans UI, borderless whitespace-separated cards, and a self-contained Quatro optimization layer (SEO, Answer Engines, Geographic, Social). No SEO plugins required.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ondigital-news
Tags: news, blog, custom-logo, custom-menu, featured-images, 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.

OnDigital 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.

Fonts: Inter and Source Serif 4, both SIL Open Font License 1.1, self-hosted in /fonts.
*/
.main-navigation {
  position: static;
  display: flex;
  align-items: center;
}

.main-navigation__panel {
  position: absolute;
  inset-inline: 0;
  top: 100%;
  z-index: var(--z-panel);
  padding: var(--space-8) var(--container-pad) var(--space-16);
  visibility: hidden;
  background-color: var(--c-bg);
  border-block-end: 1px solid var(--c-border);
  opacity: 0;
  transform: translateY(-8px);
}
@media (prefers-reduced-motion: no-preference) {
  .main-navigation__panel {
    transition: opacity var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out), visibility var(--dur-slow);
  }
}

#site-navigation.toggled .main-navigation__panel {
  visibility: visible;
  opacity: 1;
  transform: none;
}

.main-navigation .menu {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.main-navigation .menu a {
  display: block;
  min-height: var(--tap-min);
  padding-block: var(--space-12);
  font-family: var(--ff-sans);
  font-size: var(--fs-card);
  font-weight: 600;
  color: var(--c-text);
}
@media (hover: hover) and (pointer: fine) {
  .main-navigation .menu a:hover {
    color: var(--c-accent);
  }
}

.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
  color: var(--c-accent);
}

@media (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation__panel {
    position: static;
    padding: 0;
    visibility: visible;
    background-color: transparent;
    border: 0;
    opacity: 1;
    transform: none;
  }
  .main-navigation .menu {
    flex-direction: row;
    gap: var(--space-24);
    align-items: center;
  }
  .main-navigation .menu a {
    min-height: 0;
    padding-block: var(--space-8);
    font-size: var(--fs-meta);
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
}
/*!
Theme Name: OnDigital News
Theme URI: https://ondigital-marketing.com/ondigital-news/
Author: OnDigital
Author URI: https://ondigital-marketing.com/
Description: A classic editorial news theme with a single-accent, source-first design language. Serif headlines, sans UI, borderless whitespace-separated cards, and a self-contained Quatro optimization layer (SEO, Answer Engines, Geographic, Social). No SEO plugins required.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ondigital-news
Tags: news, blog, custom-logo, custom-menu, featured-images, 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.

OnDigital 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.

Fonts: Inter and Source Serif 4, both SIL Open Font License 1.1, self-hosted in /fonts.
*/
.site-search {
  position: absolute;
  inset-inline: 0;
  top: 100%;
  z-index: var(--z-panel);
  padding-block: var(--space-16);
  visibility: hidden;
  background-color: var(--c-bg);
  border-block-end: 1px solid var(--c-border);
  opacity: 0;
  transform: translateY(-8px);
}
@media (prefers-reduced-motion: no-preference) {
  .site-search {
    transition: opacity var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out), visibility var(--dur-slow);
  }
}

.site-header.is-search-open .site-search {
  visibility: visible;
  opacity: 1;
  transform: none;
}

.site-search .search-form {
  display: flex;
  gap: var(--space-8);
}

.site-search .search-field {
  flex: 1 1 auto;
  min-height: var(--tap-min);
  padding-inline: var(--space-12);
  font-family: var(--ff-sans);
  color: var(--c-text);
  background-color: var(--c-bg);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
}

.site-search .search-submit {
  min-height: var(--tap-min);
  padding-inline: var(--space-16);
  font-family: var(--ff-sans);
  font-weight: 600;
  color: var(--c-accent-ink);
  background-color: var(--c-accent);
  border-radius: var(--radius);
}
@media (prefers-reduced-motion: no-preference) {
  .site-search .search-submit:active {
    transform: scale(0.97);
  }
}

/*!
Theme Name: OnDigital News
Theme URI: https://ondigital-marketing.com/ondigital-news/
Author: OnDigital
Author URI: https://ondigital-marketing.com/
Description: A classic editorial news theme with a single-accent, source-first design language. Serif headlines, sans UI, borderless whitespace-separated cards, and a self-contained Quatro optimization layer (SEO, Answer Engines, Geographic, Social). No SEO plugins required.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ondigital-news
Tags: news, blog, custom-logo, custom-menu, featured-images, 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.

OnDigital 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.

Fonts: Inter and Source Serif 4, both SIL Open Font License 1.1, self-hosted in /fonts.
*/
.c-backtotop {
  position: fixed;
  right: var(--space-16);
  bottom: calc(var(--space-16) + env(safe-area-inset-bottom));
  z-index: var(--z-backtotop);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--c-accent-ink);
  background-color: var(--c-accent);
  border-radius: var(--radius-pill);
}
@media (prefers-reduced-motion: no-preference) {
  .c-backtotop {
    transition: transform var(--dur-fast) var(--ease-out);
  }
}
.c-backtotop[hidden] {
  display: none;
}
@media (prefers-reduced-motion: no-preference) {
  .c-backtotop:active {
    transform: scale(0.97);
  }
}

.c-backtotop__arrow {
  font-size: 1.25rem;
  line-height: 1;
}

.has-share-bar .c-backtotop {
  bottom: calc(48px + var(--space-24) + env(safe-area-inset-bottom));
}

/*!
Theme Name: OnDigital News
Theme URI: https://ondigital-marketing.com/ondigital-news/
Author: OnDigital
Author URI: https://ondigital-marketing.com/
Description: A classic editorial news theme with a single-accent, source-first design language. Serif headlines, sans UI, borderless whitespace-separated cards, and a self-contained Quatro optimization layer (SEO, Answer Engines, Geographic, Social). No SEO plugins required.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ondigital-news
Tags: news, blog, custom-logo, custom-menu, featured-images, 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.

OnDigital 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.

Fonts: Inter and Source Serif 4, both SIL Open Font License 1.1, self-hosted in /fonts.
*/
.s-share {
  position: fixed;
  inset-inline: 0;
  inset-block-end: 0;
  z-index: var(--z-share);
  display: flex;
  align-items: center;
  gap: var(--space-8);
  padding: var(--space-8) var(--container-pad);
  padding-block-end: calc(var(--space-8) + env(safe-area-inset-bottom));
  background-color: var(--c-bg);
  border-block-start: 1px solid var(--c-border);
}
@media (prefers-reduced-motion: no-preference) {
  .s-share {
    transition: transform var(--dur-base) var(--ease-out);
  }
}
.s-share.is-hidden {
  transform: translateY(100%);
}

.s-share__label {
  display: none;
}

.s-share__btn {
  display: inline-flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding-inline: var(--space-12);
  font-family: var(--ff-sans);
  font-size: var(--fs-meta);
  font-weight: 600;
  color: var(--c-text);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
}
@media (hover: hover) and (pointer: fine) {
  .s-share__btn:hover {
    color: var(--c-accent);
    border-color: var(--c-accent);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .s-share__btn:active {
    transform: scale(0.97);
  }
}
.s-share__btn[hidden] {
  display: none;
}

@media (min-width: 1024px) {
  .s-share {
    position: static;
    max-width: var(--measure);
    margin-block: var(--space-32);
    margin-inline: auto;
    padding-inline: var(--container-pad);
    padding-block-end: 0;
    border: 0;
  }
  .s-share.is-hidden {
    transform: none;
  }
  .s-share__label {
    display: inline;
    color: var(--c-text-muted);
  }
  .s-share__btn {
    flex: 0 0 auto;
  }
}
/*!
Theme Name: OnDigital News
Theme URI: https://ondigital-marketing.com/ondigital-news/
Author: OnDigital
Author URI: https://ondigital-marketing.com/
Description: A classic editorial news theme with a single-accent, source-first design language. Serif headlines, sans UI, borderless whitespace-separated cards, and a self-contained Quatro optimization layer (SEO, Answer Engines, Geographic, Social). No SEO plugins required.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ondigital-news
Tags: news, blog, custom-logo, custom-menu, featured-images, 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.

OnDigital 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.

Fonts: Inter and Source Serif 4, both SIL Open Font License 1.1, self-hosted in /fonts.
*/
.site-main {
  display: block;
}

.c-mustread {
  display: grid;
  gap: var(--space-24);
}
@media (min-width: 1024px) {
  .c-mustread {
    grid-template-columns: 1.6fr 1fr;
    align-items: start;
  }
}

.c-mustread__rail {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.c-editors {
  display: flex;
  flex-direction: column;
  gap: var(--space-24);
}

@media (min-width: 1024px) {
  .c-editors__feature .c-card__overlay {
    aspect-ratio: 21/9;
  }
}

.c-section-end {
  margin-block-start: var(--space-24);
}
@media (min-width: 640px) {
  .c-section-end {
    display: none;
  }
}

/*!
Theme Name: OnDigital News
Theme URI: https://ondigital-marketing.com/ondigital-news/
Author: OnDigital
Author URI: https://ondigital-marketing.com/
Description: A classic editorial news theme with a single-accent, source-first design language. Serif headlines, sans UI, borderless whitespace-separated cards, and a self-contained Quatro optimization layer (SEO, Answer Engines, Geographic, Social). No SEO plugins required.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ondigital-news
Tags: news, blog, custom-logo, custom-menu, featured-images, 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.

OnDigital 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.

Fonts: Inter and Source Serif 4, both SIL Open Font License 1.1, self-hosted in /fonts.
*/
.reading-progress {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: var(--z-progress);
  height: 2px;
  pointer-events: none;
  background-color: transparent;
}

.reading-progress__bar {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--c-accent);
  transform: scaleX(0);
  transform-origin: left center;
}

.s-single {
  display: flex;
  flex-direction: column;
  gap: var(--space-24);
  margin-block: var(--space-24);
}

.s-single__header {
  display: flex;
  flex-direction: column;
  gap: var(--space-12);
}

.s-single__title {
  font-family: var(--ff-serif);
  font-size: var(--fs-hero);
  font-weight: 700;
}

.s-single__media {
  margin: 0;
}
.s-single__media img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: var(--radius);
}

.s-single__body {
  width: 100%;
  max-width: var(--measure);
  margin-inline: auto;
  padding-inline: var(--container-pad);
  font-family: var(--ff-serif);
  font-size: 17px;
  line-height: var(--lh-body);
}

.entry-content > * + * {
  margin-block-start: var(--space-24);
}

.entry-content h2 {
  margin-block-start: var(--space-32);
  font-size: var(--fs-section);
}

.entry-content h3 {
  margin-block-start: var(--space-24);
  font-size: var(--fs-card-lg);
}

.entry-content img {
  height: auto;
  border-radius: var(--radius);
}

.entry-content blockquote {
  margin-inline: 0;
  padding-inline-start: var(--space-16);
  color: var(--c-text-muted);
  border-inline-start: 3px solid var(--c-accent);
}

.entry-content ul,
.entry-content ol {
  padding-inline-start: var(--space-24);
}

.entry-content li + li {
  margin-block-start: var(--space-8);
}

.s-sourcebox {
  display: flex;
  gap: var(--space-16);
  align-items: flex-start;
  margin-block-start: var(--space-16);
  padding: var(--space-24);
  background-color: var(--c-surface-alt);
  border-radius: var(--radius);
}

.s-sourcebox__logo .c-avatar,
.s-source-header__logo .c-avatar,
.c-avatar-lg {
  width: 56px;
  height: 56px;
  font-size: 22px;
  border-radius: var(--radius-pill);
}

.s-source-header__logo .c-avatar,
.s-source-header__logo img {
  width: 72px;
  height: 72px;
}

.s-sourcebox__name {
  font-family: var(--ff-serif);
  font-size: var(--fs-card-lg);
  font-weight: 600;
}

.s-sourcebox__desc {
  margin-block-start: var(--space-4);
  font-size: var(--fs-excerpt);
  color: var(--c-text-muted);
}

.s-sourcebox__more {
  display: inline-flex;
  align-items: center;
  gap: var(--space-4);
  margin-block-start: var(--space-8);
  font-family: var(--ff-sans);
  font-size: var(--fs-meta);
  font-weight: 600;
  color: var(--c-accent);
}
@media (hover: hover) and (pointer: fine) {
  .s-sourcebox__more:hover .c-btn__arrow {
    transform: translateX(4px);
  }
}

/*!
Theme Name: OnDigital News
Theme URI: https://ondigital-marketing.com/ondigital-news/
Author: OnDigital
Author URI: https://ondigital-marketing.com/
Description: A classic editorial news theme with a single-accent, source-first design language. Serif headlines, sans UI, borderless whitespace-separated cards, and a self-contained Quatro optimization layer (SEO, Answer Engines, Geographic, Social). No SEO plugins required.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ondigital-news
Tags: news, blog, custom-logo, custom-menu, featured-images, 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.

OnDigital 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.

Fonts: Inter and Source Serif 4, both SIL Open Font License 1.1, self-hosted in /fonts.
*/
.s-archive-header {
  margin-block-end: var(--space-32);
}

.s-archive-header__title {
  font-size: var(--fs-hero);
  font-weight: 700;
}

.s-archive-header__desc {
  margin-block-start: var(--space-8);
  max-width: var(--measure);
  color: var(--c-text-muted);
}

.s-source-header {
  display: flex;
  gap: var(--space-16);
  align-items: center;
  margin-block-end: var(--space-32);
}

.s-source-header__title {
  font-size: var(--fs-section);
  font-weight: 700;
}

.s-source-header__desc {
  margin-block-start: var(--space-4);
  max-width: var(--measure);
  color: var(--c-text-muted);
}

.s-source-header__link {
  display: inline-flex;
  align-items: center;
  gap: var(--space-4);
  margin-block-start: var(--space-8);
  font-family: var(--ff-sans);
  font-size: var(--fs-meta);
  font-weight: 600;
  color: var(--c-accent);
}
@media (hover: hover) and (pointer: fine) {
  .s-source-header__link:hover .c-btn__arrow {
    transform: translateX(4px);
  }
}

.pagination {
  margin-block-start: var(--space-48);
}
.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-8);
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: var(--tap-min);
  min-height: var(--tap-min);
  padding-inline: var(--space-12);
  font-family: var(--ff-sans);
  font-size: var(--fs-meta);
  font-weight: 600;
  color: var(--c-text);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
}
@media (hover: hover) and (pointer: fine) {
  .pagination .page-numbers:hover {
    border-color: var(--c-accent);
    color: var(--c-accent);
  }
}
.pagination .page-numbers.current {
  color: var(--c-accent-ink);
  background-color: var(--c-accent);
  border-color: var(--c-accent);
}
.pagination .page-numbers.dots {
  border-color: transparent;
}

.s-notfound,
.s-notfound-search {
  max-width: var(--measure);
  margin-block: var(--space-24);
}
