/* Prevent collapsible sections from closing unexpectedly on mobile */
.collapse.show {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
}

/* Ensure smooth transitions */
.collapsing {
    transition: height 0.35s ease !important;
}

/* Fix for the collapse arrow rotation */
.btn-collapse[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.btn-collapse[aria-expanded="false"] svg {
    transform: rotate(0deg);
}
