.mobile-hot-events-title,
.mobile-drawer-backdrop,
.mobile-drawer__panel,
.category-breadcrumb,
.article-breadcrumb {
  display: none;
}

body.site-surface-page,
body.site-surface-page #wrap,
body.site-surface-page #body,
body.site-surface-page #body-bottom {
  background: #000 !important;
}

body.site-surface-page #navbar.navbar-color,
body.site-surface-page #masthead.no-banner-image,
body.site-surface-page #body > .archive-title {
  background-color: #0e0e0e;
}

/* Static HTML may predate the shared body class. */
body.home-page:not(.site-surface-page),
body.category-template-page:not(.site-surface-page),
body.archive-template-page:not(.site-surface-page),
body.article-template-page:not(.site-surface-page),
body.home-page:not(.site-surface-page) #wrap,
body.category-template-page:not(.site-surface-page) #wrap,
body.archive-template-page:not(.site-surface-page) #wrap,
body.article-template-page:not(.site-surface-page) #wrap,
body.home-page:not(.site-surface-page) #body,
body.category-template-page:not(.site-surface-page) #body,
body.archive-template-page:not(.site-surface-page) #body,
body.article-template-page:not(.site-surface-page) #body,
body.article-template-page:not(.site-surface-page) #body-bottom {
  background: #000 !important;
}

body.home-page:not(.site-surface-page) #navbar.navbar-color,
body.category-template-page:not(.site-surface-page) #navbar.navbar-color,
body.archive-template-page:not(.site-surface-page) #navbar.navbar-color,
body.article-template-page:not(.site-surface-page) #navbar.navbar-color,
body.home-page:not(.site-surface-page) #masthead.no-banner-image,
body.category-template-page:not(.site-surface-page) #masthead.no-banner-image,
body.archive-template-page:not(.site-surface-page) #masthead.no-banner-image,
body.article-template-page:not(.site-surface-page) #masthead.no-banner-image,
body.home-page:not(.site-surface-page) #body > .archive-title,
body.category-template-page:not(.site-surface-page) #body > .archive-title,
body.archive-template-page:not(.site-surface-page) #body > .archive-title,
body.article-template-page:not(.site-surface-page) #body > .archive-title {
  background-color: #0e0e0e;
}

#post .article-bottom-sections {
  --article-bottom-accent: #ff9d00;
  --article-bottom-panel: #1f1f1f;
  margin-top: 2.25rem;
  color: #f2f2f2;
}

#post .article-bottom-sections a {
  color: var(--article-bottom-accent);
}

#post .article-bottom-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: #f2f2f2;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

#post .article-bottom-title__emoji {
  line-height: 1;
}

#post .article-bottom-title .fa-bullhorn {
  color: #d5d9de;
}

#post .article-hot-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none !important;
}

#post .article-hot-item {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 64px;
  margin: 0;
  padding: 10px 14px;
  border-radius: 4px;
}

#post .article-hot-item::marker {
  content: "";
}

#post .article-hot-item:nth-child(odd) {
  background: var(--article-bottom-panel);
}

#post .article-hot-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin: 0 auto;
  border-radius: 50%;
  color: #7f7f7f;
  background: #282828;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

#post .article-hot-rank img {
  display: block;
  width: 30px;
  height: 30px;
  max-width: none;
  margin: 0;
}

#post .article-hot-link {
  display: -webkit-box;
  overflow: hidden;
  color: var(--article-bottom-accent) !important;
  font-size: 14px;
  line-height: 22px;
  border-bottom: 0 !important;
  text-decoration: none !important;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#post .article-hot-link::after {
  display: none;
  border-bottom: 0;
}

#post .article-hot-empty {
  margin: 0;
  padding: 1rem;
  border-radius: 4px;
  color: #888;
  background: var(--article-bottom-panel);
}

#post .article-official-section {
  margin-top: 3.25rem;
}

