.spListTag {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--30);
  padding: 0;
  margin: 0;
  list-style: none;
}

.spListItemTag {
  position: relative;
  padding:
    0
    var(--wp--preset--spacing--20)
    var(--wp--preset--spacing--20)
    4rem;
  background-color: var(--wp--preset--color--grey-light);
  border-radius: var(--wp--preset--spacing--20);
  box-shadow: var(--wp--preset--shadow--card);
  font-size: .875rem;
}

.spListItemTag::before {
  content: '';
  display: block;
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 1em;
  height: 1em;
  font-size: 2rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M26.9 1.802A74.52 74.52 0 0 0 16.015 1H16c-3.647 0-7.313.27-10.898.802C2.146 2.241 0 4.809 0 7.909v9.26c0 3.099 2.146 5.667 5.101 6.106 1.33.197 2.685.361 4.042.487v6.085c0 .467.278.888.705 1.067a1.133 1.133 0 0 0 1.246-.251l6.208-6.268c.216-.216.501-.34.807-.347a74.851 74.851 0 0 0 8.79-.772C29.856 22.837 32 20.27 32 17.169v-9.26c0-3.1-2.144-5.669-5.1-6.108Zm2.814 15.366c0 1.946-1.323 3.553-3.147 3.823a71.823 71.823 0 0 1-8.519.748 3.45 3.45 0 0 0-2.359 1.02l-4.26 4.301V22.7a1.15 1.15 0 0 0-1.054-1.151 71.077 71.077 0 0 1-4.941-.559c-1.824-.27-3.148-1.878-3.148-3.822V7.909c0-1.946 1.324-3.554 3.148-3.824A72.196 72.196 0 0 1 16 3.308h.015c3.522 0 7.072.261 10.552.777 1.824.27 3.147 1.879 3.147 3.824v9.258Z'/%3e%3c/svg%3e");
  background-size: cover;
  opacity: 25%;
}

.spListItemTag > * {
  display: inline-block;
}

.spLinkTag {
  color: inherit;
  line-height: 1.2;
  text-decoration: none;
  text-underline-offset: .1rem;
}

.spLinkTag:hover {
  text-decoration: underline;
  text-decoration-color: rgb(0 0 0 / .5);
}

.spLinkTag:first-of-type {
  display: block;
  padding:
    var(--wp--preset--spacing--30)
    0
    var(--wp--preset--spacing--10);
  font-size: 1rem;
  font-weight: 500;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.spLinkTag:last-of-type {
  margin-right: .25rem;
  text-underline-offset: .15rem;
}
