/* From: functions.php render_vote_shortcode */
#reactions-promotion {
  border: 1px solid #dbdfe4;
  border-radius: 4px;
  padding-bottom: 16px;
}

#reactions-promotion .striped-bar {
  background: url(https://c.disquscdn.com/next/embed/assets/img/striped-bar.6bfe0ab06ab0fd0e71c7b81f1dfb78cf.svg) top repeat-x;
  background-size: auto 15px;
  width: 100%;
  height: 15px;
  margin-bottom: 5px;
}

#reactions-promotion .private {
  color: #687a86;
  font-size: 13px;
  font-weight: 500;
}

#reactions-promotion .private .icon-lock {
  margin-right: 6px;
}

#reactions-promotion .promotion-title {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#reactions-promotion .btn-primary {
  background-color: #2e9fff;
}

.no-touch #reactions-promotion .btn-primary:hover, .no-touchevents #reactions-promotion .btn-primary:hover {
  background-color: #164b78;
  border-color: #164b78;
  color: #fff;
}

.dark #reactions-promotion {
  border-color: #6c6f73;
}

.dark #reactions-promotion .striped-bar {
  filter: brightness(0.5);
}

.dark #reactions-promotion .private {
  color: rgba(255, 255, 255, 0.7);
}

.dark #reactions-promotion .btn-info {
  background-color: #6c6f73;
}

.dark #reactions-promotion .btn-info:not(:disabled):hover {
  background: #535659;
}

#reactions, #reactions-promotion {
  margin-bottom: 10px;
}

#reactions-promotion.reactions-refresh, #reactions.reactions-refresh {
  margin-bottom: 24px;
}

#reactions .err, #reactions-promotion .err {
  text-align: center;
  color: #f05f70;
}

.embed-refresh-v2 #reactions .prompt, .embed-refresh-v2 #reactions-promotion .prompt {
  font-size: 20px;
}

#reactions .reaction-items.is-submitting, #reactions-promotion .reaction-items.is-submitting {
  position: relative;
}

#reactions .reaction-items.is-submitting .reaction-item, #reactions-promotion .reaction-items.is-submitting .reaction-item {
  opacity: 0.7;
}

#reactions .reaction-items:not(.is-submitting):not(.readonly) .reaction-item:not(.reaction-item__disabled):hover .reaction-item__button, #reactions-promotion .reaction-items:not(.is-submitting):not(.readonly) .reaction-item:not(.reaction-item__disabled):hover .reaction-item__button {
  cursor: pointer;
}

#reactions .reaction-items:not(.is-submitting):not(.readonly) .reaction-item:not(.reaction-item__disabled):hover .reaction-item__button--refresh, #reactions-promotion .reaction-items:not(.is-submitting):not(.readonly) .reaction-item:not(.reaction-item__disabled):hover .reaction-item__button--refresh {
  background-color: var(--publisher-color-safe, #2e9fff);
  color: #fff;
}

.embed-refresh-v2 #reactions .reaction-items:not(.is-submitting):not(.readonly) .reaction-item:not(.reaction-item__disabled):hover .reaction-item__button--refresh, .embed-refresh-v2 #reactions-promotion .reaction-items:not(.is-submitting):not(.readonly) .reaction-item:not(.reaction-item__disabled):hover .reaction-item__button--refresh {
  background-color: transparent;
  color: var(--publisher-color-safe, #2e9fff);
}

#reactions .reaction-items:not(.is-submitting):not(.readonly) .reaction-item:not(.reaction-item__disabled):hover .reaction-tooltip, #reactions-promotion .reaction-items:not(.is-submitting):not(.readonly) .reaction-item:not(.reaction-item__disabled):hover .reaction-tooltip {
  display: block;
}

#reactions .reaction-items:not(.is-submitting):not(.readonly) .reaction-item__enabled .reaction-item__button:active .reaction-item__image, #reactions .reaction-items:not(.is-submitting):not(.readonly) .reaction-item__enabled .reaction-item__button:focus .reaction-item__image, #reactions .reaction-items:not(.is-submitting):not(.readonly) .reaction-item__enabled .reaction-item__button:hover .reaction-item__image, #reactions-promotion .reaction-items:not(.is-submitting):not(.readonly) .reaction-item__enabled .reaction-item__button:active .reaction-item__image, #reactions-promotion .reaction-items:not(.is-submitting):not(.readonly) .reaction-item__enabled .reaction-item__button:focus .reaction-item__image, #reactions-promotion .reaction-items:not(.is-submitting):not(.readonly) .reaction-item__enabled .reaction-item__button:hover .reaction-item__image {
  transform: scale(1.15);
  transition: transform 250ms ease-in-out;
}

