[data-component-id="livmarli:footer"] {
  p {
    font-size: var(--text-xs);
    line-height: var(--text-base-line-height);
    text-align: center;
    margin-bottom: 0;

    @media (min-width: 1024px) {
      text-align: left;
      line-height: var(--theme-line-height-md);
    }

    span {
      @apply whitespace-nowrap
    }
  }

  a {
    color: white;
    text-decoration: underline;
  }

  a:hover {
    color: white;
    opacity: 0.8;
  }
}
