/* Local overrides and helpers */

/* Center children inside sg row-content when the row isn't full */
.sg-container__row-content--center {
  justify-content: center;
}

/* Troubleshooter: equal-sized status tiles */
.status-grid .status-tile {
  display: flex;
  align-items: center;
  gap: .5rem;
  min-height: 42px;
  padding: .5rem .75rem;
}
.status-grid .status-label {
  white-space: nowrap;
}

/* Troubleshooter: settings readability */
.settings-label {
  color: #fff; /* stronger contrast than text-muted */
  font-weight: 600;
  font-size: 0.9rem;
}
.settings-value {
  color: #f0f0f0;
}
.settings-value .fiat-value {
  opacity: .8;
}

/* Consistent vertical spacing for stacked cards on host page right column */
.sg-stack > .card + .card {
  margin-top: 2rem;
}

/* Improve contrast for helper text inside cards */
.card .form-text {
  color: rgba(255, 255, 255, 0.75);
}

.status-indicator {
  min-height: 1.25rem;
}

.status-indicator.text-secondary {
  color: rgba(255, 255, 255, 0.65) !important;
}
