/*
Theme Name: Neszant Learn
Theme URI: https://learn.neszant.com
Author: Neszant Technology Solutions
Author URI: https://neszant.com
Description: Custom theme for Neszant Learn - Cloud & DevOps Training Platform
Version: 1.0
License: Proprietary
Text Domain: neszant-learn
*/


/* Mobile fix: collapse inline 2-col form grids to 1 column (added 2026-07) */
@media (max-width: 640px) {
  div[style*="grid-template-columns:1fr 1fr"] { grid-template-columns: 1fr !important; }
}
