.categoryPage {
    margin: 40px 0;
}

.categoryPage .itemTagGrid .Content {
    border: 1px solid #e0e0e0;
    padding: 10px;
}

.categoryPage .itemTagGrid .Content:hover {
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.2);
}



.categoryPage .card-title a {
    color: #3e6ba3;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
}

.categoryPage .card-title a:hover {
    color: #4493ad;
}

.categoryPage .categoryHeader {
    display: none;
}
