/* Created by Content Blocks */
.cb-blog-category-cloud span{
    white-space: nowrap;
    overflow-wrap: break-word;
}
.cb-blog-category-cloud a{
    transition: background 0.25s ease-in-out;
    background: var(--plcb-cc-bt-background, var(--bs-light));
    color: var(--plcb-cc-bt-color, var(--bs-black));
}
.cb-blog-category-cloud a:hover{
    background: var(--plcb-cc-bt-background, var(--bs-light-hover));
}
.cb-blog-category-cloud a:focus,
.cb-blog-category-cloud a.active-link{
    background: var(--plcb-cc-bt-focus-background, var(--bs-primary));
    color: var(--plcb-cc-bt-focus-color, var(--bs-white));
}