.bbp-group-subforum-link-container {
    margin-bottom: 20px;
}
.bbp-group-subforum-link {
    background-color: #fff;
    padding: 8px 12px;
    border: 1px solid var(--bb-content-border-color);
    border-radius: 8px;
    font-size: 0.8rem;
    color: #000;
    transition: all linear .2s;
}

.bbp-group-subforum-link:hover {
    background-color: var(--wriwoods-primary-color);
    color: #fff;
}