/* Start custom CSS for section, class: .elementor-element-7ec94c5 *//* =========================================================
   ÍCONES DAS CATEGORIAS
========================================================= */

.bsf-category-link {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.bsf-category-icon {
    width: 30px;
    height: 30px;

    flex: 0 0 30px;

    object-fit: contain;
}


/* =========================================================
   CONTADOR DE VISUALIZAÇÕES
========================================================= */

.bsf-most-content {
    min-width: 0;
}

.bsf-view-count {
    display: block;

    margin-top: 4px;

    color: #69928e;

    font-size: 8px;

    line-height: 1.3;
}


/* Tablet */

@media (min-width:768px) and (max-width:1024px) {

    .bsf-category-icon {
        width: 27px;
        height: 27px;

        flex-basis: 27px;
    }

}


/* Celular */

@media (max-width:767px) {

    .bsf-category-icon {
        width: 28px;
        height: 28px;

        flex-basis: 28px;
    }

}/* End custom CSS */