/* Aktív téma: signal */
:root {
  --ink: #111b22;
  --muted: #66727a;
  --paper: #f4f3ef;
  --white: #ffffff;
  --accent: #a7192e;
  --accent2: #e6ad19;
  --line: #d9d9d4;
  --shadow: 0 14px 38px rgba(15, 27, 34, .09);
}

body {
  background: #f4f3ef;
  font-size: 15px;
}

.site-header {
  background: #101b22;
  color: #fff;
  border-top-color: #a7192e;
  border-bottom: 0;
  box-shadow: none;
}

.header-inner {
  height: 92px;
  grid-template-columns: 1fr auto;
}

.edition {
  display: none;
}

.logo {
  align-items: flex-start;
}

.logo b {
  color: #fff;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 42px;
  line-height: .9;
  letter-spacing: -2.2px;
  text-shadow: none;
}

.logo small {
  color: #9fadb4;
}

.header-tools span {
  color: #9fadb4;
}

.header-tools a {
  color: #fff;
}

.edition b,
.eyebrow,
.more {
  color: #a7192e;
}

.nav-shell {
  background: #fff;
  color: #101b22;
  border-bottom: 3px solid #a7192e;
}

.top-nav a {
  border-color: #dde0df;
  border-radius: 0;
}

.top-nav a:hover {
  background: #f0f1ee;
  color: #a7192e;
}

.nav-status {
  color: #66727a;
}

.ticker {
  background: #fff;
  border-bottom: 1px solid #d4d5d2;
  box-shadow: none;
}

.ticker > div {
  max-width: 1160px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.ticker b {
  border-radius: 0;
  background: #a7192e;
}

.layout {
  gap: 22px;
  margin-top: 30px;
}

.panel {
  border: 0;
  border-top: 3px solid #111b22;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.panel h2 {
  padding: 10px 0 9px;
  border: 0;
  border-bottom: 1px solid #b8bcb9;
  background: transparent;
  color: #111b22;
  font-size: 11px;
  letter-spacing: 1.2px;
}

.side-nav a {
  padding: 10px 2px;
  border-color: #d7d8d4;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 750;
}

.side-nav a:hover {
  background: transparent;
  color: #a7192e;
}

.account > div,
.module-body {
  padding: 13px 2px;
}

.mini-list a {
  border-color: #d7d8d4;
}

.widget-text {
  margin: 0 0 10px;
  color: #66727a;
  font-size: 12px;
  line-height: 1.5;
}

.widget-links {
  display: grid;
}

.widget-links a {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 0;
  border-top: 1px solid #d7d8d4;
  color: #111b22;
  font-size: 12px;
  font-weight: 750;
}

.widget-links a:hover,
.widget-links a:hover b {
  color: #a7192e;
}

.hero-slider {
  height: 238px;
  border-radius: 2px;
  border-bottom: 5px solid #a7192e;
  background: #111b22;
  box-shadow: none;
}

.hero-slide {
  padding: 28px 62px;
  background: #172630;
}

.hero-slide:after {
  background: linear-gradient(90deg, rgba(5, 13, 18, .97) 0%, rgba(8, 20, 27, .87) 55%, rgba(8, 20, 27, .32) 100%);
}

.hero-slide h1 {
  max-width: 600px;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 850;
  font-size: clamp(27px, 3.4vw, 40px);
  line-height: 1.01;
  letter-spacing: -1.4px;
}

.hero-slide p {
  color: #d7dfe2;
}

.hero-arrow {
  width: 34px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 0;
  background: rgba(5, 14, 19, .78);
}

.pill,
.tag-badges a,
.content-type {
  border-radius: 0;
  box-shadow: none;
  font-size: 9px;
  letter-spacing: .45px;
}

.section-title {
  position: relative;
  margin: 30px 0 18px;
  border-top: 4px solid #111b22;
  border-bottom: 1px solid #aeb3b0;
}

.section-title span {
  padding: 7px 0 6px;
  background: transparent;
  color: #111b22;
  clip-path: none;
  font-size: 11px;
  letter-spacing: 1.35px;
}

.section-title span:after {
  content: " / PERCRŐL PERCRE";
  color: #a7192e;
}

.card {
  margin-bottom: 0;
  padding: 0 0 20px;
  border: 0;
  border-bottom: 1px solid #cfd1ce;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  grid-template-columns: 188px 1fr;
  gap: 18px;
}

.card + .card {
  padding-top: 20px;
}

.card:hover,
.card.no-image {
  background: transparent;
}

.thumb {
  height: 126px;
  border-radius: 0;
}

.thumb img {
  filter: saturate(.9) contrast(1.03);
}

.card h2 {
  margin: 4px 0 6px;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 820;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -.7px;
}

.card.no-image h2 {
  max-width: 610px;
  font-size: 27px;
}

.card-large h2 {
  font-size: 32px;
}

.card-small {
  padding-bottom: 13px;
}

.card-small h2 {
  font-size: 19px;
}

.card-small p,
.card-small .more {
  display: none;
}

.card p {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.45;
}

.eyebrow {
  font-size: 9px;
  letter-spacing: .9px;
}

.more {
  border: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.news-grid {
  gap: 24px 16px;
  margin: 26px 0 28px;
  padding: 18px 0 24px;
  border-top: 4px solid #111b22;
  border-bottom: 1px solid #bfc2bf;
}

.grid-card img,
.grid-placeholder {
  height: 116px;
  border-radius: 0;
  box-shadow: none;
  filter: saturate(.9) contrast(1.03);
}

.grid-card h3 {
  margin-top: 6px;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 820;
  font-size: 17px;
  line-height: 1.12;
  letter-spacing: -.4px;
}

.button {
  border-radius: 0;
  background: #111b22;
  border-color: #111b22;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .5px;
}

.button.ghost {
  color: #111b22;
  border-color: #111b22;
}

.article > article,
.comments,
.auth-card {
  border: 0;
  border-top: 5px solid #111b22;
  border-radius: 0;
  box-shadow: none;
}

.article h1 {
  color: #0a1217;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 850;
  letter-spacing: -2px;
}

.archive-heading h1,
.comments h2,
.auth-card h1 {
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  letter-spacing: -1px;
}

.article .lead {
  padding: 14px 18px;
  border-left: 4px solid #a7192e;
  background: #efefeb;
}

.cover,
.cover-figure .cover,
.cover-figure figcaption,
.gallery-item {
  border-radius: 0;
}

.article-source {
  border-left-color: #a7192e;
  background: #ecece8;
}

.gallery-item {
  box-shadow: none;
}

footer {
  border-top: 5px solid #a7192e;
  background: #101b22;
}

@media (max-width: 720px) {
  .site-header .menu-button {
    border-color: #101b22;
  }

  .site-header .menu-button:before {
    color: #101b22;
  }

  .site-header .top-nav {
    height: auto;
    border-radius: 0;
    border-top-color: #a7192e;
    background: #fff;
  }

  .site-header .top-nav a {
    border-bottom-color: #dde0df;
    background: #fff;
    color: #101b22;
  }

  .hero-slide {
    padding: 24px 48px;
  }

  .card {
    gap: 12px;
  }

  .card h2,
  .card.no-image h2 {
    font-size: 24px;
  }
}

/* Adminból megadott egyedi CSS */

