[data-component-id="livmarli:footer"] {
  p {
    @apply text-xs/(--text-base-line-height) lg:leading-(--theme-line-height-md) text-center lg:text-left mb-0;

    span {
      @apply whitespace-nowrap
    }
  }

  a {
    color: white;
    text-decoration: none;
  }
  
  a:hover {
    color: white;
    opacity: 0.8;
  }
}
