/*
Theme Name: astra child
Theme url: https://rosa.informatica.gsf.nl/
Description: astra child theme
Author: Rosa & Amy
Author url: https://rosa.informatica.gsf.nl/
template: astra
Version: 1.0.0
Text domain: astra-child
*/

/* Actieve pagina menu-item kleur aanpassen in Astra Header Builder */
.ast-builder-menu-1 .menu-item.current-menu-item > a,
.ast-builder-menu-1 .menu-item.current_page_item > a {
    color: #A7E8C8 !important; /* actieve kleur */
}

/* Hover kleur voor alle menu-items */
.ast-builder-menu-1 .menu-item > a:hover {
    color: #A7E8C8 !important; /* hover kleur */
}

/* Standaard knop (niet toegevoegd) */
.my-favorites-button {
    background-image: url('https://www.flaticon.com/free-icon/broccoli_869730'); /* jouw broccoli icoon voor niet-favoriet */
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
}

/* Toegevoegd favoriet */
.my-favorites-added {
    background-image: url('https://www.flaticon.com/free-icon/broccoli_5601254'); /* jouw broccoli icoon voor favoriet */
}

.my-favorites-button:hover {
    transform: scale(1.2);
    transition: transform 0.2s;
}