<style>
  .tabs__body {
    background: none !important; /* Removes any background */
    /* Alternatively, you can set it to a specific color */
    /* background-color: #fff !important; */
  }
  .tabs__body-content {
    background: none !important; /* Ensures nested elements also have no background */
  }
</style>
