@charset "UTF-8";
/*
 Theme Name:   Child Block Theme
 Theme URI:    https://peepso.com
 Description:  Child theme for PeepSo Block Theme
 Author:       PeepSo
 Author URI:   https://peepso.com
 Template:     peepso-block-theme
 Text Domain:  peepso-block-theme
 Version: 8.0.1.0
 Domain Path: /language
*/

.wp-block-list.is-style-new,
.wp-block-list.is-style-impr,
.wp-block-list.is-style-fix {
    padding-left: 0;
    list-style: none;
}

.wp-block-list.is-style-new li,
.wp-block-list.is-style-impr li,
.wp-block-list.is-style-fix li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 70px;
    list-style-type: none;
}

.wp-block-list.is-style-new li:before,
.wp-block-list.is-style-impr li:before,
.wp-block-list.is-style-fix li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 60px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border-radius: 30px;
}

.wp-block-list.is-style-new li:before {
    content: "New";
    color: #5AB543;
    background-color: #D0F4C7;
}

.wp-block-list.is-style-impr li:before {
    content: "Impr";
    color: #FC832C;
    background-color: #FDE9D6;
}

.wp-block-list.is-style-fix li:before {
    content: "Fix";
    color: #F45951;
    background-color: #FFEAE9;
}

