[data-component-id="livmarli:isi-full"] {
  display: grid;
  > div {
    &:first-child {
      @media (width < 1024px) {
        order: 1;
      }
    }
  }


  h3, h2 {
    font-size: var(--text-base);
    line-height: var(--theme-line-height);
    color: var(--color-black);
    margin-bottom: var(--space-4); /* 16px */
  }

  p {
    /* line-height: var(--theme-line-height); */
    margin-bottom: 0;
  }

  li {
    > * + * {
      margin-top: var(--space-2); /* 8px */
    }

    ul {
      margin-top: .5em;
      padding-left: 14px;

      li {
        margin-bottom: 0.7em;

        &:before {
          content: '- ';
        }
      }
    }
  }

  a {
    color: var(--color-blue-light);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: var(--underline-offset);

    &:hover {
      color: var(--color-blue-dark);
      text-decoration-color: var(--color-blue-dark);
    }
  }

  strong {
    font-weight: var(--font-weight-semibold); /* 600 */
  }

  .field__item {
    /* @apply space-y-5 lg:space-y-4; */
    line-height: var(--theme-line-height);

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

  .field--name-field-indications {
    line-height: var(--theme-line-height-md); /* 1.4 */
  }
}
