/* Rotate the chevron down arrow when the collapsible section is open */
[aria-expanded="true"] .footer-chevron-icon {
    transform: rotate(180deg);
}

.footer-title-collapsible {
    cursor: default;
}

/* Style adjustments for footer accordion heading on mobile */
@media (max-width: 767.98px) {
    .footer-title-collapsible {
        padding-bottom: 0.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        cursor: pointer;
    }
}
