/*
Theme Name: EM 2028
Theme URI: https://fussballem2028.de/
Author: fussballem2028.de
Author URI: https://fussballem2028.de/
Description: Magazin-Theme im Fußballrasen-Look für fussballem2028.de – das deutsche News-Portal zur Fußball-Europameisterschaft 2028 in Großbritannien und Irland. Animiertes Stadion-Logo, Rasen-Hero mit Countdown, News-Grid, SEO-Textbereich, optimiert für Core Web Vitals.
Version: 1.3.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: em2028
Tags: news, blog, one-column, right-sidebar, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* =========================================================
   1. Design-Tokens: Fussballrasen
   ========================================================= */
:root {
  /* Rasen-Töne */
  --em-pitch: #1e8a3c;        /* Hauptrasen */
  --em-pitch-2: #23a44a;      /* helle Rasenbahn */
  --em-pitch-deep: #0d5424;   /* dunkler Rasen / Hover */
  --em-night: #08351a;        /* fast-schwarzes Grün: Header/Footer */
  --em-night-2: #0d4a24;      /* Verlaufspartner */
  --em-chalk: #ffffff;        /* Kreidelinien */
  --em-gold: #f7b500;         /* Pokal-Akzent */
  --em-red: #d92637;          /* Breaking/Live */
  --em-ink: #182420;          /* Text: dunkles Graugrün */
  --em-muted: #5a6b60;        /* Nebentext */
  --em-line: #dfe8e0;         /* Rahmen */
  --em-bg: #f2f7f2;           /* Seitengrund: Hauch Grün */
  --em-white: #ffffff;
  --em-radius: 12px;
  --em-shadow: 0 2px 10px rgba(8, 53, 26, .10);
  --em-shadow-lg: 0 12px 32px rgba(8, 53, 26, .18);
  --em-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --em-maxw: 1200px;
  --em-content: 760px;
}

/* =========================================================
   2. Basis
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }

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

body {
  margin: 0;
  font-family: var(--em-font);
  font-size: 17px;
  line-height: 1.65;
  color: var(--em-ink);
  background: var(--em-bg);
  overflow-wrap: break-word;
}

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

a { color: var(--em-pitch-deep); text-decoration: none; }
a:hover { color: var(--em-night); text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  line-height: 1.25;
  color: var(--em-night);
  margin: 1.6em 0 .5em;
}
h1 { font-size: clamp(1.7rem, 4vw, 2.4rem); margin-top: 0; }
h2 { font-size: clamp(1.35rem, 3vw, 1.75rem); }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.05rem; }

p { margin: 0 0 1.2em; }

blockquote {
  margin: 1.5em 0;
  padding: .8em 1.2em;
  border-left: 4px solid var(--em-pitch);
  background: var(--em-white);
  border-radius: 0 var(--em-radius) var(--em-radius) 0;
  font-style: italic;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  background: var(--em-white);
  font-size: .95rem;
}
th, td { padding: .6em .8em; border: 1px solid var(--em-line); text-align: left; }
th { background: var(--em-night); color: var(--em-white); }
tbody tr:nth-child(even) { background: #ecf4ec; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.em-container {
  max-width: var(--em-maxw);
  margin: 0 auto;
  padding: 0 20px;
}

/* =========================================================
   3. Header + animiertes Stadion-Logo
   ========================================================= */
.site-header {
  background: linear-gradient(135deg, var(--em-night) 0%, var(--em-night-2) 75%, #14622f 100%);
  color: var(--em-white);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: var(--em-shadow);
  border-bottom: 3px solid var(--em-gold);
}
.site-header .em-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 76px;
}

.site-branding { display: flex; align-items: center; gap: 14px; min-width: 0; }
.site-branding .custom-logo { max-height: 52px; width: auto; }

/* Eigenes SVG-Logo: Stadion + Ball + Fahnen */
.em-logo { display: block; height: 52px; width: auto; }
.em-logo .em-logo-ball { transform-origin: 61px 44px; animation: em-ball-spin 9s linear infinite; }
.em-logo .em-flag { transform-origin: left center; animation: em-flag-wave 3.2s ease-in-out infinite; }
.em-logo .em-flag-2 { animation-delay: .5s; }
.em-logo .em-flag-3 { animation-delay: 1s; }
.em-logo .em-flag-4 { animation-delay: 1.5s; }
@keyframes em-ball-spin { to { transform: rotate(360deg); } }
@keyframes em-flag-wave {
  0%, 100% { transform: skewY(0deg) scaleX(1); }
  50%      { transform: skewY(-4deg) scaleX(.94); }
}
@media (prefers-reduced-motion: reduce) {
  .em-logo .em-logo-ball, .em-logo .em-flag { animation: none; }
}

