/* === FLASH CLASSIC === */
#flash-container {
  position: fixed;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2000;

  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 90%;
  text-align: center;
  pointer-events: none;
}

#flash-container .shop-flash {
  background: #f5f5f5;
  border-left: 4px solid #4a3c8c;
  padding: 12px;
  border-radius: 6px;
  margin: 12px 0;
  font-size: 14px;
  color: #333;
  position: relative;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
