@charset "UTF-8";

.p-topArticles__largeText a {
  color: var(--color_red);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.p-topArticles__largeText a:hover {
    text-decoration-color: transparent;
}