.site-title {
  margin: 0;
  font-size: 1.32rem;
  font-weight: 900;
  letter-spacing: -.02em;
  white-space: nowrap;
}
.site-title a { color: var(--em-white); text-decoration: none; }
.site-title .em-title-accent { color: var(--em-gold); }
.site-description {
  margin: 0;
  font-size: .72rem;
  color: #a9cdb2;
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* Navigation */
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.main-navigation a {
  display: block;
  padding: .55em .9em;
  color: #d9ecdd;
  font-weight: 600;
  font-size: .95rem;
  border-radius: 8px;
  text-decoration: none;
}
.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
  background: rgba(247, 181, 0, .18);
  color: var(--em-white);
  text-decoration: none;
}
.main-navigation ul ul {
  display: none;
  position: absolute;
  background: var(--em-night-2);
  border-radius: 0 0 var(--em-radius) var(--em-radius);
  box-shadow: var(--em-shadow-lg);
  min-width: 220px;
  padding: 6px;
  z-index: 110;
}
.main-navigation li { position: relative; }
.main-navigation li:hover > ul,
.main-navigation li:focus-within > ul { display: block; }

.menu-toggle {
  display: none;
  background: transparent;
  border: 2px solid rgba(255,255,255,.35);
  border-radius: 8px;
  color: var(--em-white);
  font-size: 1rem;
  padding: .4em .7em;
  cursor: pointer;
}

/* =========================================================
   4. Hero: Fussballrasen mit Kreidelinien + Countdown
   ========================================================= */
.em-hero {
  position: relative;
  overflow: hidden;
  color: var(--em-white);
  padding: 48px 0 46px;
  text-align: center;
  /* Rasenbahnen wie frisch gemäht */
  background: repeating-linear-gradient(
    90deg,
    var(--em-pitch) 0px,
    var(--em-pitch) 110px,
    var(--em-pitch-2) 110px,
    var(--em-pitch-2) 220px
  );
}
/* Vignette für Tiefe + Lesbarkeit */
.em-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 120%, rgba(8, 53, 26, .55) 0%, transparent 60%),
    linear-gradient(180deg, rgba(8, 53, 26, .45) 0%, rgba(8, 53, 26, .1) 40%, rgba(8, 53, 26, .35) 100%);
  pointer-events: none;
}
/* Kreidelinien: Mittelkreis + Mittellinie */
.em-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -130px;
  width: 340px;
  height: 340px;
  margin-left: -170px;
  border: 4px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  pointer-events: none;
}
.em-hero .em-hero-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 34px;
  height: 4px;
  background: rgba(255, 255, 255, .35);
  pointer-events: none;
}
.em-hero > .em-container { position: relative; z-index: 1; }

.em-hero-kicker {
  display: inline-block;
  background: var(--em-gold);
  color: var(--em-night);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: .35em 1em;
  border-radius: 999px;
  margin-bottom: 14px;
  box-shadow: var(--em-shadow);
}
.em-hero h1, .em-hero .em-hero-title {
  color: var(--em-white);
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 900;
  margin: 0 0 .3em;
  letter-spacing: -.02em;
  text-shadow: 0 2px 12px rgba(8, 53, 26, .6);
}
.em-hero p.em-hero-sub {
  color: #e3f3e6;
  max-width: 640px;
  margin: 0 auto 26px;
  font-size: 1.05rem;
  text-shadow: 0 1px 8px rgba(8, 53, 26, .6);
}

