<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#hubModal .modal-content {
    border: none;
}

#hubModalTagsDropdownMenu &gt; li {
    padding: 5px 5px 5px 10px;
}

#relatedTopicsMenu {
    background-color: transparent;
    border-color: transparent;
    vertical-align: middle;
    font-weight: bold;
    margin-top: 8px;
}

    #relatedTopicsMenu:active {
        box-shadow: none;
        --webkit-box-shadow: none;
    }

#hubModalHeader {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
}

    #hubModalHeader button.close {
        justify-self: flex-end;
    }

@media (max-width: 575px) {
    #hubModalHeader &gt; div.dropdown {
        flex: 1 1 auto;
        max-width: 200px;
    }
}

#hubModalHeader &gt; img {
    margin: 0 5px 0 0;
}

#hubModalBody {
    background: white;
}

#hubModalTagsDropdown {
    max-width: 100%;
    overflow: hidden;
}

#hubModalTagsDropdownMenu &gt; li.history {
    background: #F6F7FB;
}

#hubOptions {
    border-radius: 40px;
}

    #hubOptions &gt; .list-group-item {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: 78px;
        background: var(--primary-background-color);
        color: white;
        border: 1px solid white;
        margin: 0 4px 4px 4px;
        border-radius: 45px;
    }

        #hubOptions &gt; .list-group-item:hover {
            background: var(--primary-background-color-hover);
        }

/*        #hubOptions &gt; .list-group-item.focus {
            background: #008080;
        }
*/
    #hubOptions a {
        color: white;
    }

    #hubOptions &gt; a &gt; li {
        height: 78px;
        font-size: 16px;
    }
</pre></body></html>