.xtfw-settings-section {

  table tr th,
  table tr td:not(.forminp-group) > *{
    opacity: 0.4;
  }

  table tr td{
    flex-wrap: wrap;

    @media screen and (max-width: 782px){
      flex-direction: column;

      output{
        display:none;
      }
    }
  }

  table tr td:not(.forminp-group):after{
    content: 'Premium Feature - Activate or Upgrade your License to Unlock!';
    margin-top: 12px;
    display: block;
    color: #cb2222;
    z-index: 20;
    font-size: 12px;
    font-weight: 500;
  }
}