/**
 * CLS (Cumulative Layout Shift) Fixes for KingShop.vn
 * MINIMAL VERSION - Testing only safe rules
 */

/* 1. Reserve space for logo container */
.kNzuLy {
  min-height: 26px;
}

/* 2. Prevent header layout shift */
.kLbmdF {
  min-height: 60px;
}

/* 3. Font display optimization */
@font-face {
  font-family: '__Roboto_1978c1';
  font-display: swap;
  src: local('Roboto');
}

@font-face {
  font-family: '__Roboto_Fallback_1978c1';
  font-display: swap;
  src: local('Roboto'), local('Arial'), local('sans-serif');
}