.custom-categories-module .custom-category-name {
    font-size: 16px;
    font-weight: bold;
    color: black;
    margin-bottom: 10px;
}
.custom-categories-module .custom-category-products {
    list-style: none;
    padding: 0;
}
.custom-categories-module .custom-category-products .custom-category-product a {
    text-decoration: none;
    color: #333;
}
.custom-categories-module .custom-category-products .custom-category-product a:hover {
    text-decoration: underline;
    color: #000;
}