/**
 * DEV-039: compact flat-list mobile drawer navigation.
 */
@media (max-width: 767.98px) {
  .pcuk-mobile-drawer__panel { width: min(400px, 92vw); background: #fff; }
  .pcuk-mobile-drawer__head { padding: 16px 18px 14px; }
  .pcuk-mobile-drawer__brand { gap: 10px; }
  .pcuk-mobile-drawer__brand-mark { width: 44px; height: 44px; border-radius: 10px; font-size: .95rem; box-shadow: none; }
  .pcuk-mobile-drawer__brand-copy strong { font-size: .98rem; }
  .pcuk-mobile-drawer__close { width: 38px; height: 38px; }
  .pcuk-mobile-drawer__nav { margin: 8px 18px 0; }
  .pcuk-mobile-drawer__nav ul { gap: 0; }
  .pcuk-mobile-drawer__nav > ul > li { border-bottom: 1px solid #e2e8f0; }
  .pcuk-mobile-drawer__nav > ul > li:first-child { border-top: 1px solid #e2e8f0; }
  .pcuk-mobile-drawer__nav a,
  .pcuk-mobile-drawer__group > button { min-height: 48px; box-sizing: border-box; padding: 12px 2px; border: 0; border-radius: 0; background: transparent; box-shadow: none; font-size: .98rem; font-weight: 650; }
  .pcuk-mobile-drawer__nav a:active,
  .pcuk-mobile-drawer__group > button:active { transform: none; background: #f8fafc; }
  .pcuk-mobile-drawer__nav a svg,
  .pcuk-mobile-drawer__group > button svg { width: 17px; height: 17px; }
  .pcuk-mobile-drawer__group [data-pcuk-mobile-submenu] { margin: 0; padding: 0 0 5px 14px; border-left: 2px solid #dbeafe; }
  .pcuk-mobile-drawer__group [data-pcuk-mobile-submenu] a { min-height: 38px; padding: 8px 10px; color: #475569; font-size: .88rem; font-weight: 550; }
  .pcuk-mobile-drawer__quick-links { display: block; margin: 12px 18px 0; }
  .pcuk-mobile-drawer__quick-links a { display: flex; flex-direction: row; align-items: center; justify-content: space-between; min-height: 44px; padding: 10px 2px; border: 0; border-bottom: 1px solid #e2e8f0; border-radius: 0; background: transparent; box-shadow: none; }
  .pcuk-mobile-drawer__quick-links a:first-child { border-top: 1px solid #e2e8f0; }
  .pcuk-mobile-drawer__quick-links strong { font-size: .92rem; }
  .pcuk-mobile-drawer__quick-links span { font-size: .76rem; }
  .pcuk-mobile-drawer__footer { padding: 16px 18px; }
  .pcuk-currency-skeleton { border-radius: 8px; box-shadow: none; }
}