.em-countdown {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.em-countdown .em-cd-box {
  background: rgba(8, 53, 26, .72);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: var(--em-radius);
  padding: 14px 10px;
  min-width: 86px;
  backdrop-filter: blur(3px);
}
.em-countdown .em-cd-num {
  display: block;
  font-size: 2rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  color: var(--em-gold);
  line-height: 1.1;
}
.em-countdown .em-cd-label {
  display: block;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #cfe7d4;
  margin-top: 4px;
}

/* =========================================================
   5. Layout / Inhalt
   ========================================================= */
.site-main { padding: 36px 0 56px; }

.em-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 36px;
  align-items: start;
}
.em-layout.em-no-sidebar { grid-template-columns: minmax(0, 1fr); }
.em-layout.em-no-sidebar .em-content { max-width: var(--em-content); margin: 0 auto; }

/* Artikel-Karte (Grid) */
.em-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}
.em-card {
  background: var(--em-white);
  border-radius: var(--em-radius);
  overflow: hidden;
  box-shadow: var(--em-shadow);
  display: flex;
  flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}
.em-card:hover { transform: translateY(-3px); box-shadow: var(--em-shadow-lg); }
.em-card-thumb { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--em-night-2); }
.em-card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.em-card-cat {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: var(--em-pitch);
  color: var(--em-white);
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: .3em .8em;
  border-radius: 999px;
}
.em-card-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.em-card-title { margin: 0; font-size: 1.15rem; line-height: 1.35; }
.em-card-title a { color: var(--em-night); text-decoration: none; }
.em-card-title a:hover { color: var(--em-pitch-deep); }
.em-card-excerpt { margin: 0; font-size: .93rem; color: var(--em-muted); }
.em-card-meta { margin-top: auto; font-size: .8rem; color: var(--em-muted); padding-top: 8px; }

/* Erste Karte im Grid hervorheben */
.em-grid.em-grid-featured .em-card:first-child { grid-column: 1 / -1; }
@media (min-width: 700px) {
  .em-grid.em-grid-featured .em-card:first-child { flex-direction: row; }
  .em-grid.em-grid-featured .em-card:first-child .em-card-thumb { flex: 0 0 55%; aspect-ratio: auto; min-height: 300px; }
  .em-grid.em-grid-featured .em-card:first-child .em-card-body { justify-content: center; padding: 28px 32px; }
  .em-grid.em-grid-featured .em-card:first-child .em-card-title { font-size: 1.6rem; }
}

/* Abschnitts-Überschrift mit Ball-Punkt */
.em-section-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 22px;
}
.em-section-head h2 { margin: 0; font-size: 1.4rem; display: flex; align-items: center; gap: 10px; }
.em-section-head h2::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  flex: 0 0 auto;
  background:
    radial-gradient(circle at 35% 35%, #fff 0%, #fff 55%, transparent 56%),
    radial-gradient(circle at 50% 50%, var(--em-night) 0%, var(--em-night) 100%);
  background-color: var(--em-white);
  border: 2px solid var(--em-night);
  box-shadow: inset -2px -2px 0 rgba(8, 53, 26, .5);
}
.em-section-head::after { content: ""; flex: 1; height: 3px; border-radius: 3px; background: linear-gradient(90deg, var(--em-pitch), transparent); }

/* =========================================================
   6. SEO-Textbereich (Startseite)
   ========================================================= */
.em-seo-article {
  margin-top: 44px;
  background: var(--em-white);
  border-radius: var(--em-radius);
  box-shadow: var(--em-shadow);
  border-top: 5px solid var(--em-pitch);
  padding: clamp(22px, 4vw, 44px);
  position: relative;
}
.em-seo-article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: repeating-linear-gradient(90deg, var(--em-pitch) 0 60px, var(--em-pitch-2) 60px 120px);
  border-radius: var(--em-radius) var(--em-radius) 0 0;
}
.em-seo-article .entry-title {
  margin-top: 0;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
}
.em-seo-article .entry-content h2 {
  padding-bottom: .3em;
  border-bottom: 2px solid var(--em-line);
}

/* =========================================================
   7. Einzelartikel / Seiten
   ========================================================= */
