          body {
    font-family: Arial, sans-serif;
    margin: 0 auto;
    padding: 20px;
    max-width: 1000px;
    background: url(https://asset-arw.xyz/background.webp) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: center;
  }

  h2 {
    font-size: 16px;
    background: #c9a60a; 
    border-radius: 5px; 
    color: #000; 
    padding: 5px;
    border: 2px solid #7c5f0f;
  }
  
  /* Bagian Header */
  .container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 20px;
  }
  
  .left-side {
    flex: 2;
  }
  
  .left-side img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  .right-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }
  
  .banner img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .link {
    margin: 0 auto;
  }

  .button-link {
    width: 300px;
  }

  .button-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .button-box button {
    box-shadow: rgb(158, 111, 0) -1px -1px 15px 1px !important;  
    border: 2px solid #7c6005 !important; 
    padding: 10px;
    border: none;
    background-image: linear-gradient(270deg, rgba(201, 138, 0, 1) 0%, rgba(253, 243, 35, 1) 21%, rgba(253, 243, 35, 1) 33%, rgba(211, 158, 7, 1) 44%, rgba(215, 166, 9, 1) 60%, rgba(252, 241, 34, 1) 73%, rgba(255, 247, 36, 1) 85%, rgba(201, 138, 0, 1) 100%);
    color: #000;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
  }
  
  .button-box button:hover {
    background-color: #ff0000;
  }
  .search-container {
    text-align: center;
    padding: 20px;
  }
  
  .search-container input {
    padding: 10px;
    font-size: 16px;
    width: 80%;
    max-width: 400px;
  }
  
  /* Grid Kotak */
  .grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  
  .grid-item {
    background: linear-gradient(#b18100 15%, #fffabb 50%, #b18100 85%) !important;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    box-shadow: rgb(255, 208, 0) -1px -1px 5px 1px !important;
  }
  
  .grid-item img {
    width: 190px;
    height: 190px;
    border-radius: 5px;
    border:2px solid rgb(255, 208, 0);
  }
  
  .button-prediksi {
    border: 1px solid #ecfd00;
    margin-top: 5px;
    padding: 5px;
    border: 2px solid #7c6005 !important;
    background-image:  linear-gradient(270deg, rgba(201, 138, 0, 1) 0%, rgba(253, 243, 35, 1) 21%, rgba(253, 243, 35, 1) 33%, rgba(211, 158, 7, 1) 44%, rgba(215, 166, 9, 1) 60%, rgba(252, 241, 34, 1) 73%, rgba(255, 247, 36, 1) 85%, rgba(201, 138, 0, 1) 100%);
    color: #000;
    border-radius: 5px;
    cursor: pointer;
    width: 190px;
  }

  .macau {
    background: linear-gradient(#b18100 15%, #fffabb 50%, #b18100 85%) !important;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    box-shadow: rgb(255, 208, 0) -1px -1px 5px 1px !important;
  }
  
  .macau img {
    width: 190px;
    height: 190px;
    border-radius: 5px;
    border:2px solid rgb(255, 208, 0);
  }
  
  .macau button {
    border: 1px solid #eeff00 !important;  
    margin-top: 10px;
    padding: 10px 20px;
    border: 2px solid #7c6005 !important;
    background-image:  linear-gradient(270deg, rgba(201, 138, 0, 1) 0%, rgba(253, 243, 35, 1) 21%, rgba(253, 243, 35, 1) 33%, rgba(211, 158, 7, 1) 44%, rgba(215, 166, 9, 1) 60%, rgba(252, 241, 34, 1) 73%, rgba(255, 247, 36, 1) 85%, rgba(201, 138, 0, 1) 100%);
    color: #000;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .macau button:hover {
    background-color: #0056b3;
  }
  .content{
    background: rgb(192, 152, 19); 
    padding: 10px;
    box-shadow: rgb(255 179 0) -1px -1px 15px 1px !important;
    border-radius: 15px;
  }
  .popup {
    display: none; /* Initially hide the popup */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    width: 300px;
    box-shadow: 0 0 10px rgb(255, 208, 0);
    z-index: 1000; /* Ensure popup is on top */
    max-width: 80%; /* Adjust as per your needs */
    max-height: 80%; /* Adjust as per your needs */
    overflow-y: auto; /* Enable scrolling if content exceeds max-height */
}
/* Styling for the close button */
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.table-content tr td {
  border: 1px solid #ffd000;
}

.post-meta {
  display: none;
}

#header-logo {
  visibility: hidden;
}

.entry-title {
  text-align: center;
  visibility: visible;
}

#theme-link {
  visibility: hidden;
}

.wasd {
  width: 100%;
  padding: 15px;
  text-decoration: none;
  color: #ffffff;
}
  /* Responsive */
  @media (max-width: 768px) {
    body {
      background: url(https://asset-arw.xyz/background.webp) center no-repeat;;
      background-size: cover;
      background-attachment: fixed;
      background-position-x: center;
      background-position-y: center;
    }
  }  
  @media (max-width: 768px) {
    .container {
      flex-direction: column;
    }
    .grid-container {
      grid-template-columns: repeat(2, 1fr);
    }
    .left-side {
      display: none;
    }
  }
  @media (max-width: 535px) {
    .macau button {
      padding: 5px;
    }
    .button-prediksi {
      width: 100%;
    }
    .grid-item img {
      width: 100%;
      height: auto;
    }
    .macau img {
      width: 100%;
      height: auto;
    }
  }
