.discounty-portal{
  background: var(--discount_msg_bg_color);
  color: var(--discount_msg_txt_color);
  * {
    font-size: 15px;
    font-weight: bold;
  }

  .discounty-volume-discount-widget__table-wrapper,
  .discounty-volume-discount-widget__table, tr{
    border-color: transparent !important;
    border-radius: 0px !important;
  }

  .discounty-volume-discount-widget__table{
    tr, td, th{
      padding: 4px 12px;
      text-align: center;
    }
  }

  .discounty-volume-discount-widget__title{
    text-align: center;
  }

}