#post .article-official-subtitle {
  margin: -8px 0 18px;
  color: #999;
  font-size: 14px;
  line-height: 22px;
}

#post .article-official-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

#post .article-official-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 84px;
  padding: 14px;
  border-radius: 4px;
  background: var(--article-bottom-panel);
  text-align: center;
}

#post .article-official-card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 100%;
  margin: 0 0 4px;
  color: #f2f2f2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  overflow-wrap: anywhere;
}

#post .article-official-card-title .fa-fire {
  color: #ff7200;
}

#post .article-official-card > a {
  max-width: 100%;
  color: var(--article-bottom-accent) !important;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 0 !important;
  text-decoration: none !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}

#post .article-official-card > a::after {
  display: none;
  border-bottom: 0;
}

#post .article-official-share {
  box-sizing: border-box;
  margin-top: 6px;
  padding: 12px 16px 14px;
  border-radius: 4px;
  color: #f2f2f2;
  background: var(--article-bottom-panel);
}

#post .article-official-support,
#post .article-official-share-title {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  overflow-wrap: anywhere;
}

#post .article-official-share-title {
  margin-top: 6px;
  font-weight: 500;
}

#post .article-official-share-title .fa-hand-o-down {
  margin-right: 6px;
  color: #ffd43b;
}

#post .article-official-share-title .fa-hand-o-down:last-child {
  margin-right: 0;
  margin-left: 6px;
}

#post .article-official-share .a2a_kit,
#post .article-official-content--legacy .a2a_kit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 10px;
}

#post .article-official-share .a2a_kit > a {
  box-sizing: border-box;
  display: block;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0 !important;
  text-decoration: none !important;
}

#post .article-official-share .a2a_kit > a::after {
  display: none;
}

#post .article-official-share .a2a_kit .a2a_svg {
  width: 36px;
  height: 36px;
  border-radius: 5px;
  line-height: 36px;
}

#post .article-official-content--legacy {
  padding: 1rem;
  border-radius: 4px;
  color: #f2f2f2;
  background: var(--article-bottom-panel);
  overflow-wrap: anywhere;
}

#post .article-official-content--legacy > :first-child {
  margin-top: 0;
}

#post .article-official-content--legacy > :last-child {
  margin-bottom: 0;
}

#post .article-official-content--legacy a {
  color: var(--article-bottom-accent) !important;
  overflow-wrap: anywhere;
}

