.wcm-category-box {
    max-width: 390px;
    background: #fff;
    border-radius: 0 28px 8px 8px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    font-family: inherit;
}

.wcm-category-title {
    background: #11335a;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 18px 18px;
    border-radius: 0 28px 0 0;
}

.wcm-category-content {
    background: #fff;
}

.wcm-category-group {
    margin: 0;
}

.wcm-parent-category {
    background: #f4f7fb;
    color: #111;
    font-size: 20px;
    font-weight: 500;
    padding: 16px 20px;
}
.wcm-parent-category a{
    color: #11335a;
}
.wcm-parent-category a:hover{
    color: #c5a363;
}

.wcm-child-category-list {
    list-style: none;
    margin: 0;
    padding: 8px 20px 16px 42px;
}

.wcm-child-category-list li {
    position: relative;
    margin: 12px 0;
    font-size: 19px;
    line-height: 1.4;
}

.wcm-child-category-list li::before {
    content: "•";
    position: absolute;
    left: -20px;
    color: #11335a;
    font-size: 20px;
}

.wcm-child-category-list a {
    color: #111;
    text-decoration: none;
}

.wcm-child-category-list a:hover {
    color: #11335a;
}