@charset "UTF-8";



.bl_commentGroup {
    margin: 48px 0;

}

.bl_commentGroup__txt {
    margin-bottom: 0px!important;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #9D9D9D;
}

.bl_commentGroup__btn span {
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #009AD9;
    transition: 0.3s all;
    text-decoration: underline;
}

.bl_commentGroup__btn span::after {
    content: "";
    display: inline-block;
    margin-left: 2px;
    width: 13px;
    height: 10px;
    background: url(/content/dam/productsite/shimano-europe/product-description/note/img/blank_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s all;
}

@media screen and (min-width: 768px) {
    .bl_commentGroup__btn:hover span{
        color: #095679;
    }
    .bl_commentGroup__btn:hover span::after {
        background: url(/content/dam/productsite/shimano-europe/product-description/note/img/blank_icon_hover.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 767px) {

    .bl_commentGroup {
        margin-bottom:34px;

    }

    .bl_commentGroup__txt {
        margin-bottom: 0px !important;
        font-size: 1.4rem;
    }

    .bl_commentGroup__btn span {
        font-size: 1.4rem;
    }

    .bl_commentGroup__btn span::after {
        width: 12px;
        height: 9px;
    }
}