/* Category archives only. Reuse the homepage's theme container and card styles. */
.wkg-category-accessible-title {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
/* Full-width background, centered shop contents matching the homepage. */
.wkg-category-layout .wkg-shop-strip {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-sizing: border-box;
}
.wkg-category-layout .wkg-shop-strip > .section-content > .row.row-full-width {
  width: 100% !important;
  max-width: 1300px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.category-film #wkg-journal-header .wkg-links a[href*="/category/film/"],
body.category-music #wkg-journal-header .wkg-links a[href*="/category/music/"],
body.category-places #wkg-journal-header .wkg-links a[href*="/category/places/"],
body.category-culture #wkg-journal-header .wkg-links a[href*="/category/culture/"] {
  color: #111;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 6px;
}
@media (max-width: 549px) {
  .wkg-category-layout .wkg-shop-strip {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
