.accordion.style2 .accordion-button {
    min-height: 90px;              /* adjust if needed */
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Keep icon vertically centered */
.accordion.style2 .accordion-button span {
    display: flex;
    align-items: center;
}

/* Prevent text breaking layout */
.accordion.style2 .accordion-button {
    line-height: 1.4;
}