.elementor-37508 .elementor-element.elementor-element-33dcb9a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-37508 .elementor-element.elementor-element-33dcb9a{--content-width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-31ac097 *//* ===== FAST VOTE — scoped (xr-fastvote-scope) ===== */

:root{
  --xr-red: #FF5433;
  --xr-teal: #10B0A7;
  --xr-dark: #5E5942;
  --xr-grey: #949494;
}

/* Refresh button */
.xr-fastvote-scope .xrdb-fastvote-refresh{
  appearance: none;
  border: 1px solid var(--xr-red);
  background: #fff;
  color: var(--xr-red);
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: transform .06s ease, filter .12s ease, background .12s ease, color .12s ease, border-color .12s ease;
}

.xr-fastvote-scope .xrdb-fastvote-refresh:hover{
  background: rgba(255,84,51,0.08);
}

.xr-fastvote-scope .xrdb-fastvote-refresh:active{
  transform: translateY(1px);
}

.xr-fastvote-scope .xrdb-fastvote-refresh:focus{
  outline: none;
  box-shadow: 0 0 0 3px rgba(255,84,51,0.18);
}

/* Stars wrappers */
.xr-fastvote-scope .xrdb-fastvote-rating,
.xr-fastvote-scope .xrdb-fastvote-stars,
.xr-fastvote-scope .xrdb-fastvote-actions{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-wrap: nowrap;
}

/* Stars */
.xr-fastvote-scope .xrdb-fastvote-star{
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--xr-grey);

  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 0;

  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  padding: 0;
  margin: 0;
  overflow: visible;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;

  transition: transform .08s ease, opacity .12s ease, color .12s ease;
}

.xr-fastvote-scope .xrdb-fastvote-star:hover{
  background: transparent;
  color: var(--xr-teal);
  transform: scale(1.08);
  opacity: 1;
}

.xr-fastvote-scope .xrdb-fastvote-star:active{
  transform: scale(0.96);
}

.xr-fastvote-scope .xrdb-fastvote-star:focus{
  outline: none;
  box-shadow: none;
}

/* Selected / unselected */
.xr-fastvote-scope .xrdb-fastvote-star.is-on{
  background: transparent;
  color: var(--xr-red);
}

.xr-fastvote-scope .xrdb-fastvote-star.is-off{
  background: transparent;
  color: var(--xr-grey);
}

/* Robustness */
.xr-fastvote-scope .xrdb-fastvote-star *,
.xr-fastvote-scope .xrdb-fastvote-star::before,
.xr-fastvote-scope .xrdb-fastvote-star::after{
  font-size: 1em;
  line-height: 1;
}

.xr-fastvote-scope .xrdb-fastvote-star svg{
  width: 1em;
  height: 1em;
  display: block;
  pointer-events: none;
  fill: currentColor;
}

/* Mobile */
@media (max-width: 767px){
  .xr-fastvote-scope .xrdb-fastvote-rating,
  .xr-fastvote-scope .xrdb-fastvote-stars,
  .xr-fastvote-scope .xrdb-fastvote-actions{
    gap: 2px;
  }

  .xr-fastvote-scope .xrdb-fastvote-star{
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    font-size: 18px;
  }
}/* End custom CSS */