/*
Theme Name: Maiaverse Child
Author: Thespace
Author URI: https://www.thespacesm.com/
Template: maiaverse
Text Domain: maiaverse-child
*/

/* Definisco variabili di default */
:root {
    --panna: #FDF9F1; /* Example color, replace with actual value */
    --rosso: #B67B5E; /* Example color, replace with actual value */
}

/* Default styles */
a {
    color: var(--panna);
    transition: all 0.3s ease;
}
a:hover {
    color: var(--rosso);
    transition: all 0.3s ease;
}

/** Homepage **/
.space-home-accordion .elementor-accordion-item {
    border-bottom: 1px solid #FDF9F1 !important;
}

/** Rave Chart **/
#raveChartInput fieldset {
    border: none;
}
#raveChartInput fieldset label {
    width: 100%;
    margin: 5px 0;
}
#raveChartInput fieldset h2 {
    font: normal normal normal 33px/38px Arial;
    letter-spacing: 0;
    color: #7D817E;
}
#raveChartInput fieldset span {
    display: block;
}
#raveChartInput fieldset select, #raveChartInput fieldset span, #raveChartInput fieldset input {
    font: normal normal normal 24px / 28px Arial;
    letter-spacing: 0;
    color: #CCCCCC;
    font-size: 18px;
}
#raveChartInput fieldset select, #raveChartInput fieldset input {
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 1px solid #CECECE;
    border-radius: 8px;
    height: 40px;
}
#raveChartInput p.submit {
    height: 50px;
}
#raveChartInput p.submit input {
    width: 50%;
    margin: 0px 15px;
    clear: both;
    float: right;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: var(--e-global-color-88fb526);
    transition-duration: 2s;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(246.5, 244.89239130434785, 244.89239130434785, 0.5);
    padding: 10px 0;
}
#raveChartInput div#chartExtraInfo {
    clear: both;
}
#raveChartInput div#raveChartResults {
    display: none;
    background: #fff;
    border-radius: 20px;
    padding: 3%;
    margin: 30px 0;
    box-shadow: 1px 1px 20px #cdcdcd;
}
.sottotitolo-voices:before {
    content: "";
    display: block;
    position: absolute;
    background: #cdcdcd;
    height: 1px;
    width: 30px;
    top: 7px;
    left: -40px;
}
.sottotitolo-voices:after {
    content: "";
    display: block;
    position: absolute;
    background: #cdcdcd;
    height: 1px;
    width: 30px;
    top: 7px;
    right: -40px;
}
@media only screen and (max-width: 480px) {
    #raveChartInput p.submit input {
        width: 95%;
        margin: 20px 2%;
    }
}