@layer components {
  :where(.c-social-links-001) {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 1.2rem;
  }

  :where(.c-social-links-001__link) {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: inherit;
    text-decoration: none;
    letter-spacing: 0.02em;
  }

  :where(.c-social-links-001__icon) {
    font-size: 1.8rem;
    line-height: 1;
  }

  :where(.c-social-links-001__link:hover) {
    text-decoration: underline;
  }
}
