/*
Theme Name: Suprevo x Rage Fabriek
Author: Suprevo
Author URI: https://www.suprevo.nl
Description: A custom WordPress theme with flexible ACF content blocks
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: suprevo
Version: 1.0.0
*

/* Add your custom styles below */

/* WordPress Admin Bar Fix */
.admin-bar .derooy-header:not(.full):not(.light) {
    top: 72px; /* 40px origineel + 32px admin bar */
}

.admin-bar .derooy-header--scrolled {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    .admin-bar .derooy-header:not(.full):not(.light) {
        top: 86px; /* 40px origineel + 46px admin bar */
    }

    .admin-bar .derooy-header--scrolled {
        top: 46px !important;
    }
}

.wp-element-button {
    background: #d14812;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.wp-element-button:hover {
    background: var(--color-orange-600);
    border-color: var(--color-orange-600);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px #e85a1b66;
    filter: none;
}

.wc-block-checkout__terms a {
    color: #d14812;
}

.wc-block-checkout__terms a:hover {
    color: #e85a1b;
    text-decoration: underline;
}

.default-section__column p {
    margin-bottom: 15px;
}
.default-section__column ul {
    margin-bottom: 15px;
    list-style: disc;
    padding-left: 20px;
}