.em-article {
  background: var(--em-white);
  border-radius: var(--em-radius);
  box-shadow: var(--em-shadow);
  padding: clamp(22px, 4vw, 44px);
}
.em-article .entry-title { margin-top: 0; }
.entry-meta {
  font-size: .85rem;
  color: var(--em-muted);
  margin-bottom: 20px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.entry-meta a { color: var(--em-muted); }
.em-article .post-thumbnail { margin: 0 0 24px; }
.em-article .post-thumbnail img { border-radius: var(--em-radius); width: 100%; }

.entry-content a { text-decoration: underline; text-decoration-color: rgba(30, 138, 60, .5); text-underline-offset: 2px; }
.entry-content h2 {
  padding-bottom: .3em;
  border-bottom: 2px solid var(--em-line);
}
.entry-content ul, .entry-content ol { padding-left: 1.4em; margin: 0 0 1.2em; }
.entry-content li { margin-bottom: .35em; }
.entry-content img { border-radius: var(--em-radius); }
.entry-content .wp-caption { max-width: 100%; }
.entry-content .wp-caption-text, .entry-content figcaption {
  font-size: .82rem;
  color: var(--em-muted);
  margin-top: .5em;
  text-align: center;
}
.entry-content iframe { max-width: 100%; }

.entry-footer { margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--em-line); font-size: .88rem; }
.em-tags a {
  display: inline-block;
  background: var(--em-bg);
  border: 1px solid var(--em-line);
  border-radius: 999px;
  padding: .25em .9em;
  margin: 0 6px 8px 0;
  font-size: .82rem;
  color: var(--em-ink);
  text-decoration: none;
}
.em-tags a:hover { border-color: var(--em-pitch); color: var(--em-pitch-deep); }

/* Beitrags-Navigation */
.post-navigation .nav-links, .posts-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
}
.nav-links a {
  background: var(--em-white);
  border-radius: var(--em-radius);
  box-shadow: var(--em-shadow);
  padding: 12px 18px;
  font-weight: 600;
  font-size: .9rem;
  color: var(--em-night);
}

/* Seitennummerierung Archiv */
.pagination { margin-top: 34px; text-align: center; }
.pagination .page-numbers {
  display: inline-block;
  min-width: 40px;
  padding: .5em .7em;
  margin: 0 3px;
  background: var(--em-white);
  border-radius: 8px;
  box-shadow: var(--em-shadow);
  color: var(--em-night);
  font-weight: 700;
  text-decoration: none;
}
.pagination .page-numbers.current { background: var(--em-pitch); color: var(--em-white); }

/* Archiv-Kopf */
.page-header .page-title { margin: 0 0 6px; }
.archive-description { color: var(--em-muted); margin-bottom: 26px; }

/* =========================================================
   8. Sidebar / Widgets
   ========================================================= */
.em-sidebar .widget {
  background: var(--em-white);
  border-radius: var(--em-radius);
  box-shadow: var(--em-shadow);
  padding: 22px 24px;
  margin-bottom: 24px;
}
.em-sidebar .widget-title, .em-sidebar .widget .wp-block-heading {
  font-size: 1.05rem;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--em-pitch);
  display: inline-block;
}
.em-sidebar .widget ul { list-style: none; margin: 0; padding: 0; }
.em-sidebar .widget li { padding: .45em 0; border-bottom: 1px solid var(--em-line); }
.em-sidebar .widget li:last-child { border-bottom: 0; }
.em-sidebar .widget a { color: var(--em-ink); }
.em-sidebar .widget a:hover { color: var(--em-pitch-deep); }

/* FAQ-Widget „Wann ist die nächste Fußball EM?" */
.em-faq details {
  border: 1px solid var(--em-line);
  border-radius: 8px;
  margin-bottom: 8px;
  background: var(--em-bg);
  overflow: hidden;
}
.em-faq details[open] { background: var(--em-white); border-color: var(--em-pitch); }
.em-faq summary {
  cursor: pointer;
  font-weight: 700;
  font-size: .92rem;
  color: var(--em-night);
  padding: .6em .9em;
  list-style: none;
  position: relative;
  padding-right: 2.2em;
}
.em-faq summary::-webkit-details-marker { display: none; }
.em-faq summary::after {
  content: "+";
  position: absolute;
  right: .9em;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
  color: var(--em-pitch);
}
.em-faq details[open] summary::after { content: "\2212"; }
.em-faq summary:hover { color: var(--em-pitch-deep); }
.em-faq details p {
  margin: 0;
  padding: 0 .9em .8em;
  font-size: .88rem;
  color: var(--em-muted);
}
.em-faq-more { margin: 12px 0 0; font-size: .9rem; }
.em-faq-more a {
  display: inline-block;
  background: var(--em-pitch);
  color: var(--em-white);
  font-weight: 700;
  padding: .5em 1.1em;
  border-radius: 8px;
  text-decoration: none;
}
.em-faq-more a:hover { background: var(--em-pitch-deep); color: var(--em-white); text-decoration: none; }

