.elementor-291 .elementor-element.elementor-element-bfa4fb8{--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;}.elementor-291 .elementor-element.elementor-element-bfa4fb8:not(.elementor-motion-effects-element-type-background), .elementor-291 .elementor-element.elementor-element-bfa4fb8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #701C45 0%, #0D0D0D 100%);}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-291 .elementor-element.elementor-element-2d0310c{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-family:"Roboto", Sans-serif;font-size:18px;font-weight:400;letter-spacing:8px;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:#C9A84C;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-291 .elementor-element.elementor-element-8ecbd4b{text-align:center;}.elementor-291 .elementor-element.elementor-element-8ecbd4b .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:50px;font-weight:500;color:#FFFFFF;}.elementor-291 .elementor-element.elementor-element-5b8a173{--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;}.elementor-291 .elementor-element.elementor-element-5b8a173:not(.elementor-motion-effects-element-type-background), .elementor-291 .elementor-element.elementor-element-5b8a173 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0D0D0D;}.elementor-291 .elementor-element.elementor-element-886ef7f{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:start;font-family:"Roboto", Sans-serif;font-size:25px;font-weight:400;letter-spacing:5px;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:#C9A84C;}.elementor-291 .elementor-element.elementor-element-f9f557c{--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;}.elementor-291 .elementor-element.elementor-element-f9f557c:not(.elementor-motion-effects-element-type-background), .elementor-291 .elementor-element.elementor-element-f9f557c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #0D0D0D 0%, var( --e-global-color-primary ) 100%);}:root{--page-title-display:none;}@media(min-width:768px){.elementor-291 .elementor-element.elementor-element-bfa4fb8{--content-width:1400px;}.elementor-291 .elementor-element.elementor-element-5b8a173{--content-width:1400px;}}/* Start custom CSS *//* Lista de opciones */
.wp-polls-ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 16px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

/* Cada opción */
.wp-polls-ul li {
  background: #161616 !important;
  border: 1px solid rgba(255,255,255,0.06) !important;
  padding: 14px 20px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  cursor: pointer !important;
}

.wp-polls-ul li:hover {
  border-color: rgba(201,168,76,0.3) !important;
  background: #1A0A10 !important;
}

/* Radio button */
.wp-polls-ul input[type="radio"] {
  accent-color: #C9A84C !important;
  width: 16px !important;
  height: 16px !important;
  flex-shrink: 0 !important;
}

/* Label */
.wp-polls-ul label {
  color: rgba(255,255,255,0.6) !important;
  font-size: 14px !important;
  cursor: pointer !important;
  margin: 0 !important;
}

/* Pregunta */
.wp-polls-form strong {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
}

/* Botón vote */
.wp-polls-form .Buttons {
  background: #C9A84C !important;
  color: #0D0D0D !important;
  border: none !important;
  padding: 14px 40px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 2px !important;
  cursor: pointer !important;
  width: 100% !important;
  margin-top: 8px !important;
}

/* View results */
.wp-polls-form a {
  color: rgba(255,255,255,0.3) !important;
  font-size: 11px !important;
  text-decoration: none !important;
}/* End custom CSS */