/* CardForge Responsive Styles
 * All responsive design and mobile adjustments
 * Extracted from: All files (media queries, mobile-specific rules)
 * Created: 2025-08-03
 */

/* Responsive Behavior - CLEANED UP */
@media (max-width: 1200px) {
  .right-column {
    height: auto;
    max-height: none;
  }
}

@media (max-width: 768px) {
  .right-column {
    padding: 0.5rem;
    gap: 0.5rem;
  }
}
