@media screen and (max-width: 1250px) {
  .wrapper,
  .footer-wrapper {
    width: auto;
    margin: 0 auto;
  }
  .wrapper-index {
    padding: 15px;
  }
  .header-wapper {
    margin-bottom: 20px;
  }

  .search.wrapper {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 1111px) {
  .content_bagi {
    grid-template-columns: repeat(1, 1fr);
  }
  .sidebar-wrapper {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 1000px) {
  .dl-episodes {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 930px) {
  .post_index {
    padding: 15px;
    background-color: #1e1e1e; /* Ubah warna latar belakang menjadi gelap */
    color: #ffffff; /* Ubah warna teks menjadi putih */
    margin-bottom: 20px;
  }
  .style_post_1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer-info {
    grid-template-columns: 70% 30%;
  }
}

@media screen and (max-width: 950px) {
  .header-wapper {
    flex-direction: column;
    padding-bottom: 15px;
    gap: 20px;
  }
  .header-wapper .primary_menu {
    flex-wrap: wrap;
    justify-content: center;
  }
  .menu_genres ul {
    right: inherit;
    left: 0;
    width: 100%;
    max-width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    background: #1e1e1e; /* Ubah warna latar belakang menjadi gelap */
  }
}

@media screen and (max-width: 815px) {
  .single .info-top-single {
    flex-direction: column;
  }
  .single .thumbnail_single {
    text-align: center;
  }
}

@media screen and (max-width: 677px) {
  .footer-info {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 915px) {
  /* Tidak ada perubahan khusus untuk mode gelap */
}
