.rte[data-variant-description-app] {
  margin-top: 24px;

  hr { 
    margin: 0;
  }

  *:not(:last-child) {
    margin-bottom: 24px;
  }

  * {
    color: rgba(var(--color-foreground),1);
  }

  h2, 
  h3 {
    font-weight: 800;
  }

  p {
    font-size: 22px;
  }

  ul { 
    list-style: revert;
  }
  
  thead th,
  tbody tr:nth-child(even) {
    background-color: #e9ecef;
  }
}