/* 
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 */
.tot-value {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    font-family: 'Roboto Condensed';
}
.tot-value.in-perdita {
    color: #D57F7F;
}
.tot-value.in-attivo {
    color: #85DF65;
}
.valore_comic {
    color: #ffffff5d;
    font-family: "Roboto Condensed", Sans-serif;
    font-weight: 600;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 2.5rem;
    margin-block-start: .5rem;
    margin-block-end: 1rem;
}
.valore_comic.guadagno {
    color: #349441;
}
.valore_comic.perdita {
    color: #a32828;
}
.meta-comic {
    width: 100%;
    display: flex;
    flex-direction: row;
    border: 1px solid #565895;
    border-radius: 10px;
    padding: 10px 15px 7px 15px;
    gap: 20px;
}
.meta-comic .meta-single {
    width: 25%;
    border-right: 1px solid #565895;
    display: flex;
    flex-direction: row;
    position: relative;
    gap: 20px;
    align-items: center;
}
.meta-comic .meta-single:last-child {
    border: none !important;
} 
.meta-comic .meta-single i {
    font-size: 20px;
    color: #565895;
}
.meta-comic .meta-single .meta-wrapper {
    display: flex;
    flex-direction: column;
}
.meta-comic .meta-single .meta-wrapper span:nth-child(1) {
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFFCF;
}
.meta-comic .meta-single .meta-wrapper span:nth-child(2) {
    color: #FFFFFF94;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}