.fristet-auto-link {
    color: var(--fristet-gold) !important;
    font-weight: 650;
    text-decoration: underline;
    text-decoration-color: rgba(229, 169, 59, .48);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    overflow-wrap: anywhere;
    word-break: break-word;
    transition:
        color .16s ease,
        text-decoration-color .16s ease;
}

.fristet-auto-link:hover,
.fristet-auto-link:focus-visible {
    color: #E0B879 !important;
    text-decoration-color: currentColor;
}

.fristet-auto-link:focus-visible {
    outline: 2px solid rgba(229, 169, 59, .55);
    outline-offset: 3px;
    border-radius: 3px;
}

/*
 * Links i chatbobler mÃ¥ gerne brydes over flere linjer,
 * sÃ¥ lange adresser ikke Ã¸delÃ¦gger mobil-layoutet.
 */
.private-chat-text .fristet-auto-link,
.activity-chat-bubble .fristet-auto-link,
.salon-conversation-room__story .fristet-auto-link,
.salon-conversation-reply__bubble .fristet-auto-link {
    white-space: normal;
    overflow-wrap: anywhere;
}