@charset "utf-8";

.yotpo-review-votes-icons-container {
  display: flex; flex-direction: row; align-self: self-end;
  & .yotpo-review-votes-icons {
  display: flex; flex-direction: row; gap: 10px; margin-inline-end: 5px; font-family: var(--secondary-font-family); font-weight: var(--secondary-font-weight); font-style: var(--secondary-font-style); font-size: 12px; line-height: normal; fill: rgb(44, 44, 44);
  & .yotpo-review-votes-icon-up { margin-top: 3px; cursor: pointer; }
  & .yotpo-review-votes-icon-down { margin-top: 6px; cursor: pointer; }
  & .selected { fill: var(--7ea8d9d2); }
  & .disabled { fill: var(--yotpo-black) !important; cursor: not-allowed !important; }
}
  & .yotpo-review-votes-number { user-select: none; }
}