/* Devise Authentication Styles */

/* Tab Navigation Styles */
.tab-button {
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}

.tab-button:hover {
  text-decoration: none;
  color: #374151;
  border-bottom-color: #d1d5db;
}

/* Table Cell Utilities */
.cell-truncated {
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Text Utilities */
.text-danger {
  color: #d32f2f;
}

/* Diffy diff output */
.diff-output ins,
.diff-output del {
  display: block;
  padding: 2px 8px;
  margin: 0;
  font-family: 'Geist Mono', monospace;
  font-size: 0.85rem;
  white-space: pre-wrap;
  word-break: break-word;
}
.diff-output ins { background-color: #dcfce7; color: #166534; text-decoration: none; }
.diff-output del { background-color: #fee2e2; color: #991b1b; text-decoration: none; }
.diff-output .diff-block-info { background-color: #e0f2fe; color: #0369a1; padding: 2px 8px; font-family: 'Geist Mono', monospace; font-size: 0.8rem; }


