/* Scala de dispozitie 1-10 cu fete si comparatie pre/post */
.cog-scala {
  margin: 0.75em 0;
  padding: 1.25em 1.5em;
  border: 1px solid #e2e8e2;
  border-radius: 10px;
  background: #fbfdfb;
  font-family: var(--cog-font-text, inherit);
}
.cog-scala__eticheta {
  margin: 0 0 1em;
  font-weight: 600;
  font-family: var(--cog-font-titluri, inherit);
}
.cog-scala__rand {
  display: flex;
  align-items: center;
  gap: 1em;
}
.cog-scala__fata { flex: 0 0 auto; line-height: 1; font-size: 2.5em; }
.cog-scala__fata svg {
  width: 1em; height: 1em; display: block;
  stroke: currentColor; fill: none;
  transition: color 0.2s ease-out;
}
.cog-scala__fata--frown { color: #c0392b; }
.cog-scala__fata--meh { color: #b8860b; }
.cog-scala__fata--smile { color: var(--cog-accent, #2E7D32); }
.cog-scala__slider {
  flex: 1 1 0;
  min-width: 0;
  accent-color: var(--cog-accent, #2E7D32);
  height: 2.75em; /* zona de atingere >= 44px */
  cursor: pointer;
}
.cog-scala__valoare {
  flex: 0 0 auto;
  min-width: 1.6em;
  text-align: center;
  font-weight: 700;
  font-size: 1.4em;
  font-variant-numeric: tabular-nums;
  color: var(--cog-accent, #2E7D32);
}
.cog-scala__capete {
  display: flex;
  justify-content: space-between;
  font-size: 0.8em;
  color: #777;
  margin-top: 0.25em;
}
.cog-scala__comparatie {
  margin-top: 1em;
  padding: 0.85em 1em;
  border-left: 3px solid var(--cog-accent, #2E7D32);
  background: #eef7ee;
  font-size: 0.95em;
}
@media (prefers-reduced-motion: reduce) {
  .cog-scala__fata svg { transition: none; }
}
@media (max-width: 767px) {
  .cog-scala { padding: 1em; }
  .cog-scala__fata { font-size: 2em; }
}
