/* ============================================================================
   DEPRECATED: This file is no longer actively used

   All SCSS variables have been migrated to CSS custom properties in:
   /tset-client/src/assets/styles/tokens/_theme-tokens.scss

   This file is kept temporarily for reference only and will be removed in a
   future cleanup. Do NOT add new variables here - use CSS custom properties
   in theme-tokens.scss instead.

   Migration completed: November 18, 2025
   Phase 1 of CSS Consolidation Plan
   ============================================================================ */
.lycolor {
  fill: #055d9c !important;
}
.dark .lycolor {
  fill: #1c8bd0 !important;
}
.lightpink-color {
  color: #ffbbd9;
}
.darkpink-color {
  color: #ff74b2;
}/* ============================================================================
   DEPRECATED: This file is no longer actively used

   All SCSS variables have been migrated to CSS custom properties in:
   /tset-client/src/assets/styles/tokens/_theme-tokens.scss

   This file is kept temporarily for reference only and will be removed in a
   future cleanup. Do NOT add new variables here - use CSS custom properties
   in theme-tokens.scss instead.

   Migration completed: November 18, 2025
   Phase 1 of CSS Consolidation Plan
   ============================================================================ */
.ratingPicker[data-v-86b64727]{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:0.1rem;


    margin: 0 auto;
    padding: 0;
    cursor: pointer;
}
.staroption[data-v-86b64727]{
    /* hover fill */
    transition: color 0.2s ease-in-out;
}
.yellowColor[data-v-86b64727]{
    color: #ffc107 !important;
}

/* The expand trigger is inline text ("more"), but callers pass .btn elements and the
   global .btn min-height (40px) blows it up mid-sentence. Neutralize it here. */
.truncate-expand-trigger .btn[data-v-66336844-s] {
  min-height: 0;
  padding: 0;
  vertical-align: baseline;
}
