@use "00-base/configure" as *;

.ma__footnote-link {

  @include ma-button-reset;

  transition: all 0.4s ease;
  display: inline-flex;
  color: $c-font-link;
  font-size: $fonts-small;
  font-weight: $fonts-bold;
  line-height: 1; 
}