/* SUPPORT-4190 */

.page-diensten-detail .content:after {
    pointer-events: none;
}


#Brochure_list .Themes_list_box .Themes_list_fbbutton a, #Brochure_list .Themes_list_box .Themes_list_fbbutton .Themes_list_fbbutton_btn {
    width: unset;
    height: 52px;
    
    &::before {
        background: url(/dist/images/button-icon.svg);
        transition: all .25s ease-in-out;
        content: "";
        width: 14px;
        height: 14px;
        display: inline-block;
        position: relative;
        margin-left: 21px;
        margin-bottom: 8px;
    }
    
    &::after {
        font-size: 20px;
        margin-right: 11px;
    }
    
    &:hover {
        &::before {
            rotate: 180deg;
        }
    }
}