.tinymce-styles {
  > *:not(:first-child) {
    margin-top: var(--wp--style--block-gap);
  }

  img {
    max-width: 100%;
    width: auto;
  }

  ul,
  ol {
    margin-left: 1.25em;
  }

  a {
    text-decoration: underline;
    color: var(--wp--preset--color--links);

    &:hover {
      text-decoration: none;
      opacity: 0.7;
    }
  }
}