/* Style for accordion toggle button */
.accordion-toggle-20738f16 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    padding: 10px 0;
    margin: 10px 0;
    font-weight: bold;
    border-top: 1px solid rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    transition: background-color 0.3s ease;
}

.accordion-toggle-20738f16 .toggle-icon-20738f16 {
    transition: transform 0.3s ease;
    font-size: 0.8em;
}

/* Open states */
.accordion-toggle-20738f16.is-active .toggle-icon-20738f16 {
    transform: rotate(180deg);
}

/* Accordion Content Container */
.accordion-content-20738f16 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Prevent outer card containers from stretching when neighboring cards expand */
.has-caratteristiche-accordion-20738f16 {
    align-self: flex-start !important;
    height: auto !important;
}