.embed-refresh-v2 #reactions .reaction-items:not(.is-submitting):not(.readonly) .reaction-item__enabled .reaction-item__button:active .reaction-item__image, .embed-refresh-v2 #reactions .reaction-items:not(.is-submitting):not(.readonly) .reaction-item__enabled .reaction-item__button:focus .reaction-item__image, .embed-refresh-v2 #reactions .reaction-items:not(.is-submitting):not(.readonly) .reaction-item__enabled .reaction-item__button:hover .reaction-item__image, .embed-refresh-v2 #reactions-promotion .reaction-items:not(.is-submitting):not(.readonly) .reaction-item__enabled .reaction-item__button:active .reaction-item__image, .embed-refresh-v2 #reactions-promotion .reaction-items:not(.is-submitting):not(.readonly) .reaction-item__enabled .reaction-item__button:focus .reaction-item__image, .embed-refresh-v2 #reactions-promotion .reaction-items:not(.is-submitting):not(.readonly) .reaction-item__enabled .reaction-item__button:hover .reaction-item__image {
  transform: none;
  transition: none;
}

#reactions .reaction-items .reaction-items__container, #reactions-promotion .reaction-items .reaction-items__container {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

#reactions .reaction-items .reaction-items__container--refresh, #reactions-promotion .reaction-items .reaction-items__container--refresh {
  gap: 24px;
}

.embed-refresh-v2 #reactions .reaction-items .reaction-items__container--refresh, .embed-refresh-v2 #reactions-promotion .reaction-items .reaction-items__container--refresh {
  gap: 0;
  align-items: flex-start;
}

#reactions .reaction-items.has-selection .reaction-item, #reactions-promotion .reaction-items.has-selection .reaction-item {
  opacity: 0.65;
  transition: opacity 250ms ease-in-out 0.2s;
}

@media only screen and (min-width: 300px) and (max-width: 480px) {
  #reactions .reaction-items.has-selection .reaction-item, #reactions-promotion .reaction-items.has-selection .reaction-item {
    width: 100px;
  }
}
#reactions .reaction-items.has-selection .reaction-item.reaction-item__selected, #reactions-promotion .reaction-items.has-selection .reaction-item.reaction-item__selected {
  opacity: 1;
}

#reactions .reaction-items.has-selection .reaction-item.reaction-item__selected .reaction-item__image--refresh.reaction-item__image--refresh, #reactions-promotion .reaction-items.has-selection .reaction-item.reaction-item__selected .reaction-item__image--refresh.reaction-item__image--refresh {
  transform: scale(1.15);
}

.embed-refresh-v2 #reactions .reaction-items.has-selection .reaction-item.reaction-item__selected .reaction-item__image--refresh.reaction-item__image--refresh, .embed-refresh-v2 #reactions-promotion .reaction-items.has-selection .reaction-item.reaction-item__selected .reaction-item__image--refresh.reaction-item__image--refresh {
  transform: none;
}

.dark #reactions .reaction-items.has-selection .reaction-item, .dark #reactions-promotion .reaction-items.has-selection .reaction-item {
  opacity: 0.5;
}

.dark #reactions .reaction-items.has-selection .reaction-item--refresh, .dark #reactions-promotion .reaction-items.has-selection .reaction-item--refresh {
  opacity: 1;
}

.dark #reactions .reaction-items.has-selection .reaction-item.reaction-item__selected, .dark #reactions-promotion .reaction-items.has-selection .reaction-item.reaction-item__selected {
  opacity: 1;
}

#reactions .reaction-items.has-selection .reaction-item--refresh, #reactions-promotion .reaction-items.has-selection .reaction-item--refresh {
  opacity: 1;
}

