/******* Do not edit this file *******
Code Snippets Manager
Saved: Oct 03 2025 | 04:23:35 */
@charset "UTF-8";
/* 网站标题颜色 */
.main-title .site-title-accent {
  color: #ff0000;
}
/* 更改电影页内背景颜色 */
body.single-movie {
  background-color: #000000 !important;
}
/* 更改观影页内容页背景颜色 */
body.page-id-41 .inside-article {
  background-color: #000000;
  /* 将背景色设为黑色 */
}
/* 观影页布局 */
#post-41 .gb-looper-b0d7ef35 {
  display: grid !important;
  grid-auto-flow: row !important;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr !important;
  grid-template-rows: auto !important;
}
/*( < 1200 )*/
@media (max-width: 1199.98px) {
  #post-41 .gb-looper-b0d7ef35 {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr !important;
    grid-template-rows: auto !important;
  }
}
/*( < 980 )*/
@media (max-width: 979.98px) {
  #post-41 .gb-looper-b0d7ef35 {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
    grid-template-rows: auto !important;
  }
}
/*( < 768 )*/
@media (max-width: 767.98px) {
  #post-41 .gb-looper-b0d7ef35 {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto !important;
  }
}
/*( < 480 )*/
@media (max-width: 479.98px) {
  #post-41 .gb-looper-b0d7ef35 {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto !important;
  }
}
