/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* Range indicator transitions for glucose entry */
.range-indicator {
  min-height: 1.5rem;
}

/* Smooth color transitions for input borders */
.input {
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Segmented control styling for reading type */
.join .join-item .btn {
  transition: all 0.2s ease;
}

/* Ensure peer-checked buttons have proper styling in join group */
.join-item .peer:checked + .btn {
  z-index: 1;
}