/* =========================================================
   9. Footer
   ========================================================= */
.site-footer {
  background: var(--em-night);
  color: #a9cdb2;
  margin-top: 40px;
  font-size: .92rem;
  border-top: 4px solid var(--em-gold);
}
.em-footer-widgets {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 32px;
  padding: 44px 0 30px;
}
.site-footer .widget-title, .site-footer .wp-block-heading {
  color: var(--em-white);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin: 0 0 14px;
}
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { padding: .3em 0; }
.site-footer a { color: #a9cdb2; }
.site-footer a:hover { color: var(--em-gold); }
.em-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.em-footer-bottom .footer-navigation ul { display: flex; gap: 18px; flex-wrap: wrap; }

/* =========================================================
   10. Suche / 404 / Formulare
   ========================================================= */
.search-form { display: flex; gap: 8px; }
.search-form .search-field {
  flex: 1;
  padding: .6em .9em;
  border: 1px solid var(--em-line);
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  min-width: 0;
}
.search-form .search-submit,
button, input[type="submit"], .wp-block-button__link {
  background: var(--em-pitch);
  color: var(--em-white);
  border: 0;
  border-radius: 8px;
  padding: .6em 1.3em;
  font-weight: 700;
  font-size: 1rem;
  font-family: inherit;
  cursor: pointer;
}
.search-form .search-submit:hover, button:hover, input[type="submit"]:hover { background: var(--em-pitch-deep); }

.error-404 { text-align: center; padding: 40px 0; }
.error-404 .em-404-code { font-size: 6rem; font-weight: 900; color: var(--em-pitch); line-height: 1; margin: 0; }

/* Kommentare */
.comments-area { margin-top: 36px; background: var(--em-white); border-radius: var(--em-radius); box-shadow: var(--em-shadow); padding: clamp(22px, 4vw, 40px); }
.comment-list { list-style: none; margin: 0; padding: 0; }
.comment-list .comment { border-bottom: 1px solid var(--em-line); padding: 16px 0; }
.comment-list .children { list-style: none; padding-left: 28px; }
.comment-form textarea, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
  width: 100%;
  padding: .6em .9em;
  border: 1px solid var(--em-line);
  border-radius: 8px;
  font-family: inherit;
  font-size: 1rem;
}

/* =========================================================
   11. WordPress-Kern-Klassen
   ========================================================= */
.alignleft { float: left; margin: .5em 1.5em 1em 0; }
.alignright { float: right; margin: .5em 0 1em 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignwide { margin-left: -40px; margin-right: -40px; max-width: none; }
.alignfull { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); max-width: 100vw; }
.wp-block-image img { border-radius: var(--em-radius); }
.sticky { border-top: 4px solid var(--em-gold); }
.bypostauthor { display: block; }

/* =========================================================
   12. Responsive
   ========================================================= */
@media (max-width: 960px) {
  .em-layout { grid-template-columns: 1fr; }
  .alignwide { margin-left: 0; margin-right: 0; }
}

@media (max-width: 820px) {
  .menu-toggle { display: inline-flex; align-items: center; gap: 8px; }
  .main-navigation { display: none; width: 100%; }
  .main-navigation.toggled { display: block; padding-bottom: 14px; }
  .main-navigation ul { flex-direction: column; gap: 0; }
  .main-navigation ul ul { display: block; position: static; box-shadow: none; background: transparent; padding-left: 18px; }
  .site-header .em-container { flex-wrap: wrap; padding-top: 10px; padding-bottom: 10px; }
  .site-title { font-size: 1.15rem; }
  .em-logo { height: 44px; }
  .em-countdown .em-cd-box { min-width: 72px; padding: 10px 6px; }
  .em-countdown .em-cd-num { font-size: 1.5rem; }
  .em-hero::after { width: 240px; height: 240px; margin-left: -120px; bottom: -100px; }
}

@media print {
  .site-header, .site-footer, .em-sidebar, .em-hero, .menu-toggle { display: none !important; }
}