@media (max-width: 767px) {
  html.mobile-drawer-open,
  html.mobile-drawer-open body,
  html.mobile-search-open,
  html.mobile-search-open body {
    overflow: hidden;
  }

  header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1180;
    width: 100%;
    background: #000 !important;
  }

  .nav-fixed {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 3.75rem;
    padding: 0 0.875rem;
    background: #000;
  }

  body.use-navbar .nav-fixed > #toggle-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: 0;
    background: transparent;
  }

  body.use-navbar .nav-fixed > #toggle-nav img {
    display: block;
    width: 1.5rem;
    height: auto;
    transform: none;
  }

  .nav-fixed > .mobile-brand {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 0;
    transform: translate(-50%, calc(-50% + 0.1875rem));
  }

  .nav-fixed > .mobile-brand img,
  .mobile-drawer__brand img {
    width: 7.5rem;
    height: auto;
  }

  .nav-fixed .search-box {
    flex: 0 0 2.25rem;
    width: 2.25rem;
    margin-left: auto;
    padding: 0;
  }

  .nav-fixed .mobile-search-form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 2.25rem;
  }

  .nav-fixed .mobile-search-form input {
    display: none;
  }

  .nav-fixed .mobile-search-form .search-btn {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: 0;
    color: #bdbdbd;
    background: transparent;
    font-size: 1.5rem;
  }

  .nav-fixed .header-top-user-list {
    flex: 0 0 auto;
    margin: 0 0 0 0.375rem;
    padding: 0;
  }

  .nav-fixed .wc-header-user-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
  }

  .nav-fixed .wc-header-user-avatar {
    width: 2rem;
    height: 2rem;
    border: 2px solid #aaa;
    border-radius: 50%;
    object-fit: cover;
  }

  #site-navigation {
    position: fixed;
    inset: 0;
    z-index: 1190;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    visibility: hidden;
    pointer-events: none;
    transform: none !important;
    transition: visibility 0s linear 260ms;
  }

  #wrap.display-nav #site-navigation {
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }

  #site-navigation .mobile-drawer-backdrop {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.78);
    opacity: 0;
    transition: opacity 260ms ease;
  }

  #wrap.display-nav #site-navigation .mobile-drawer-backdrop {
    opacity: 1;
  }

  #site-navigation #nav {
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 1;
    width: min(80vw, 20rem);
    height: 100vh;
    height: 100dvh;
    padding: 0;
    overflow: hidden;
    background: #0e0e0e !important;
    transform: translateX(-100%);
    transition: transform 260ms ease;
  }

  #wrap.display-nav #site-navigation #nav {
    transform: translateX(0) !important;
  }

  #wrap.display-nav #body,
  #footer.display-nav {
    cursor: default;
    transform: none !important;
  }

  #site-navigation #nav > .author,
  #site-navigation #nav > .search-box,
  #site-navigation #nav > #menu-menu-1,
  #site-navigation #nav-toolbar {
    display: none;
  }

  #site-navigation .mobile-drawer__panel {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 0;
    color: #d8d8d8;
    background: #0e0e0e;
  }

  .mobile-drawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 5rem;
    min-height: 5rem;
    padding: 0.75rem 1rem;
  }

  .mobile-drawer__brand {
    display: inline-flex;
    align-items: center;
    line-height: 0;
  }

  .mobile-drawer__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: 0;
    color: #ff9903;
    background: transparent;
  }

  .mobile-drawer__close img {
    display: block;
    width: 1rem;
    height: 1rem;
  }

  .mobile-drawer__menu {
    flex: 1 1 auto;
    min-height: 0;
    margin: 0;
    padding: 0.5rem 1rem 0.75rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-drawer__menu::-webkit-scrollbar {
    display: none;
  }

  .mobile-drawer__menu li {
    margin: 0 0 0.5rem;
    padding: 0;
    list-style: none;
  }

  .mobile-drawer__menu a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 3.25rem;
    padding: 0.75rem 1.125rem;
    border-radius: 8px;
    color: #d8d8d8;
    background: #151515;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
  }

  .mobile-drawer__menu a.active,
  .mobile-drawer__menu a:active {
    color: #ff9903;
    background: #211a10;
  }

  .mobile-drawer__quick-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    flex: 0 0 auto;
    gap: 0.375rem;
    margin: 0;
    padding: 0.625rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
    background: #0e0e0e;
  }

  .mobile-drawer__quick-links li {
    min-width: 0;
    list-style: none;
  }

  .mobile-drawer__quick-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.375rem;
    min-height: 4.75rem;
    padding: 0.5rem 0.125rem;
    border-radius: 8px;
    color: #d8d8d8;
    background: #151515;
    font-size: 0.6875rem;
    line-height: 1rem;
    white-space: nowrap;
  }

  .mobile-drawer__quick-links i {
    font-size: 1.625rem;
    line-height: 1;
  }

  .mobile-hot-events-title {
    display: none;
    height: 2.25rem;
    padding: 0.25rem 1rem 0;
    color: #fff;
    background: #000;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2rem;
  }

  body.home-page .mobile-hot-events-title {
    display: block;
  }

  body.use-navbar header.fixed-header > .ul-category {
    display: flex;
    align-items: center;
    width: 100%;
    height: 3rem;
    margin: 0;
    padding: 0.375rem 1rem 0.5rem;
    overflow-x: auto;
    background: #000;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  body.use-navbar header.fixed-header > .ul-category::-webkit-scrollbar {
    display: none;
  }

  body.use-navbar header.fixed-header > .ul-category a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    height: 2.125rem;
    padding: 0 1rem;
    border: 1px solid #333;
    border-radius: 8px;
    color: #d0d0d0;
    background: #0e0e0e;
    font-size: 0.9375rem;
    line-height: 2rem;
  }

  body.use-navbar header.fixed-header > .ul-category a:not(:last-child) {
    margin-right: 0.625rem;
  }

  body.use-navbar header.fixed-header > .ul-category a.active {
    border-color: #ff9903;
    color: #ff9903;
    background: rgba(255, 153, 3, 0.05);
  }

  body.use-navbar header.fixed-header ~ #body {
    padding-top: 6.75rem;
  }

  body.home-page header.fixed-header ~ #body {
    padding-top: 9rem;
  }

  body.home-page #wrap,
  body.category-template-page #wrap,
  body.archive-template-page #wrap,
  body.article-template-page #wrap,
  body.home-page #footer,
  body.category-template-page #footer,
  body.archive-template-page #footer,
  body.article-template-page #footer {
    width: 100% !important;
    min-width: 0;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body.home-page #masthead,
  body.category-template-page #masthead,
  body.archive-template-page #masthead,
  body.article-template-page #masthead,
  body.home-page #body > .archive-title,
  body.category-template-page #body > .archive-title,
  body.archive-template-page #body > .archive-title {
    display: none;
  }

  body.home-page.card #body > .container,
  body.category-template-page.card #body > .container,
  body.archive-template-page.card #body > .container,
  body.article-template-page #body > .container,
  body.article-template-page #body-bottom > .container {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  body.home-page.card #body > .container > .row,
  body.category-template-page.card #body > .container > .row,
  body.archive-template-page.card #body > .container > .row,
  body.article-template-page #body > .container > .row {
    margin: 0;
  }

  body.home-page.card #index,
  body.category-template-page.card #archive,
  body.archive-template-page.card #archive {
    box-sizing: border-box;
    width: 100%;
    overflow: visible;
    margin: 0;
    padding: 1rem 1rem 3rem;
  }

  body.category-template-page.card #archive {
    padding-top: 0;
  }

  body.home-page.card #index article,
  body.category-template-page.card #archive article,
  body.archive-template-page.card #archive article {
    padding: 0 0 1rem;
  }

  body.home-page.card #index article .post-card,
  body.category-template-page.card #archive article .post-card,
  body.archive-template-page.card #archive article .post-card {
    height: auto;
    min-height: 0;
    overflow: hidden;
    border-radius: 0;
    background-color: #000;
    box-shadow: none;
    transform: none;
  }

  body.home-page.card #index article .blog-background,
  body.category-template-page.card #archive article .blog-background,
  body.archive-template-page.card #archive article .blog-background {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 0.375rem;
    background-color: #0e0e0e;
    background-position: center;
    background-size: cover;
  }

  body.home-page.card #index article .post-card-mask,
  body.category-template-page.card #archive article .post-card-mask,
  body.archive-template-page.card #archive article .post-card-mask {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    background: transparent;
  }

  body.home-page.card #index article .post-card-container,
  body.category-template-page.card #archive article .post-card-container,
  body.archive-template-page.card #archive article .post-card-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0.75rem 0 0;
    background: #000;
    text-align: left;
  }

  body.home-page.card #index article.ad-card-article .post-card-container,
  body.category-template-page.card #archive article.ad-card-article .post-card-container,
  body.archive-template-page.card #archive article.ad-card-article .post-card-container {
    display: none;
    padding: 0;
  }

  body.home-page.card #index article .post-card-container--empty,
  body.category-template-page.card #archive article .post-card-container--empty,
  body.archive-template-page.card #archive article .post-card-container--empty {
    display: none;
    padding: 0;
  }

  body.home-page.card #index article .post-card-info,
  body.category-template-page.card #archive article .post-card-info,
  body.archive-template-page.card #archive article .post-card-info {
    order: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 1.375rem;
    margin: 0 0 0.5rem;
    color: #d0d0d0;
    font-size: 0.875rem;
    line-height: 1.375rem;
    text-align: left;
  }

  .post-card-info .post-card-author,
  .post-card-info .post-card-date {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .post-card-info .post-card-date {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    margin-left: auto;
  }

  .post-card-info .post-card-date::before {
    content: "";
    flex: 0 0 1rem;
    width: 1rem;
    height: 1rem;
    background: url("/usr/themes/Mirages/images/time.svg?v=20260902") center / contain no-repeat;
  }

  .post-card-info .post-card-category,
  .post-card-info .post-card-separator {
    display: none;
  }

  body.home-page.card #index article .post-card-title,
  body.category-template-page.card #archive article .post-card-title,
  body.archive-template-page.card #archive article .post-card-title {
    order: 2;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body.home-page.card #index article .post-card:hover,
  body.category-template-page.card #archive article .post-card:hover,
  body.archive-template-page.card #archive article .post-card:hover {
    box-shadow: none;
    transform: none;
  }

  .category-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.375rem 0.75rem 0.75rem;
    color: #777;
    background: #000;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .category-breadcrumb a {
    color: #fff;
  }

  .category-breadcrumb img,
  .article-breadcrumb img {
    display: block;
    flex: 0 0 1rem;
    width: 1rem;
    height: 1rem;
  }

  body.article-template-page #post {
    width: 100%;
    padding: 1rem;
  }

  body.article-template-page #post article,
  body.article-template-page #post .post-content,
  body.article-template-page #body-bottom {
    margin-top: 0;
    background: #000 !important;
  }

  .article-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
    margin: 0 0 1rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .article-breadcrumb a {
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.5) !important;
  }

  .article-breadcrumb a:first-child {
    color: #fff !important;
  }

  .article-breadcrumb__current {
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.article-template-page #post .post-title {
    margin: 0 0 0.875rem;
    color: #d0d0d0;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
  }

  body.article-template-page #post .post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0 0 1.5rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9375rem;
    line-height: 1.5rem;
    text-align: left;
  }

  body.article-template-page #post .post-meta li {
    display: block;
    margin: 0;
    white-space: normal;
  }

  body.article-template-page #post .post-meta li:not(:first-child)::before {
    content: "•";
    margin-right: 0.5rem;
  }

  body.article-template-page #post .post-meta-categories {
    flex-basis: 100%;
    font-size: 0;
  }

  body.article-template-page #post .post-meta-categories::before {
    display: none;
  }

  body.article-template-page #post .post-meta-categories a {
    display: inline-block;
    margin: 0 0.75rem 0.25rem 0;
    font-size: 0.9375rem;
  }

  body.article-template-page #post .post-meta a {
    color: rgba(255, 255, 255, 0.5);
  }

  body.article-template-page #post .article-official-section {
    margin-top: 3rem;
  }

  body.article-template-page #post .article-official-share .a2a_kit > a {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
  }

  body.article-template-page #post .article-official-share .a2a_kit .a2a_svg {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  body.article-template-page #body-bottom {
    margin-top: 0;
    padding: 0 1rem 1rem;
  }

  body.article-template-page #body-bottom .post-near {
    border: 0;
    border-radius: 0;
    background: transparent;
    font-weight: 400;
  }

  body.article-template-page #body-bottom .post-near nav {
    display: grid;
    gap: 10px;
    width: 100%;
  }

  body.article-template-page #body-bottom .post-near .post-near-item {
    display: block;
    width: 100%;
    padding: 0;
    text-align: left;
  }

  body.article-template-page #body-bottom .post-near .post-near-item > a {
    display: block;
    width: 100%;
    min-height: 0;
    padding: 18px 16px !important;
    border-radius: 8px;
    background: #1f1f1f;
  }

  body.article-template-page #body-bottom .post-near .post-near-span,
  body.article-template-page #body-bottom .post-near .prev-t,
  body.article-template-page #body-bottom .post-near .post-near-title {
    display: block;
  }

  body.article-template-page #body-bottom .post-near .prev-t {
    margin-bottom: 8px;
    color: #ff9903 !important;
    font-size: 15px;
    line-height: 1.4;
  }

  body.article-template-page #body-bottom .post-near .post-near-title {
    color: #f2f2f2;
    font-size: 15px;
    line-height: 1.6;
  }

  body.article-template-page #comments #response {
    color: #fff;
  }

  body.article-template-page #comment-form #submit.button {
    background: #ff9903;
  }
}

