/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.pbl-category {}
.pbl-category .w-post-elm.post_image { border-radius: 30px 30px 0px 0px;}
.pbl-category .w-grid-item-h { border-radius: 30px;}

.bulled {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(117, 250, 173, 0.09);
    border: 1px solid rgba(117, 250, 173, 0.2);
    border-radius: 20px;
    padding: 5px 14px;
    font-size: 11px;
    font-weight: 700;
    color: var(--green);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}