.in-table-banner-wrapper a {
    display: block;
    width: 100%;
    max-width: 800px; /* atau sesuai lebar konten tengah */
    margin: 0px auto;
  }
  
  .in-table-banner {
    width: 770px;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
    margin: 0 auto;
  }
  
  .banner-bawah-wrapper {
    position: sticky;
    bottom: 1px;
    display: flex;
    justify-content: center;
    z-index: 99;
  }
  
  .banner-bawah-img {
    width: 770px;
    height: 120px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
  }
  .in-table-banner-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
