.hm-expandable-section {
    position: relative;
}

.hm-expand-right-enter-active,
.hm-expand-right-leave-active {
    transition: opacity 180ms ease, transform 180ms ease;
}

.hm-expand-right-enter-from,
.hm-expand-right-leave-to {
    opacity: 0;
    transform: translateX(-0.5rem);
}

.hm-expand-right-enter-to,
.hm-expand-right-leave-from {
    opacity: 1;
    transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
    .hm-expand-down-content,
    .hm-expand-down-trigger svg,
    .hm-expand-right-enter-active,
    .hm-expand-right-leave-active {
        transition: none !important;
    }
}
