.footer-link-label {
    font-size: 0.8rem;
    cursor: pointer;
    opacity: 0.8;
    width: fit-content;
    white-space: nowrap;
}

.footer-link-label:hover {
    text-decoration: underline;
    opacity: 1;
}