/* Start custom CSS *//*tag cloud css */
.tag .tag-cloud-link{
    border: 1px solid #666;
    border-radius: 3px;
    font-size: 14px !important;
    margin-bottom: 10px !important;
    padding: 6px 12px;
    margin-right: 5px;
    width: fit-content !important;
    display: inline-block;
}
.tag .tag-cloud-link:hover{
    background-color: #e52d2d;
    color: #fff !important;
    border: 1px solid #e52d2d;
}/* End custom CSS */