.tooltip div.tooltip-content {
    margin: -0.4rem 0 -0.3rem 0;

    font-feature-settings: 'clig' off, 'liga' off;
    /* DT Verlag/notifications-inline */
    font-family: "AktivGrotesk", sans-serif;
    font-size: 0.875em;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 1.1375rem */
}

.tooltip.align-bottom {
    bottom: 2.5em;
}

.tooltip div.tooltip-close {
    text-decoration: underline;
}

.tooltip.light div.tooltip-close a {
    color: #1F1F1F;
    text-decoration: #1F1F1F underline;
}