<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main &gt; .topicpath {
  display: none;
}

main article {
  padding-top: 0;
}

main article .container header {
  display: none;
}

main article h1 {
  background: url(/campaign/fighters-fav-limited/images/main-img.webp) center bottom no-repeat;
  background-size: auto 570px;
  height: 570px;
}

.fav {
  text-align: center;
	display: block;
  margin: 0 auto;
}
.fav-inner {
  text-align: left;
	display: inline-block;
}

.fav + figure figcaption {
  font-size: 20px;
}

main .main-footer {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  main article {
    background: none;
  }
  h1.mv {
    background: none;
    margin-left: -16px;
    margin-right: -16px;
    height: auto;
  }
  h1.mv + figure img {
    width: 81.635% !important;
  }

  .fav figure {
    margin: 0 auto;
  }

  .fav figure + p {
    letter-spacing: -.5px;
  }

  main .main-footer {
    margin-top: 30px;
  }
}</pre></body></html>