/*
Theme Name: Editorial Glau
Theme URI: https://example.com/editorial-glau
Author: Editorial Glau
Author URI: https://example.com
Description: Tema editorial responsivo criado do zero para portais de notícias, com home modular por categorias, SEO/Open Graph, favicon, menu móvel e comentários desativados.
Version: 1.2.6
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: editorial-glau
Tags: news, blog, custom-logo, custom-menu, featured-images
*/

:root {
  --eg-blue: #b68a2f;
  --eg-blue-dark: #8d6b24;
  --eg-text: #25292d;
  --eg-muted: #727b84;
  --eg-line: #cfd4d8;
  --eg-soft: #f5f6f7;
  --eg-softer: #fafafa;
  --eg-white: #fff;
  --eg-container: 1180px;
  --eg-shadow: 0 8px 28px rgba(0, 46, 79, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--eg-text);
  background: #fff;
  font-family: "Roboto", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--eg-blue); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.eg-container { width: min(100% - 36px, var(--eg-container)); margin-inline: auto; }
.eg-image-placeholder { display: block; width: 100%; height: 100%; min-height: 90px; background: #e4e7e9; }

/* Header — the contact/social bar from the reference is intentionally omitted. */
.eg-site-header { position: relative; z-index: 100; color: #fff; background: var(--eg-blue); }
.eg-brand-row { min-height: 160px; display: flex; align-items: center; justify-content: center; }
.eg-branding { display: inline-flex; align-items: center; justify-content: center; margin-inline: auto; width: 100%; max-width: min(680px, 88vw); color: #fff; text-align: center; }
.eg-logo-image { width: auto; max-width: 100%; max-height: 126px; object-fit: contain; }
.eg-logo-fallback { display: flex; align-items: center; gap: 16px; }
.eg-logo-mark { font-size: 74px; line-height: .8; font-weight: 900; letter-spacing: -8px; color: #fff; }
.eg-logo-copy { display: flex; flex-direction: column; }
.eg-logo-title { max-width: 230px; font-size: 31px; font-weight: 800; line-height: .95; }
.eg-logo-tagline { margin-top: 8px; font-size: 11px; letter-spacing: .24em; text-transform: uppercase; opacity: .9; }
.eg-nav-wrap { border-top: 3px solid rgba(255,255,255,.95); background: var(--eg-blue); }
.eg-nav-inner { min-height: 58px; display: flex; align-items: center; gap: 14px; }
.eg-primary-nav { min-width: 0; flex: 1; overflow: hidden; }
.eg-primary-nav ul { display: flex; align-items: stretch; gap: 0; margin: 0; padding: 0; list-style: none; white-space: nowrap; }
.eg-primary-nav li { position: relative; }
.eg-primary-nav a { display: flex; align-items: center; min-height: 58px; padding: 0 13px; color: #fff; font-size: 16px; font-weight: 400; }
.eg-primary-nav a:hover,
.eg-primary-nav .current-menu-item > a,
.eg-primary-nav .current-menu-ancestor > a { color: #fff; background: rgba(255,255,255,.13); }
.eg-primary-nav .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 30;
  display: none;
  min-width: 230px;
  flex-direction: column;
  padding: 4px 0;
  background: #fff;
  box-shadow: var(--eg-shadow);
}
.eg-primary-nav li:hover > .sub-menu { display: flex; }
.eg-primary-nav .sub-menu a { min-height: 42px; color: var(--eg-text); border-bottom: 1px solid #e5e7e9; }
.eg-primary-nav .sub-menu a:hover { color: var(--eg-blue); background: #f6f7f8; }
.eg-icon-button {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255,255,255,.85);
  border-radius: 5px;
  color: #fff;
  background: transparent;
}
.eg-icon-button svg { width: 25px; height: 25px; fill: currentColor; }
.eg-nav-toggle { display: none; }

/* Shared labels and headings */
.eg-kicker {
  --eg-kicker-color: var(--eg-blue);
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 29px;
  padding: 4px 12px 3px;
  border-radius: 5px;
  color: #fff !important;
  background: var(--eg-kicker-color);
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.eg-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; color: var(--eg-muted); font-size: 14px; line-height: 1.25; }
.eg-plain-heading { position: relative; margin: 0 0 22px; padding: 0 0 12px; border-bottom: 4px solid #eceeef; }
.eg-plain-heading::after { content: "!"; position: absolute; right: 18px; bottom: -9px; color: #edf0f2; font-size: 88px; line-height: .8; font-weight: 900; pointer-events: none; }
.eg-plain-heading h2 { position: relative; z-index: 1; margin: 0; color: #7a7f83; font-size: 31px; line-height: 1; font-weight: 300; }
.eg-plain-heading-small { margin-bottom: 4px; }
.eg-plain-heading-small h2 { font-size: 25px; }

/* Home top */
.eg-main { padding: 42px 0 70px; }
.eg-home-main { padding-bottom: 0; }
.eg-home-top { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(330px, .8fr); gap: 30px; align-items: start; }
.eg-hero { position: relative; min-height: 500px; overflow: hidden; background: #111; }
.eg-hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .4s ease; }
.eg-hero-slide.is-active { opacity: 1; visibility: visible; }
.eg-hero-slide > a { position: absolute; inset: 0; display: block; color: #fff; }
.eg-hero-slide img { width: 100%; height: 500px; object-fit: cover; }
.eg-hero-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0,0,0,.03) 18%, rgba(0,0,0,.83) 100%); pointer-events: none; }
.eg-hero-content { position: absolute; z-index: 2; left: 34px; right: 54px; bottom: 32px; display: flex; flex-direction: column; align-items: flex-start; }
.eg-hero-title { margin-top: 12px; color: #fff; font-size: clamp(36px, 4.2vw, 58px); font-weight: 300; line-height: 1.03; letter-spacing: -.02em; }
.eg-hero-nav { position: absolute; z-index: 4; inset-inline: 8px; top: 50%; display: flex; justify-content: space-between; pointer-events: none; transform: translateY(-50%); }
.eg-hero-arrow { pointer-events: auto; width: 42px; height: 62px; border: 0; color: rgba(255,255,255,.68); background: transparent; font-size: 54px; font-weight: 200; line-height: 1; }
.eg-hero-arrow:hover { color: #fff; }
.eg-hero-dots { position: absolute; z-index: 4; left: 34px; top: 22px; display: flex; gap: 7px; }
.eg-hero-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50px; background: rgba(255,255,255,.5); }
.eg-hero-dot.is-active { width: 27px; background: #fff; }
.eg-top-list { display: grid; align-content: start; }
.eg-mini-card { border-bottom: 1px solid var(--eg-line); }
.eg-mini-card .eg-card-link { display: grid; grid-template-columns: 128px minmax(0, 1fr); gap: 15px; padding: 0 0 17px; margin-bottom: 17px; }
.eg-mini-card .eg-card-media { display: block; }
.eg-mini-card img,
.eg-mini-card .eg-image-placeholder { width: 128px; height: 87px; object-fit: cover; }
.eg-card-copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.eg-mini-title { display: block; margin-top: 8px; font-size: 19px; line-height: 1.12; font-weight: 800; }
.eg-card-link:hover .eg-mini-title,
.eg-card-link:hover .eg-news-title,
.eg-category-row a:hover .eg-category-row-title,
.eg-category-feature a:hover .eg-category-feature-title { color: var(--eg-blue); }

/* Latest */
.eg-latest-section { margin-top: 58px; }
.eg-latest-layout { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(300px, .72fr); gap: 42px; align-items: start; }
.eg-news-list { display: grid; }
.eg-news-row { border-bottom: 1px solid var(--eg-line); }
.eg-news-row .eg-card-link { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 23px; padding: 0 0 22px; margin-bottom: 22px; }
.eg-news-row img,
.eg-news-row .eg-image-placeholder { width: 210px; height: 140px; object-fit: cover; }
.eg-news-title { display: block; margin-top: 10px; color: var(--eg-text); font-size: 26px; line-height: 1.08; font-weight: 800; }
.eg-news-excerpt { display: block; margin-top: 10px; color: var(--eg-muted); font-size: 15px; line-height: 1.35; }
.eg-most-read { padding: 22px 22px 8px; background: var(--eg-soft); }
.eg-ranked-item { border-bottom: 1px solid var(--eg-line); }
.eg-ranked-item > a { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 13px; padding: 17px 0; }
.eg-rank { color: var(--eg-blue); font-size: 34px; line-height: 1; font-weight: 300; }
.eg-ranked-copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.eg-ranked-title { margin-top: 7px; font-size: 17px; line-height: 1.12; font-weight: 800; }

/* Category blocks */
.eg-category-section { margin-top: 70px; padding: 52px 0 48px; background: var(--eg-soft); }
.eg-category-section + .eg-category-section { margin-top: 22px; }
.eg-category-heading { position: relative; margin: 0 0 28px; padding: 0 20px 13px; border-bottom: 5px solid #e5e8ea; overflow: hidden; }
.eg-category-heading::after { content: "!"; position: absolute; z-index: 0; right: 34px; bottom: -18px; color: #e8ebed; font-size: 115px; line-height: .8; font-weight: 900; }
.eg-category-heading h2 { position: relative; z-index: 1; margin: 0; color: #85898c; font-size: 39px; line-height: 1; font-weight: 300; }
.eg-category-layout { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(0, 1fr); gap: 36px; align-items: start; }
.eg-category-feature { min-width: 0; }
.eg-category-feature > a { display: flex; flex-direction: column; }
.eg-category-feature-media { display: block; overflow: hidden; background: #ddd; }
.eg-category-feature-media img,
.eg-category-feature-media .eg-image-placeholder { width: 100%; height: 430px; object-fit: cover; }
.eg-category-feature-copy { display: flex; flex-direction: column; align-items: flex-start; padding: 24px 0 0; }
.eg-category-feature-title { display: block; margin-top: 13px; color: var(--eg-text); font-size: 39px; line-height: 1.08; font-weight: 800; letter-spacing: -.012em; }
.eg-category-feature-excerpt { display: block; margin-top: 16px; color: var(--eg-muted); font-size: 20px; line-height: 1.45; font-weight: 300; }
.eg-category-list { display: grid; }
.eg-category-row { border-bottom: 1px solid var(--eg-line); }
.eg-category-row > a { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 20px; padding: 0 0 18px; margin-bottom: 18px; }
.eg-category-row img,
.eg-category-row .eg-image-placeholder { width: 160px; height: 106px; object-fit: cover; }
.eg-category-row-title { display: block; margin-top: 9px; color: var(--eg-text); font-size: 21px; line-height: 1.12; font-weight: 800; }
.eg-more-button { display: table; max-width: 100%; margin: 35px auto 0; padding: 8px 15px 7px; border: 2px solid #7f878e; border-radius: 5px; color: #737c84; font-size: 18px; line-height: 1.1; text-align: center; text-transform: uppercase; }
.eg-more-button:hover { color: #fff; border-color: var(--eg-blue); background: var(--eg-blue); }
.eg-empty-category { margin-top: 18px; }

/* Article, page, archive */
.eg-content-layout { display: grid; grid-template-columns: minmax(0, 790px) minmax(280px, 330px); gap: 56px; justify-content: space-between; align-items: start; }
.eg-breadcrumbs { margin: 0 0 22px; color: var(--eg-muted); font-size: 13px; }
.eg-breadcrumbs a { color: var(--eg-blue); }
.eg-article-header { margin-bottom: 18px; }
.eg-article-header > .eg-kicker { margin-bottom: 12px; }
.eg-article-title { max-width: 980px; margin: 0; color: var(--eg-text); font-size: clamp(39px, 4.6vw, 59px); line-height: 1.035; letter-spacing: -.026em; font-weight: 800; }
.eg-article-deck { max-width: 920px; margin: 12px 0 0; color: var(--eg-muted); font-size: 22px; line-height: 1.34; font-weight: 300; }
.eg-article-rule { margin: 18px 0 14px; border: 0; border-top: 1px solid var(--eg-line); }
.eg-byline { display: flex; align-items: center; gap: 13px; margin: 0; color: var(--eg-muted); font-size: 14px; }
.eg-byline-avatar { flex: 0 0 auto; width: 48px; height: 48px; overflow: hidden; border-radius: 50%; background: #eef0f1; }
.eg-byline-avatar img { width: 48px; height: 48px; object-fit: cover; }
.eg-byline-copy { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 10px; }
.eg-author-name { color: var(--eg-text); font-weight: 700; }
.eg-share { display: flex; align-items: center; gap: 8px; margin: 16px 0; }
.eg-share-label { margin-right: 4px; color: var(--eg-muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.eg-share-button { width: 37px; height: 37px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: var(--eg-blue); }
.eg-share-button svg { width: 18px; height: 18px; fill: currentColor; }
.eg-featured-image { width: 100%; margin: 22px 0 31px; }
.eg-featured-image img { width: 100%; max-height: 650px; object-fit: cover; }
.eg-featured-image figcaption { margin-top: 7px; color: var(--eg-muted); font-size: 12px; }
.eg-article-content { color: #303438; font-family: "Roboto", "Segoe UI", Arial, Helvetica, sans-serif; font-size: 19px; line-height: 1.72; }
.eg-article-content > *:first-child { margin-top: 0; }
.eg-article-content p { margin: 0 0 1.35em; }
.eg-article-content h2,
.eg-article-content h3,
.eg-article-content h4 { margin: 1.55em 0 .65em; color: var(--eg-text); line-height: 1.15; }
.eg-article-content h2 { font-size: 32px; }
.eg-article-content h3 { font-size: 26px; }
.eg-article-content a { color: var(--eg-blue); text-decoration: underline; }
.eg-article-content blockquote { margin: 1.5em 0; padding: 18px 24px; border-left: 5px solid var(--eg-blue); background: var(--eg-soft); font-style: italic; }
.eg-article-content iframe,
.eg-article-content video { max-width: 100%; }
.eg-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0; }
.eg-tags a { padding: 6px 10px; border: 1px solid var(--eg-line); color: var(--eg-muted); font-size: 12px; text-transform: uppercase; }
.eg-author-box { display: grid; grid-template-columns: 86px 1fr; gap: 18px; margin: 36px 0; padding: 24px; border-top: 4px solid var(--eg-blue); background: var(--eg-soft); }
.eg-author-box img { border-radius: 50%; }
.eg-author-box h3 { margin: 0 0 6px; }
.eg-author-box p { margin: 0; color: var(--eg-muted); }
.eg-section { margin-top: 44px; }
.eg-section-heading { position: relative; margin-bottom: 22px; padding-bottom: 11px; border-bottom: 4px solid #eceeef; }
.eg-section-title { margin: 0; color: #7a7f83; font-size: 28px; line-height: 1; font-weight: 300; }
.eg-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.eg-related-card > a { display: block; width: 100%; }
.eg-related-card img,
.eg-related-card .eg-image-placeholder { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.eg-related-card h3 { margin: 9px 0 0; font-size: 17px; line-height: 1.14; }
.eg-sidebar { position: sticky; top: 24px; }
.eg-sidebar-block { margin-bottom: 30px; padding: 18px; background: var(--eg-soft); }
.eg-sidebar-block .eg-section-heading { margin: -2px 0 8px; }
.eg-sidebar-block .eg-section-title { font-size: 24px; }
.eg-sidebar-news { padding: 15px 0; border-bottom: 1px solid var(--eg-line); }
.eg-sidebar-news h3 { margin: 7px 0 0; font-size: 17px; line-height: 1.13; }
.eg-archive-title { margin: 0 0 25px; color: var(--eg-text); font-size: 43px; line-height: 1.04; }
.eg-archive-description { margin: -10px 0 26px; color: var(--eg-muted); }
.eg-pagination { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.eg-pagination .page-numbers { min-width: 39px; height: 39px; display: grid; place-items: center; padding: 0 10px; border: 1px solid var(--eg-line); }
.eg-pagination .current,
.eg-pagination a:hover { color: #fff; border-color: var(--eg-blue); background: var(--eg-blue); }
.eg-empty { padding: 34px; color: var(--eg-muted); background: var(--eg-soft); text-align: center; }

/* Footer */
.eg-site-footer { color: #fff; border-top: 4px solid rgba(255,255,255,.75); background: var(--eg-blue); }
.eg-footer-inner { min-height: 190px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px; text-align: center; }
.eg-footer-logo { width: auto; max-width: min(430px, 78vw); max-height: 105px; object-fit: contain; }
.eg-footer-title { font-size: 28px; font-weight: 800; }
.eg-copyright { font-size: 13px; opacity: .92; }
.eg-back-top { position: fixed; z-index: 90; right: 24px; bottom: 20px; width: 52px; height: 52px; display: none; border: 0; border-radius: 50%; color: #fff; background: var(--eg-blue); box-shadow: var(--eg-shadow); }
.eg-back-top.is-visible { display: block; }

@media (max-width: 1050px) {
  .eg-home-top,
  .eg-latest-layout,
  .eg-content-layout { grid-template-columns: 1fr; }
  .eg-top-list { grid-template-columns: 1fr 1fr; gap: 0 24px; }
  .eg-most-read { margin-top: 8px; }
  .eg-sidebar { position: static; }
  .eg-category-layout { grid-template-columns: 1fr; }
  .eg-category-list { grid-template-columns: 1fr 1fr; gap: 0 28px; }
}

@media (max-width: 760px) {
  body { font-size: 15px; }
  .eg-container { width: min(100% - 32px, var(--eg-container)); }
  .eg-brand-row { min-height: 142px; justify-content: center; }
  .eg-branding { max-width: 88vw; }
  .eg-logo-image { max-height: 96px; }
  .eg-logo-mark { font-size: 62px; }
  .eg-logo-title { font-size: 25px; }
  .eg-nav-inner { position: relative; min-height: 58px; }
  .eg-primary-nav { overflow-x: auto; scrollbar-width: none; }
  .eg-primary-nav::-webkit-scrollbar { display: none; }
  .eg-primary-nav ul { padding-right: 55px; }
  .eg-primary-nav a { min-height: 58px; padding-inline: 7px; font-size: 16px; }
  .eg-primary-nav .sub-menu { display: none !important; }
  .eg-nav-toggle { position: absolute; right: 0; display: grid; background: var(--eg-blue); }
  .eg-primary-nav.is-open { position: absolute; left: 0; right: 0; top: 100%; z-index: 100; overflow: visible; background: #fff; box-shadow: var(--eg-shadow); }
  .eg-primary-nav.is-open ul { flex-direction: column; padding: 0; white-space: normal; }
  .eg-primary-nav.is-open a { min-height: 48px; padding: 0 18px; color: var(--eg-text); border-bottom: 1px solid var(--eg-line); }
  .eg-primary-nav.is-open a:hover { color: var(--eg-blue); background: #f5f6f7; }

  .eg-main { padding-top: 18px; }
  .eg-home-top { gap: 0; }
  .eg-hero { min-height: 430px; }
  .eg-hero-slide img { height: 430px; }
  .eg-hero-content { left: 32px; right: 43px; bottom: 28px; }
  .eg-hero-title { font-size: 35px; line-height: 1.08; font-weight: 300; }
  .eg-hero-dots { left: 32px; }
  .eg-hero-arrow { width: 30px; font-size: 48px; }
  .eg-top-list { grid-template-columns: 1fr; margin: 0 30px; }
  .eg-mini-card:first-child { margin-top: 0; }
  .eg-mini-card .eg-card-link { grid-template-columns: 113px minmax(0, 1fr); gap: 15px; padding: 0 0 20px; margin: 20px 0 0; }
  .eg-mini-card img,
  .eg-mini-card .eg-image-placeholder { width: 113px; height: 76px; }
  .eg-mini-title { margin-top: 9px; font-size: 20px; line-height: 1.12; }
  .eg-meta { gap: 7px 12px; font-size: 14px; }
  .eg-kicker { min-height: 28px; padding-inline: 11px; font-size: 14px; }

  .eg-latest-section { margin-top: 58px; }
  .eg-plain-heading { margin-inline: 6px; }
  .eg-plain-heading h2 { font-size: 28px; }
  .eg-latest-layout { gap: 30px; }
  .eg-news-row .eg-card-link { grid-template-columns: 113px minmax(0, 1fr); gap: 15px; padding: 0 0 22px; margin-bottom: 22px; }
  .eg-news-row img,
  .eg-news-row .eg-image-placeholder { width: 113px; height: 76px; }
  .eg-news-title { margin-top: 10px; font-size: 21px; line-height: 1.12; }
  .eg-news-excerpt { display: none; }
  .eg-most-read { padding: 18px 20px 5px; }

  .eg-category-section { margin-top: 56px; padding: 47px 0 43px; }
  .eg-category-section + .eg-category-section { margin-top: 16px; }
  .eg-category-heading { margin-bottom: 24px; padding-inline: 16px; }
  .eg-category-heading h2 { font-size: 32px; }
  .eg-category-heading::after { right: 30px; font-size: 100px; }
  .eg-category-feature-media img,
  .eg-category-feature-media .eg-image-placeholder { height: 365px; }
  .eg-category-feature-copy { padding-top: 20px; }
  .eg-category-feature-title { margin-top: 13px; font-size: 32px; line-height: 1.08; }
  .eg-category-feature-excerpt { margin-top: 14px; font-size: 20px; line-height: 1.42; }
  .eg-category-list { grid-template-columns: 1fr; margin-top: 30px; }
  .eg-category-row > a { grid-template-columns: 113px minmax(0, 1fr); gap: 15px; padding-bottom: 22px; margin-bottom: 22px; }
  .eg-category-row img,
  .eg-category-row .eg-image-placeholder { width: 113px; height: 76px; }
  .eg-category-row-title { margin-top: 10px; font-size: 21px; line-height: 1.12; }
  .eg-more-button { margin-top: 30px; font-size: 17px; }

  .eg-content-layout { gap: 38px; }
  .eg-breadcrumbs { margin-bottom: 10px; }
  .eg-article-title { font-size: 39px; line-height: 1.04; }
  .eg-article-deck { margin-top: 10px; font-size: 20px; }
  .eg-byline { align-items: flex-start; gap: 10px; }
  .eg-article-content { font-size: 18px; line-height: 1.68; }
  .eg-related-grid { grid-template-columns: 1fr; }
  .eg-related-card { display: block; }
  .eg-related-card > a { display: grid; grid-template-columns: 118px minmax(0, 1fr); gap: 13px; align-items: start; width: 100%; }
  .eg-related-card img,
  .eg-related-card .eg-image-placeholder { width: 118px; height: 78px; aspect-ratio: auto; object-fit: cover; }
  .eg-related-card h3 { margin: 0; font-size: 18px; line-height: 1.15; overflow-wrap: anywhere; }
  .eg-author-box { grid-template-columns: 65px 1fr; padding: 18px; }
  .eg-archive-title { font-size: 37px; }
  .eg-footer-inner { min-height: 175px; }
  .eg-back-top { right: 22px; bottom: 18px; width: 50px; height: 50px; }
}

@media (max-width: 430px) {
  .eg-container { width: min(100% - 20px, var(--eg-container)); }
  .eg-brand-row { min-height: 122px; }
  .eg-logo-image { max-height: 82px; }
  .eg-primary-nav a { padding-inline: 5px; font-size: 15px; }
  .eg-main { padding-top: 10px; }
  .eg-hero { min-height: 330px; }
  .eg-hero-slide img { height: 330px; }
  .eg-hero-content { left: 20px; right: 35px; bottom: 22px; }
  .eg-hero-title { font-size: 27px; }
  .eg-hero-dots { left: 20px; top: 15px; }
  .eg-top-list { margin-inline: 0; }
  .eg-mini-card .eg-card-link,
  .eg-news-row .eg-card-link,
  .eg-category-row > a { grid-template-columns: 96px minmax(0, 1fr); gap: 12px; }
  .eg-mini-card img,
  .eg-mini-card .eg-image-placeholder,
  .eg-news-row img,
  .eg-news-row .eg-image-placeholder,
  .eg-category-row img,
  .eg-category-row .eg-image-placeholder { width: 96px; height: 66px; }
  .eg-mini-title,
  .eg-news-title,
  .eg-category-row-title { font-size: 17px; }
  .eg-meta { font-size: 12px; gap: 6px 9px; }
  .eg-kicker { min-height: 25px; padding: 4px 9px 3px; font-size: 12px; }
  .eg-category-section { padding-top: 38px; }
  .eg-category-heading h2 { font-size: 27px; }
  .eg-category-feature-media img,
  .eg-category-feature-media .eg-image-placeholder { height: 270px; }
  .eg-category-feature-title { font-size: 27px; }
  .eg-category-feature-excerpt { font-size: 18px; }
  .eg-article-title { font-size: 34px; line-height: 1.05; }
  .eg-article-header { margin-bottom: 14px; }
  .eg-article-header > .eg-kicker { margin-bottom: 10px; }
  .eg-article-rule { margin: 16px 0 12px; }
  .eg-share { margin: 12px 0; }

}
