/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments
Version: 2.1.42.1780087622
Updated: 2026-05-29 21:47:02

*/

/* Referentie terug knop hover effect */
.single-referenties .stk-link.stk-button {
    background-color: #6BA539;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    transition: filter 0.2s ease;
}

.single-referenties .stk-link.stk-button:hover {
    filter: brightness(0.85);
}

.single-referenties .stk-link.stk-button svg {
    fill: #ffffff !important;
}