/* Browser-specific fixes for alignment properties */

/* 
 * This file contains fixes for browser compatibility issues 
 * Apply these classes as needed to specific elements
 */

/* Apply this class to list items that need the match-parent text alignment */
.list-item-aligned {
  /* Chrome, Edge, Opera, etc. */
  text-align: start;
  /* Add other alignment properties for different browsers as needed */
} 