/* Font Awesome 5 to 7 Icon Name Compatibility */
/* This file provides backward compatibility for v5 icon class names in v7 */

/* Calendar Icons - fa-calendar-alt was renamed to fa-calendar-days in v7 */
.fa-calendar-alt:before {
  content: "\f133";
}

/* If needed, add more v5 to v7 icon mappings below */