/*
Theme Name:   Hello Elementor Child
Theme URI:    https://elementor.com/hello-theme/
Description:  Child theme per Hello Elementor
Author:       Elementor Team
Author URI:   https://elementor.com/
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  hello-elementor-child
*/

/* Inserisci qui i tuoi stili personalizzati */


ul,
ol {
    margin: 0;
    padding-left: 20px;
}
ul li,
ol li{
    margin-bottom: 20px;
}

ul li::marker,
ol li::marker {
    font-weight: bold;
}

.btn-dowload a {
    border: 1px solid white;
    border-radius: 100px;
}

/* Gallery .bt-gallery: miniature quadrate 1:1 senza deformazione */
.bt-gallery .gallery-icon {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.bt-gallery .gallery-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}