/* @link https://htmx.org/docs/#request-operations */
.htmx-swapping {
    opacity: 0;
    transition: opacity 1s ease-out;
}
