div.we-cat-children {
    text-align: center;
    background: #ebf9fe;
}

div.we-cat-children>b {
    display: block;
    padding: 0.25em;
    border: 1px solid #00aeef;
    margin-bottom: 0.25em;
}

div.we-cat-children ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div.we-cat-children li {
    padding: 0.5em 0.25em;
}

div.we-cat-children a {
    display: block;
    height: 100%;
    color: hsl(200, 76%, 30%);
}

div.we-cat-children a.btn-parent-category {
    font-weight: bold;
}

div.we-cat-children a.disabled {
    color: #444;
    cursor: not-allowed;
}