/* Dynamische Geräte-Links in Ratgebern. Bewusst vom Glossar-Look getrennt. */
.afg-guide-article .afg-guide-device-link,
.afg-guide-article .afg-guide-device-link:visited {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(96, 165, 250, .78);
    box-shadow: inset 0 -0.12em 0 rgba(59, 130, 246, .12);
    transition: color .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.afg-guide-article .afg-guide-device-link:hover,
.afg-guide-article .afg-guide-device-link:focus {
    color: #bfdbfe;
    border-bottom-color: #60a5fa;
    box-shadow: inset 0 -0.22em 0 rgba(59, 130, 246, .20);
}