#reactions .reaction-items.counts-visible .reaction-item .reaction-item__button .reaction-item__image-wrapper .reaction-item__votes-wrapper, #reactions-promotion .reaction-items.counts-visible .reaction-item .reaction-item__button .reaction-item__image-wrapper .reaction-item__votes-wrapper {
  -webkit-animation: vote-expand 350ms forwards;
          animation: vote-expand 350ms forwards;
}

#reactions .reaction-items .reaction-item--refresh, #reactions-promotion .reaction-items .reaction-item--refresh {
  position: relative;
}

#reactions .reaction-items .reaction-item .reaction-item__button, #reactions-promotion .reaction-items .reaction-item .reaction-item__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  font-size: 14px;
  padding: 5px;
  margin: 0 8px 10px;
  border-radius: 6px;
  white-space: nowrap;
}

@media only screen and (min-width: 300px) and (max-width: 480px) {
  #reactions .reaction-items .reaction-item .reaction-item__button, #reactions-promotion .reaction-items .reaction-item .reaction-item__button {
    white-space: normal;
    font-size: 12px;
  }
}
#reactions .reaction-items .reaction-item .reaction-item__button--refresh, #reactions-promotion .reaction-items .reaction-item .reaction-item__button--refresh {
  background-color: #f9f9f9;
  padding: 4px 12px;
  margin: 0;
  border-radius: 20px;
}

.embed-refresh-v2 #reactions .reaction-items .reaction-item .reaction-item__button--refresh, .embed-refresh-v2 #reactions-promotion .reaction-items .reaction-item .reaction-item__button--refresh {
  background-color: transparent;
  padding: 8px 10px 7px 10px;
}

.embed-refresh-v2 #reactions .reaction-items .reaction-item .reaction-item__button--refresh .reaction-vote, .embed-refresh-v2 #reactions-promotion .reaction-items .reaction-item .reaction-item__button--refresh .reaction-vote {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.02em;
}

.embed-refresh-v2 #reactions .reaction-items .reaction-item .reaction-item__button--refresh .reaction-item__text, .embed-refresh-v2 #reactions-promotion .reaction-items .reaction-item .reaction-item__button--refresh .reaction-item__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow-wrap: anywhere;
  white-space: break-spaces;
  max-width: 80px;
}

.embed-refresh-v2.mobile #reactions .reaction-items .reaction-item .reaction-item__button--refresh, .embed-refresh-v2.mobile #reactions-promotion .reaction-items .reaction-item .reaction-item__button--refresh {
  padding: 2px;
}

.dark #reactions .reaction-items .reaction-item .reaction-item__button--refresh, .dark #reactions-promotion .reaction-items .reaction-item .reaction-item__button--refresh {
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.85);
}

.embed-refresh-v2 .dark #reactions .reaction-items .reaction-item .reaction-item__button--refresh, .embed-refresh-v2 .dark #reactions-promotion .reaction-items .reaction-item .reaction-item__button--refresh {
  background-color: transparent;
}

#reactions .reaction-items .reaction-item .reaction-item__button .reaction-item__text, #reactions-promotion .reaction-items .reaction-item .reaction-item__button .reaction-item__text {
  text-align: center;
}

#reactions .reaction-items .reaction-item .reaction-item__button .reaction-item__text--refresh, #reactions-promotion .reaction-items .reaction-item .reaction-item__button .reaction-item__text--refresh {
  align-self: flex-start;
  margin-left: 5px;
  font-size: 16px;
  text-align: start;
}

#reactions .reaction-items .reaction-item .reaction-item__button .reaction-item__image-wrapper, #reactions-promotion .reaction-items .reaction-item .reaction-item__button .reaction-item__image-wrapper {
  position: relative;
}

#reactions .reaction-items .reaction-item .reaction-item__button .reaction-item__image-wrapper--refresh, #reactions-promotion .reaction-items .reaction-item .reaction-item__button .reaction-item__image-wrapper--refresh {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 75.78px;
}

#reactions .reaction-items .reaction-item .reaction-item__button .reaction-item__image-wrapper .reaction-item__image, #reactions-promotion .reaction-items .reaction-item .reaction-item__button .reaction-item__image-wrapper .reaction-item__image {
  position: relative;
  width: 42px;
  height: 42px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 6px;
  transform: scale(1);
  transition: transform 250ms ease-in-out;
}

