@layer components {
  .block-link {
    display: block;
  }

  a:hover {
    text-decoration: none;
  }

  .hover-underline:hover {
    text-decoration: underline;
  }

  .underline {
    text-decoration: underline;
  }
}
