@media (max-width: 639px) {
    .fi-no {
        top: auto !important;
        bottom: max(1rem, env(safe-area-inset-bottom)) !important;
        flex-direction: column !important;
        justify-content: flex-end !important;
        max-height: calc(100dvh - 2rem - env(safe-area-inset-bottom));
    }
}
