/*
Theme Name: ProStack Child
Theme URI: https://prostack.nl
Template: kadence
Author: Michael Carter
Author URI: https://prostack.nl
Description: Child theme voor ProStack gebaseerd op Kadence.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.0.0.1779221906
Updated: 2026-05-19 20:18:26

*/

/* ==========================================================================
   ProStack Child Theme — Aangepaste stijlen
   Alle aanpassingen komen onder deze regel, nooit in het Kadence parent theme.
   ========================================================================== */


/* --------------------------------------------------------------------------
   Palletizer CTA — "Nieuwsgierig?" knop op de homepage
   Shortcode: [prostack_palletizer_cta]
   -------------------------------------------------------------------------- */

.ps-cta {
    text-align: center;
    padding: 60px 24px;
}

/* Tekst boven het icoon */
.ps-cta__vraag {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 24px;
    letter-spacing: -0.01em;
}

/* Klikbare link om het icoon */
.ps-cta__link {
    display: inline-block;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Lichte animatie bij hover */
.ps-cta__link:hover {
    transform: translateY(-5px);
    opacity: 0.85;
}

/* SVG icoon zelf */
.ps-cta__icoon {
    display: block;
    width: 150px;
    height: 150px;
}
