/* Chỉ áp dụng trên mobile */
@media (max-width: 768px) {
  /* Filament body/layout có thể khác tùy theme, nên set rộng một chút */
  body,
  .fi-body,
  .fi-layout,
  .fi-main {
    padding-bottom: 200px !important; /* chỉnh 220-360 tùy máy */
  }
}
