.elementor-17276 .elementor-element.elementor-element-35daae2{--display:flex;--min-height:469px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-17276 .elementor-element.elementor-element-e21ac76{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-17276 .elementor-element.elementor-element-0da1acb{margin:80px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-17276 .elementor-element.elementor-element-0da1acb .elementor-heading-title{font-family:"Tahoma", Sans-serif;font-size:600px;font-weight:900;text-transform:uppercase;line-height:260px;color:var( --e-global-color-secondary );}.elementor-17276 .elementor-element.elementor-element-776b8b9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17276 .elementor-element.elementor-element-449fa0d .elementor-heading-title{color:var( --e-global-color-secondary );}.elementor-17276 .elementor-element.elementor-element-285cb01{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17276 .elementor-element.elementor-element-5e66032{--divider-border-style:solid;--divider-color:#000;--divider-border-width:7px;}.elementor-17276 .elementor-element.elementor-element-5e66032 .elementor-divider-separator{width:100%;}.elementor-17276 .elementor-element.elementor-element-5e66032 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-17276 .elementor-element.elementor-element-e211f11{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-17276 .elementor-element.elementor-element-e21ac76{--width:50%;}.elementor-17276 .elementor-element.elementor-element-776b8b9{--width:50%;}}@media(max-width:767px){.elementor-17276 .elementor-element.elementor-element-35daae2{--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-17276 .elementor-element.elementor-element-e21ac76{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-17276 .elementor-element.elementor-element-0da1acb{text-align:center;}.elementor-17276 .elementor-element.elementor-element-0da1acb .elementor-heading-title{font-size:300px;line-height:0.3em;}.elementor-17276 .elementor-element.elementor-element-776b8b9{--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for heading, class: .elementor-element-0da1acb */span.letter{font-size:600px!important}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-d58ddd5 *//* CONTENITORE GENERALE */

.artisti-edizioni {
    width: 100%;
}


/* SINGOLO GRUPPO */

.artisti-edizione-group {
    width: 100%;
    margin-bottom: 80px;
}


/* TITOLO EDIZIONE */

.artisti-edizione-title {
    margin: 0 0 35px;
    padding: 0 0 15px;
    border-bottom: 1px solid #000;
    
    font-size: 32px;
    line-height: 1.1;
    font-weight: 500;
}


/* GRIGLIA ARTISTI */

.artisti-edizione-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}


/* TABLET */

@media (max-width: 1024px) {

    .artisti-edizione-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 25px;
    }

}


/* MOBILE */

@media (max-width: 767px) {

    .artisti-edizione-group {
        margin-bottom: 55px;
    }

    .artisti-edizione-title {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .artisti-edizione-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

}
.artisti-edizione-group {
    border-bottom: 0px solid #000;
    margin: 5px;
    padding: 0;
}

.artisti-edizione-toggle {
    width: 100%;
    padding: 12px 10px;
    margin: 0;
    background: #E5087E;
    border: none;
    cursor: pointer;

    display: flex;
    justify-content: space-between;
    align-items: center;

    font-size: 38px;
    line-height: 1.1;
    font-weight: 500;
    text-align: left;
}

.artisti-edizione-toggle::after {
    content: "+";
    font-size: 28px;
    line-height: 1;
    transition: .3s;
}

.artisti-edizione-group.active .artisti-edizione-toggle::after {
    content: "−";
}

.artisti-edizione-content {
    display: none;
    padding: 0 0 20px;
    margin: 0;
}

.artisti-edizione-group.active .artisti-edizione-content {
    display: block;
}/* End custom CSS */