/* wire-hub-polls-css-303f1h8848 */
.wire-hub-poll-card-303f1h8848{
  position:relative;
  display:grid;
  gap:14px;
  margin:12px 0 17px;
  padding:16px;
  overflow:hidden;
  border:1px solid #2c4d64;
  border-radius:16px;
  background:
    radial-gradient(circle at 0 0,rgba(232,46,79,.13),transparent 34%),
    linear-gradient(145deg,#0c1d2a,#07141e);
  box-shadow:0 12px 30px rgba(0,0,0,.16);
}
.wire-hub-poll-card-303f1h8848.is-saving{opacity:.72;pointer-events:none}
.wire-hub-poll-head-303f1h8848{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:flex-start;
}
.wire-hub-poll-head-303f1h8848>div{min-width:0}
.wire-hub-poll-head-303f1h8848 small{
  display:block;
  margin-bottom:5px;
  color:#ff4867;
  font-size:8px;
  font-weight:950;
  letter-spacing:.08em;
}
.wire-hub-poll-head-303f1h8848 h2{
  margin:0;
  color:#fff;
  font-size:19px;
  line-height:1.25;
}
.wire-hub-poll-head-303f1h8848 p{
  margin:6px 0 0;
  color:#8da8b6;
  font-size:10px;
  line-height:1.5;
}
.wire-hub-poll-head-303f1h8848>span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  flex:0 0 auto;
  padding:6px 9px;
  border:1px solid #31516a;
  border-radius:999px;
  color:#9db3c0;
  font-size:8px;
  font-weight:900;
  white-space:nowrap;
}
.wire-hub-poll-head-303f1h8848>span i{
  width:7px;height:7px;border-radius:50%;background:#8199a7
}
.wire-hub-poll-head-303f1h8848>span.is-live{
  border-color:#258d65;color:#bdf5dc;background:rgba(22,105,72,.2)
}
.wire-hub-poll-head-303f1h8848>span.is-live i{
  background:#35d99a;box-shadow:0 0 12px rgba(53,217,154,.65)
}
.wire-hub-poll-options-303f1h8848{display:grid;gap:8px}
.wire-hub-poll-option-303f1h8848{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  min-height:48px;
  padding:8px 12px;
  overflow:hidden;
  border:1px solid #29495f;
  border-radius:11px;
  background:#07141e;
  color:#fff;
  text-align:left;
  cursor:pointer;
}
.wire-hub-poll-option-303f1h8848:hover,
.wire-hub-poll-option-303f1h8848:focus-visible{
  border-color:#e33353;outline:none;background:#0d2231
}
.wire-hub-poll-option-303f1h8848.is-selected{
  border-color:#e33353;box-shadow:0 0 0 1px rgba(227,51,83,.28)
}
.wire-hub-poll-option-303f1h8848.is-correct{
  border-color:#35b47f
}
.wire-hub-poll-option-fill-303f1h8848{
  position:absolute;inset:0 auto 0 0;
  background:linear-gradient(90deg,rgba(227,51,83,.22),rgba(227,51,83,.06));
  transition:width .35s ease
}
.wire-hub-poll-option-303f1h8848.is-correct
.wire-hub-poll-option-fill-303f1h8848{
  background:linear-gradient(90deg,rgba(41,177,124,.27),rgba(41,177,124,.06))
}
.wire-hub-poll-option-copy-303f1h8848{
  position:relative;z-index:1;display:flex;align-items:center;gap:9px;min-width:0
}
.wire-hub-poll-option-copy-303f1h8848 i{
  display:grid;place-items:center;flex:0 0 27px;width:27px;height:27px;
  border:1px solid #37566a;border-radius:50%;background:#0b2030;
  color:#ff506e;font-size:9px;font-style:normal;font-weight:950
}
.wire-hub-poll-option-copy-303f1h8848 strong{
  overflow:hidden;font-size:11px;line-height:1.25;text-overflow:ellipsis
}
.wire-hub-poll-option-303f1h8848>b{
  position:relative;z-index:1;color:#b3c7d1;font-size:9px;white-space:nowrap
}
.wire-hub-poll-footer-303f1h8848{
  display:flex;justify-content:space-between;gap:12px;align-items:center;
  padding-top:2px;color:#7894a4;font-size:9px
}
.wire-hub-poll-footer-303f1h8848>div{
  display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap
}
.wire-hub-poll-footer-303f1h8848 em{
  color:#61d8a8;font-style:normal;font-size:9px;font-weight:850
}
.wire-hub-poll-footer-303f1h8848 button{
  min-height:30px;padding:5px 9px;border:1px solid #31516a;border-radius:999px;
  background:#081722;color:#fff;font:inherit;font-size:8px;font-weight:900;cursor:pointer
}
.wire-hub-poll-footer-303f1h8848 button:first-of-type{
  border-color:#dd3150;background:#36121d
}
.wire-hub-poll-history-303f1h8848{
  display:grid;gap:6px;padding-top:10px;border-top:1px solid #29475c
}
.wire-hub-poll-history-303f1h8848[hidden]{display:none!important}
.wire-hub-poll-history-303f1h8848 article{
  display:flex;justify-content:space-between;gap:12px;align-items:center;
  padding:9px 10px;border:1px solid #29475c;border-radius:9px;background:#07141e
}
.wire-hub-poll-history-303f1h8848 article span{display:grid;gap:2px;min-width:0}
.wire-hub-poll-history-303f1h8848 article small{
  color:#ff4867;font-size:7px;font-weight:950;text-transform:uppercase
}
.wire-hub-poll-history-303f1h8848 article strong{
  overflow:hidden;color:#fff;font-size:10px;text-overflow:ellipsis;white-space:nowrap
}
.wire-hub-poll-history-303f1h8848 article b{
  color:#93aebc;font-size:8px;white-space:nowrap
}
@media(max-width:700px){
  .wire-hub-poll-card-303f1h8848{padding:13px}
  .wire-hub-poll-head-303f1h8848{display:grid}
  .wire-hub-poll-head-303f1h8848>span{justify-self:start}
  .wire-hub-poll-footer-303f1h8848{display:grid}
  .wire-hub-poll-footer-303f1h8848>div{justify-content:flex-start}
}
