/* Safari-specific fix for TRACK IN REAL TIME table header overlay issue */
@supports (-webkit-appearance: none) {
  .mini-cashback-table-content thead tr {
    background: #232427 !important;
    position: relative !important;
    z-index: 10 !important;
  }
  
  .mini-cashback-table-content thead th {
    background: #232427 !important;
    position: relative !important;
    z-index: 10 !important;
  }
  
  /* Ensure the header background is completely opaque */
  .mini-cashback-table-content thead {
    background: #232427 !important;
    position: relative !important;
    z-index: 10 !important;
  }
  
  /* Make sure tbody content stays below header */
  .mini-cashback-table-content tbody {
    position: relative !important;
    z-index: 1 !important;
  }
  
  .mini-cashback-table-content tbody tr {
    position: relative !important;
    z-index: 1 !important;
  }
}