@media (max-width: 479px) {
  #post .article-official-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  #post .article-official-share {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  body.use-navbar .nav-fixed,
  body.use-navbar header.fixed-header > .mobile-hot-events-title,
  body.use-navbar header.fixed-header > .ul-category {
    display: none;
  }

  body.home-page.card #index article .post-card,
  body.category-template-page.card #archive article .post-card,
  body.archive-template-page.card #archive article .post-card {
    overflow: visible;
    background: #000;
  }

  body.home-page.card #index article .blog-background,
  body.category-template-page.card #archive article .blog-background,
  body.archive-template-page.card #archive article .blog-background {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 15.5rem;
    border-radius: 0.3125rem;
    background-color: #0e0e0e;
    background-position: center;
    background-size: cover;
  }

  body.home-page.card #index article .post-card-mask,
  body.category-template-page.card #archive article .post-card-mask,
  body.archive-template-page.card #archive article .post-card-mask {
    position: static;
    z-index: auto;
    display: block;
    width: 100%;
    height: auto;
    background: transparent;
  }

  body.home-page.card #index article .post-card-container,
  body.category-template-page.card #archive article .post-card-container,
  body.archive-template-page.card #archive article .post-card-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0.875rem 0 0;
    background: #000;
    text-align: left;
  }

  body.home-page.card #index article.ad-card-article .post-card-container,
  body.category-template-page.card #archive article.ad-card-article .post-card-container,
  body.archive-template-page.card #archive article.ad-card-article .post-card-container {
    display: none;
    padding: 0;
  }

  body.home-page.card #index article .post-card-container--empty,
  body.category-template-page.card #archive article .post-card-container--empty,
  body.archive-template-page.card #archive article .post-card-container--empty {
    display: none;
    padding: 0;
  }

  body.home-page.card #index article .post-card-info,
  body.category-template-page.card #archive article .post-card-info,
  body.archive-template-page.card #archive article .post-card-info {
    order: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    min-height: 1.5rem;
    margin: 0 0 0.75rem;
    color: #d0d0d0;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
  }

  body.home-page.card #index article .post-card-info:empty,
  body.category-template-page.card #archive article .post-card-info:empty,
  body.archive-template-page.card #archive article .post-card-info:empty {
    display: none;
  }

  body.home-page.card #index article .post-card-author,
  body.category-template-page.card #archive article .post-card-author,
  body.archive-template-page.card #archive article .post-card-author {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.home-page.card #index article .post-card-date,
  body.category-template-page.card #archive article .post-card-date,
  body.archive-template-page.card #archive article .post-card-date {
    flex: 0 0 auto;
    margin-left: auto;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.home-page.card #index article .post-card-category,
  body.home-page.card #index article .post-card-separator,
  body.category-template-page.card #archive article .post-card-category,
  body.category-template-page.card #archive article .post-card-separator,
  body.archive-template-page.card #archive article .post-card-category,
  body.archive-template-page.card #archive article .post-card-separator {
    display: none;
  }

  body.home-page.card #index article .post-card-title,
  body.category-template-page.card #archive article .post-card-title,
  body.archive-template-page.card #archive article .post-card-title {
    order: 2;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