#reactions .reaction-items .reaction-item .reaction-item__button .reaction-item__image-wrapper .reaction-item__image--refresh, #reactions-promotion .reaction-items .reaction-item .reaction-item__button .reaction-item__image-wrapper .reaction-item__image--refresh {
  margin: 0;
}

#reactions .reaction-items .reaction-item .reaction-item__button .reaction-item__image-wrapper .reaction-item__votes-wrapper, #reactions-promotion .reaction-items .reaction-item .reaction-item__button .reaction-item__image-wrapper .reaction-item__votes-wrapper {
  position: absolute;
  background: var(--publisher-color-safe, #2e9fff);
  min-width: 18px;
  height: 18px;
  border-radius: 18px;
  top: -4px;
  right: -5px;
  transform: scale(0);
}

#reactions .reaction-items .reaction-item .reaction-item__button .reaction-item__image-wrapper .reaction-item__votes-wrapper--refresh, #reactions-promotion .reaction-items .reaction-item .reaction-item__button .reaction-item__image-wrapper .reaction-item__votes-wrapper--refresh {
  position: relative;
  background: 0 0;
  height: auto;
  top: 0;
  right: 0;
  min-width: auto;
  margin-left: 16px;
}

#reactions .reaction-items .reaction-item .reaction-item__button .reaction-item__image-wrapper .reaction-item__votes-wrapper--refresh .reaction-item__votes--refresh.reaction-item__votes--refresh.reaction-item__votes--refresh, #reactions-promotion .reaction-items .reaction-item .reaction-item__button .reaction-item__image-wrapper .reaction-item__votes-wrapper--refresh .reaction-item__votes--refresh.reaction-item__votes--refresh.reaction-item__votes--refresh {
  color: inherit;
}

#reactions .reaction-items .reaction-item .reaction-item__button .reaction-item__image-wrapper .reaction-item__votes-wrapper .reaction-item__votes, #reactions-promotion .reaction-items .reaction-item .reaction-item__button .reaction-item__image-wrapper .reaction-item__votes-wrapper .reaction-item__votes {
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 18px;
  padding: 0 2px;
}

#reactions .reaction-items .reaction-item .reaction-item__button .reaction-item__image-wrapper .reaction-item__votes-wrapper .reaction-item__votes--refresh, #reactions-promotion .reaction-items .reaction-item .reaction-item__button .reaction-item__image-wrapper .reaction-item__votes-wrapper .reaction-item__votes--refresh {
  font-size: 24px;
}

@media only screen and (min-width: 300px) and (max-width: 480px) {
  #reactions .reaction-items .reaction-item .reaction-item__button, #reactions-promotion .reaction-items .reaction-item .reaction-item__button {
    margin: 0 6px 8px;
  }
  #reactions .reaction-items .reaction-item .reaction-item__button .reaction-item__image-wrapper .reaction-item__image, #reactions-promotion .reaction-items .reaction-item .reaction-item__button .reaction-item__image-wrapper .reaction-item__image {
    width: 38px;
    height: 38px;
    margin-bottom: 3px;
  }
  #reactions .reaction-items .reaction-item .reaction-item__button .reaction-item__text, #reactions-promotion .reaction-items .reaction-item .reaction-item__button .reaction-item__text {
    width: 90px;
    word-break: break-all;
  }
  #reactions .reaction-items .reaction-item .reaction-item__button .reaction-item__text--refresh, #reactions-promotion .reaction-items .reaction-item .reaction-item__button .reaction-item__text--refresh {
    width: 100%;
  }
  #reactions .reaction-items .reaction-item .reaction-item__button--refresh, #reactions-promotion .reaction-items .reaction-item .reaction-item__button--refresh {
    margin: 0;
  }
}
#reactions .reaction-items .reaction-item.reaction-item__selected, #reactions-promotion .reaction-items .reaction-item.reaction-item__selected {
  color: var(--publisher-color-safe, #2e9fff);
}

.embed-refresh-v2 #reactions .reaction-items .reaction-item.reaction-item__selected, .embed-refresh-v2 #reactions-promotion .reaction-items .reaction-item.reaction-item__selected {
  border: 1px solid var(--publisher-color-safe, #2e9fff);
  border-radius: 6px;
}

