a.custom-article-link {
    opacity: 0.8;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}

@media (hover: hover) {
    a.custom-article-link:hover {
        opacity: 1;
        text-decoration: underline !important;
    }
}

.articles__sorting {
    .dropdown-toggle::after {
        display: none;
    }
}