<style>
  p::first-letter,
  p[data-scroll]::first-letter,
  p.scroll-fade::first-letter {
    font-size: inherit !important;
    font-family: inherit !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-feature-settings: normal !important;
    initial-letter: normal !important;
    float: none !important;
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: inherit !important;
  }
</style>