.pill {
  border-radius: 0 !important;
  padding: 2px 6px !important;
  font: 900 9px/1.4 system-ui !important;
  letter-spacing: .4px !important;
}

@media (max-width: 980px) {
  .header-inner,
  .nav-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-tools span,
  .nav-status {
    display: none;
  }
}

@media (max-width: 720px) {
  .header-inner {
    position: static;
    height: 86px;
    grid-template-columns: 1fr auto;
  }

  .edition {
    display: none;
  }

  .logo {
    align-items: flex-start;
    max-width: none;
  }

  .logo b {
    font-size: 34px;
    letter-spacing: -2px;
  }

  .logo small {
    max-width: 230px;
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header-tools {
    display: flex;
  }

  .header-tools a {
    font-size: 10px;
  }

  .nav-inner {
    position: relative;
    height: 42px;
    justify-content: flex-end;
  }

  .menu-button {
    display: block !important;
    position: static;
    width: 54px;
    height: 30px;
    padding: 0;
    border: 1px solid #ffffff55;
    border-radius: 0;
    font-size: 0 !important;
    font-weight: 900;
    letter-spacing: .8px;
  }

  .menu-button:before {
    content: "MENÜ";
    font-size: 10px;
    color: #fff;
  }

  .top-nav {
    display: none;
    position: absolute;
    top: 42px;
    left: 14px;
    right: 14px;
    z-index: 20;
    padding: 0;
    border-top: 3px solid var(--accent);
    background: #101b22;
    box-shadow: 0 16px 35px #0004;
    flex-direction: column;
  }

  .top-nav.open {
    display: flex;
  }

  .top-nav a {
    min-height: 43px;
    padding: 0 15px;
    border: 0;
    border-bottom: 1px solid #ffffff18;
  }

  .hero-slide h1 {
    overflow-wrap: anywhere;
  }

  .hero-slide p {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .news-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 430px) {
  .header-tools {
    display: none;
  }

  .header-inner {
    grid-template-columns: 1fr;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .grid-card img,
  .grid-placeholder {
    height: 190px;
  }

  .tag-badges a {
    font-size: 9px;
  }
}
