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

/*
 *= require fonts
 *= require slider_captcha
 */

/* Wishlist row selected state */
tr.selected {
  background-color: rgba(59, 130, 246, 0.15) !important;
  border-left: 4px solid rgb(59, 130, 246);
}

@media (prefers-color-scheme: dark) {
  tr.selected {
    background-color: rgba(59, 130, 246, 0.25) !important;
  }
}

/* Wishlist table header colors */
.index-table-wrapper thead {
  background-color: oklch(0.34 0.04 230.95) !important;
}

/* Wishlist matches table header color */
.wishlist-matches-header {
  background-color: oklch(0.33 0.05 256.83) !important;
}