#reactions .reaction-items .reaction-item.reaction-item__selected.reaction-item--refresh, #reactions-promotion .reaction-items .reaction-item.reaction-item__selected.reaction-item--refresh {
  color: #fff;
}

#reactions .reaction-items .reaction-item.reaction-item__selected .reaction-item__text, #reactions-promotion .reaction-items .reaction-item.reaction-item__selected .reaction-item__text {
  color: var(--publisher-color-safe, #2e9fff);
  font-weight: 700;
}

#reactions .reaction-items .reaction-item.reaction-item__selected .reaction-item__text--refresh, #reactions-promotion .reaction-items .reaction-item.reaction-item__selected .reaction-item__text--refresh {
  color: #fff;
}

#reactions .reaction-items .reaction-item.reaction-item__selected .reaction-item__button--refresh, #reactions-promotion .reaction-items .reaction-item.reaction-item__selected .reaction-item__button--refresh {
  background-color: var(--publisher-color-safe, #2e9fff);
  color: #fff;
}

.embed-refresh-v2 #reactions .reaction-items .reaction-item.reaction-item__selected .reaction-item__button--refresh, .embed-refresh-v2 #reactions-promotion .reaction-items .reaction-item.reaction-item__selected .reaction-item__button--refresh {
  background-color: transparent;
}

#reactions .reaction-items .reaction-item.reaction-item__selected .reaction-item__votes--refresh, #reactions-promotion .reaction-items .reaction-item.reaction-item__selected .reaction-item__votes--refresh {
  color: #fff;
}

.embed-refresh-v2 #reactions .reaction-items .reaction-item.reaction-item__selected .reaction-item__votes--refresh, .embed-refresh-v2 #reactions-promotion .reaction-items .reaction-item.reaction-item__selected .reaction-item__votes--refresh {
  color: var(--publisher-color-safe, #2e9fff);
}

.dark #reactions .reaction-items .reaction-item.reaction-item__selected, .dark #reactions-promotion .reaction-items .reaction-item.reaction-item__selected {
  color: #fff;
}

#reactions .reaction-items .reaction-item.reaction-item__selected .reaction-item__votes:after, #reactions-promotion .reaction-items .reaction-item.reaction-item__selected .reaction-item__votes:after {
  -webkit-animation: anim-heart 350ms forwards;
          animation: anim-heart 350ms forwards;
}

#reactions .reaction-items .reaction-item .reaction-item__votes, #reactions-promotion .reaction-items .reaction-item .reaction-item__votes {
  position: relative;
  transition: all 0.2s ease-in-out;
}

#reactions .reaction-items .reaction-item .reaction-item__votes:after, #reactions-promotion .reaction-items .reaction-item .reaction-item__votes:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  content: "";
  opacity: 0;
  background: var(--publisher-color-safe, #2e9fff);
}

#reactions .reaction-items .reaction-item .reaction-item__votes--refresh, #reactions-promotion .reaction-items .reaction-item .reaction-item__votes--refresh {
  transition: none;
}

#reactions .reaction-items .reaction-item .reaction-item__votes--refresh:after, #reactions-promotion .reaction-items .reaction-item .reaction-item__votes--refresh:after {
  content: none;
}

#reactions .reaction-items .reaction-item .reaction-tooltip, #reactions-promotion .reaction-items .reaction-item .reaction-tooltip {
  top: -52px;
  padding: 8px;
  display: none;
  position: absolute;
  width: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #e8e9ef;
}

#reactions .reaction-items .reaction-item .reaction-tooltip__text, #reactions-promotion .reaction-items .reaction-item .reaction-tooltip__text {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: block;
  word-break: break-word;
}

#reactions .reaction-items .reaction-item .reaction-tooltip__triangle, #reactions-promotion .reaction-items .reaction-item .reaction-tooltip__triangle {
  bottom: -12px;
  left: 16px;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 12px solid #e8e9ef;
}

#reactions .reaction-items .reaction-item .reaction-tooltip__inner-triangle, #reactions-promotion .reaction-items .reaction-item .reaction-tooltip__inner-triangle {
  position: relative;
  top: -12px;
  left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
