/*
Theme Name: Astra Child
Theme URI: https://gemcoders.com.br/
Description: Tema filho do Astra.
Author: Everton Silva
Author URI: https://gemcoders.com/
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* Aqui você pode adicionar estilos personalizados */

/* COOKIES BANNER */
#cookie-box * {
    font-family: Arial, Helvetica, sans-serif;
}
#cookie-box {
    display: none;
    justify-content: center;

}
#cookie-banner {
    font-family: roboto;
    position: fixed; 
    bottom: 20px; 
    width: 80%; 
    background: #CFBBA0; 
    color: #9C604A; 
    padding: 10px; 
    text-align: center; 
    border-radius: 10px;
    box-shadow: 1px 1px 4px 1px grey;
    transition: all 1s ease-out;
}

#cookie-banner:hover {
    box-shadow: 0px 0px 10px 4px grey;
}
a, link, link:visited {
    color: #9C604A;
    text-decoration: none;
}

#button-cookie:hover {
    box-shadow: 0px 0px 4px 2px grey;
    transform: translateY(-2px);
}

#button-cookie {
    border-radius: 4px;
    background: #724332; 
    color: white; 
    border: none; 
    padding: 5px 15px; 
    cursor: pointer;
}
