body {
    margin-top: 100px;
}

.do_not_underline {
    text-decoration: none;
    color: inherit;
}

.more {
    text-decoration: none;
    font-size: small;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #212529;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1rem;
    z-index: 1050;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.cookie-banner-link {
    color: #ffc107;
    text-decoration: underline;
}

.tag-description {
    overflow: hidden;
    max-height: 4.5em;
    transition: max-height 0.35s ease;
}

.card:hover .tag-description {
    max-height: 30em;
}

@media (hover: none) {
    .card.expanded .tag-description {
        max-height: 30em;
    }
}

@media (max-width: 767px) {
    .mobile-hidden {
        display: none;
    }

    body {
        margin-top: 70px;
    }
}
