/*
 * 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.
 */

/* User link styles */
.user-link {
  color: #ec4899;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
  border-bottom: 1px solid transparent;
}

.user-link:hover {
  color: #db2777;
  border-bottom-color: #db2777;
  text-decoration: none;
}

.user-link:visited {
  color: #be185d;
}

.user-link:visited:hover {
  color: #9d174d;
  border-bottom-color: #9d174d;
}
