/* Progress Bar Components
 * Styles for dynamic progress bars used throughout the application
 */

.progress-bar-fill {
  transition: width 0.3s ease;
}

.progress-bar-fill[style*="width"] {
  /* Allow inline width for dynamic values */
}

