[data-user-color-scheme="light"] {
  .c-card__headline,
  .c-teaser__headline,
  nav a,
  .c-section-heading__title,
  .c-topper__headline,
  .c-content strong,
  h2,
  h3,
  h4,
  h5 {
    color: #1b3a57;
  }

  .responsive-table {
    --color-background-secondary: #f6f1eb;
  }

  .c-content a:not([class]) {
    text-decoration: underline;
    color: #1b3a57;
  }
  .c-content a:not([class]):hover {
    color: #45698e;
  }
}

.responsive-table table tr:first-child td {
  font-weight: bold;
}

/* Home */
@media (min-width: 61.25em) {
  .c.c-hero .center {
      grid-column: 1 / span 8;
  }
  .c .c-card--center *{
    text-align: start;
    justify-content: start;
  }

  .c .c-card__content{
    padding-left: 0 !important;
  }
}

@media (min-width: 61.25em) {
  .c.c-hero .right {
      grid-column: 9 / span 4;
      position: relative;
  }
}

.post-template.tag-music .c-feature-image-figure{
    display: none;
}
.post-template.tag-games .c-feature-image-figure{
    display: none;
}

.post-template.tag-games .c-topper__meta,
.post-template.tag-music .c-topper__meta{
  display: none;
}

.c-nav__item{
  font-size: 0.8rem;
  font-family: sans-serif;
}