[data-component-id="livmarli:isi-full"] {
  color: var(--color-black);

  h3, h2 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-bold);
    line-height: var(--theme-line-height);
    color: var(--color-black);
    margin-bottom: 0;

    + p {
      margin-top: 0 !important;
    }
  }

  p {
    margin-bottom: 0;
  }

  a {
    color: var(--color-blue-dark);

    &:hover {
      color: var(--color-blue-light);
    }
  }

  .field__item {
    > * + * {
      margin-top: var(--space-4); /* 16px */
    }
  }
}
