.wheel-gift-overlay {
  padding-bottom: max(16px, env(safe-area-inset-bottom));
}

@media (max-width: 360px) {
  .wheel-gift-overlay {
    padding: 8px;
    padding-bottom: max(8px, env(safe-area-inset-bottom));
  }
  .wheel-gift-sheet { padding: 16px; border-radius: 23px; }
  .wheel-gift-notice { align-items: flex-start; flex-direction: column; gap: 4px; }
  .wheel-gift-art { width: 58px; height: 58px; }
  .wheel-gift-head h2 { font-size: 21px; }
  .wheel-gift-copy strong { font-size: 13px; }
}
