.lsfw-tutorial-ul {
    counter-reset: myCounter;
}

.lsfw-tutorial-ul .lsfw-tutorial-ul__li .bth__ttl-h3 {
    width: calc(100% - 200px);
}

.lsfw-tutorial-ul .lsfw-tutorial-ul__li:hover {
    background-color: #cbe0f3;
}

.lsfw-tutorial-ul .lsfw-tutorial-ul__li {
    background-color: #d4e4f2;
    border-radius: 5px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin-bottom: 10px;
    padding: 15px 20px 15px 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #475669;
    position: relative;
    width: 70%;
}

.lsfw-tutorial-ul .lsfw-tutorial-ul__li::after {
    color: #318cc6;
    content: '\f061';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 17px;
    right: 25px;
    top: 0;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.lsfw-tutorial-ul .lsfw-tutorial-ul__li::before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: #ffffff;
    background: #318cc6;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 15px;
    top: 14px;
    line-height: 25px;
    width: 25px;
    border-radius: 100%;
    font-size: 13px;
    height: 25px;
}

.lsfw-tutorial-example .lsfw-tutorial-example__ttl i {
    font-size: 20px;
    margin-bottom: 20px;
}

.lsfw-tutorial-example:hover .lsfw-tutorial-example__ttl {
    background: rgba(0, 0, 0, 0.2);
}

.lsfw-tutorial-example .lsfw-tutorial-example__ttl {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 4;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.3);
}

.lsfw-tutorial-examples {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(4, 1fr);
}

.lsfw-tutorial-example {
    overflow: hidden;
    height: 150px;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
    color: #ffffff;
    background: #eeeeee;
}

@media screen and (max-width: 1200px) {
    .lsfw-tutorial-ul .lsfw-tutorial-ul__li {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .lsfw-tutorial-ul .lsfw-tutorial-ul__li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: 46px;
        padding-right: 30px;
    }

    .lsfw-tutorial-ul .lsfw-tutorial-ul__li .bth__btn {
        width: 135px !important;
        margin: 10px 0 0 0;
        font-size: 10px !important;
        line-height: 20px;
    }

    .lsfw-tutorial-examples {
        display: block;
        white-space: nowrap;
        overflow: auto;
    }

    .lsfw-tutorial-example {
        width: 200px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px 0 0;
    }

    .lsfw-tutorial-ul .lsfw-tutorial-ul__li .bth__ttl-h3 {
        width: 100%;
    }
}

@media screen and (max-width: 374px) {
    .lsfw-tutorial-ul .lsfw-tutorial-ul__li {
        padding-right: 10px;
    }
}

@media screen and (max-width: 359px) {
    .lsfw-tutorial-ul .lsfw-tutorial-ul__li::before {
        display: none;
    }

    .lsfw-tutorial-ul .lsfw-tutorial-ul__li {
        padding: 10px 15px;
    }
}