/* Shared mobile-friendly form / popup helpers for Ixpert screens */
@media (max-width: 768px) {
  .dxbl-popup {
    max-width: 96vw !important;
  }

  .dxbl-popup .dxbl-popup-content {
    max-height: 78dvh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .dxbl-form-layout,
  .dxbl-fl {
    --dxbl-fl-item-spacing: 8px;
  }

  input, select, textarea, .dxbl-text-edit, .dxbl-combo-box, .dxbl-date-edit, .dxbl-spin-edit {
    font-size: 16px !important; /* prevents iOS zoom */
  }

  .btn, .dxbl-btn {
    min-height: 40px;
  }
}
