.searchbox input {
    width: 100%
}

.browse-queries {
    padding: 18px;
}

.browse-queries .wrapper {
    display: flex;
}

.browse-queries .content {
    width: 100%;
}

.browse-queries h1 {
    margin-bottom: 0px;
    font-weight: 700;
}

.browse-queries a p {
    margin-bottom: 0px;
}

.browse-queries h1, .browse-queries a p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.browse-queries .bottom {
    margin-top: 11px;
}

.browse-queries .bottom .vote {
    font-weight: 700;
}

.browse-categories .card {
    margin-bottom: 3rem;
}

.browse-categories a {
    height: 125px;
    display: block;
    position: relative;
    background-position: center;
    background-size: cover;
}

.browse-categories a img {
    max-width: 100%;
    height: 100%;
    width: 100%;
}

.browse-categories a span {
    font-weight: bold;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#tags a {
    margin-bottom: 5px;
}
