/* Tile header adjustments - move icon and title to left */
.card-header-flex {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: nowrap; /* Prevent wrapping */
}

.card-header-flex .card-icon {
  font-size: 1.75rem;
  margin-right: 1rem;
  opacity: 0.9;
  display: flex;
  align-items: center;
  flex-shrink: 0; /* Prevent icon from shrinking */
}

.card-header-flex h5 {
  margin-bottom: 0;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  line-height: 1.5;
}

/* Additional space for content */
.card-body .card-content {
  margin-top: 1rem;
}
