/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
} */

/* Glass Effects */
.glass-effect-light {
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.glass-effect-dark {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
/* Nuove linee per titoli  */
.titolo-linea .elementor-heading-title {
    display: flex;
    align-items: center;
    width: 100%;
}

.titolo-linea .elementor-heading-title::after {
    content: "";
    flex-grow: 1;
    height: 2px;
    background-color: #DB6D06;
    margin-left: 20px;
    margin-bottom: -3px;
}


/* Accento */
.accento {
	color: #DB6D06!important;
	font-style: italic!important;
}

/* --- Widget Dati Finanziari --- */
.fin-widget-container {
    font-family: 'Georgia', serif; /* O il font del tema */
    background-color: #eaddd5; /* Colore di sfondo simile alla demo */
    padding: 20px;
    text-align: center;
    border-radius: 4px;
    max-width: 600px;
    margin: 20px auto;
}

.fin-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #4a4a4a;
}

.fin-grid {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #000;
    padding-top: 20px;
}

.fin-item {
    display: flex;
    flex-direction: column;
}

.fin-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 5px;
}

.fin-value {
    font-size: 18px;
    font-weight: 500;
}

/* Classi specifiche per i colori e frecce */
.fin-up {
    color: #2E7D32; /* Verde */
    font-weight: bold;
}

.fin-down {
    color: #D32F2F; /* Rosso */
    font-weight: bold;
}

.fin-last-update {
    margin-top: 15px;
    font-size: 11px;
    color: #666;
    font-style: italic;
    border-top: 1px dashed #ccc;
    padding-top: 10px;
}