.tagline-main {
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 2px;
}

.tagline-sub {
    display: block;
    margin-top: 0;
    margin-left: 0.5rem;
    font-size: 0.9rem;
    opacity: 0.75;
}

.link {
font-weight: 600;
font-color: var(--color-text-soft);
text-decoration: underline;
text-decoration-thickness: 2px;
text-underline-offset: 3px;
cursor: pointer;
}


.link-sm {
font-color: var(--color-text-soft);
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 1px;
cursor: pointer;
}

#emptyTraceBanner {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
    padding: 5px;
    text-align: center;
}

#emptyTraceBanner.is-visible {
    display: block;
}

#emptyTraceBanner.is-open {
    opacity: 1;
}

