.espbp-events-cate a{
    text-decoration: none !important;
}
:root {
    --espbp-category-title-alignment: left;
    --espbp-category-title-color: #0D95C7;
    --espbp-category-description-color: black;
    --espbp-category-description-alignment: left;
    --espbp-category-count-color: black;
    --espbp-category-count-alignment: left;
    --espbp-cate-single-padding: 0px;
}


/* Title widget css */

.espbp-category-title {
    text-align: var(--espbp-category-title-alignment);
    color: var(--espbp-category-title-color) !important;
    margin: 0;
}


/* Description widget css */

.espbp-category-description {
    color: var(--espbp-category-description-color);
    text-align: var(--espbp-category-description-alignment);
    margin: 0;
}


/* Count widget css */

.espbp-category-count-number {
    color: var(--espbp-category-count-color);
    text-align: var(--espbp-category-count-alignment);
}


/* Child widget css */

.espbp-child-category p {
    color: var(--espbp-child-category-color)!important;
    background-color: var(--espbp-child-category-bg-color);
    padding: var(--espbp-cate-single-padding)!important;
    border-radius: var(--espbp-cate-single-bdr-radius);
    margin: 0px !important;
}

.espbp-child-category p:hover {
    color: var(--espbp-child-category-hvr-color)!important;
    background-color: var(--espbp-child-category-hvr-bg-color);
}

.espbp-main-child-category,
.espbp-main-child-category .espbp-child-category {
    list-style-type: none;
}

.espbp-child-category{
    --gap: 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    flex-direction: var(--flex-direction);
    gap: var(--gap);
    padding: 0px;
    margin: 0px;
}
