/* Tooltip styling */
.tippy-box {
    background-color: #4c4c4c;
    border-radius: 0;
    line-height: normal;
    font-size: 1.1rem;
    box-shadow: 0 5px 10px rgba(0,0,0,0.8);
}

.tippy-arrow {
    color: #4c4c4c;
}

.tippy-arrow::before {
    transform: scale(0.8);
}

.tippy-content > a.external {
    filter: brightness(150%);
}

.interactiveTooltipIcon {
    margin-left: 0.5rem;
}
