/**
Theme Name: Grid Power Child Theme
Author: Öökull Creativo
Author URI: https://ookullcreativo.com
Description: A child theme for Grid Power.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: grid-power-child-theme
Template: astra
*/

/* ÖÖKULL CREATIVO ADJUSTMENTS */

/* Custom scroll bar */

::-webkit-scrollbar {
    width: 10px;
    background: var( --e-global-color-secondary );
}
::-webkit-scrollbar-track {
    border-radius: 0px;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: var( --e-global-color-accent );
}

/* Hide recaptcha badge */
.grecaptcha-badge {
    visibility: hidden;
}