/**
Theme Name: Astra Child
Author: Oversector
Author URI: https://www.dimarcoandrea.it
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: astra-child
Template: astra
*/


    <style type="text/css">
    .mio-calcolatore-container {
        border: 1px solid #e0e0e0;
        padding: 20px;
        border-radius: 8px;
        background-color: #f9f9f9;
        max-width: 500px; /* O la larghezza che preferisci */
        margin: 20px auto; /* Centra il calcolatore */
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    .mio-calcolatore-container h3 {
        margin-top: 0;
        color: #333;
        text-align: center;
        margin-bottom: 20px;
    }
    .calcolatore-input-gruppo {
        margin-bottom: 15px;
    }
    .calcolatore-input-gruppo label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
        color: #555;
    }
    .calcolatore-input-gruppo input[type="number"] {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box; /* Importante per padding e width 100% */
        font-size: 1em;
    }
    .calcolatore-risultato {
        margin-top: 25px;
        padding-top: 15px;
        border-top: 1px dashed #ccc;
        text-align: center;
    }
    .calcolatore-risultato strong {
        font-size: 1.2em;
        color: #333;
    }
    #calc_risultato {
        color: #28a745; /* Verde per il risultato */
        font-weight: bold;
        font-size: 1.5em; /* Risultato più grande */
        display: inline-block; /* Permette di applicare padding/margin se necessario */
        margin-left: 10px;
    }
    </style>