@charset "utf-8";

.yotpo-review-votes-wrapper {
  display: flex; flex-direction: column; place-content: flex-end; gap: 4px; margin-top: 16px;
  & .yotpo-review-votes-text { cursor: default; margin-right: 0px; align-self: self-end; }
  & .yotpo-review-votes-icons-wrapper {
  display: flex; flex-direction: row; align-self: self-end; align-items: self-end; gap: 8px;
  & .yotpo-review-votes-up-icon-wrapper { display: flex; flex-direction: row; margin-right: 8px; gap: 4px; }
  & .yotpo-review-votes-icons {
  display: flex; flex-direction: row; gap: 10px; 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 { width: 14px; height: 13px; margin-top: 3px; cursor: pointer; fill: rgb(44, 44, 44); }
  & .yotpo-review-votes-icon-down { width: 14px; height: 13px; margin-top: 6px; cursor: pointer; fill: rgb(44, 44, 44); }
  & .selected { fill: var(--2b5f2b90); }
}
}
}