/* ==========================================================================
   HIZIRBEY DESIGN SYSTEM - FORM COMPONENT

   Proje:
   HIZIRBEY Portal

   Paket:
   HIZIRBEY Design System

   Bileşen:
   Form

   Dosya:
   themes/default/assets/css/hds/components/form/base.css

   Açıklama:
   HDS Form bileşeninin temel ve inline form görünümünü yönetir.

   Yazar:
   Mehmet Kalli

   Güncellendi:
   12.08.2026

   Sürüm:
   2.0.0

   Ownership:
   Public HDS Form root and inline composition; legacy forms excluded

   Contract:
   Roots: .hds-form, .hds-form-inline
========================================================================== */

/* =========================================================================
 * >>> Form Base
 * ========================================================================= */

.hds-form {
  box-sizing: border-box;
}

.hds-form-inline {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;

  margin: 0;
  padding: 0;
}

/* <<< Form Base */
