/* JoyJoy V477 — poll preview geometry repair after compact banner controls. */
body[data-account-page="bots"] #panel-bot-control [data-module-panel="sh-other"] .shieldy-poll-layout{
  grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr)!important;
  grid-auto-rows:min-content!important;
  align-items:start!important;
  overflow:visible!important;
}
body[data-account-page="bots"] #panel-bot-control [data-module-panel="sh-other"] :is(.shieldy-poll-editor,.shieldy-poll-side){
  min-width:0!important;
  align-self:start!important;
  background:transparent!important;
}
body[data-account-page="bots"] #panel-bot-control [data-module-panel="sh-other"] .shieldy-poll-side{
  height:auto!important;
  min-height:0!important;
  align-content:start!important;
}
body[data-account-page="bots"] #panel-bot-control [data-module-panel="sh-other"] .shieldy-poll-preview{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  align-self:start!important;
  overflow:hidden!important;
  border-color:#343944!important;
  background:#1f2229!important;
  color:#f3f5f7!important;
}
body[data-account-page="bots"] #panel-bot-control [data-module-panel="sh-other"] .shieldy-poll-preview-head{
  background:#242830!important;
  border-color:#343944!important;
}
body[data-account-page="bots"] #panel-bot-control [data-module-panel="sh-other"] .shieldy-poll-preview-card{
  display:grid!important;
  grid-auto-rows:max-content!important;
  align-content:start!important;
  width:auto!important;
  height:auto!important;
  min-height:0!important;
  margin:12px!important;
  padding:13px!important;
  border-color:#373c47!important;
  border-left-color:var(--poll-accent,#2da44e)!important;
  background:#171a20!important;
  color:#f3f5f7!important;
  opacity:1!important;
}
body[data-account-page="bots"] #panel-bot-control [data-module-panel="sh-other"] .shieldy-poll-preview-image-v477{
  display:block;
  width:100%;
  aspect-ratio:4/1;
  max-height:180px;
  object-fit:cover;
  border:1px solid #343b47;
  border-radius:8px;
  background:#222731;
}
body[data-account-page="bots"] #panel-bot-control [data-module-panel="sh-other"] .shieldy-poll-preview-image-v477[hidden]{display:none!important}
body[data-account-page="bots"] #panel-bot-control [data-module-panel="sh-other"] .shieldy-poll-preview-card :is(h4,span,small){opacity:1!important}
body[data-account-page="bots"] #panel-bot-control [data-module-panel="sh-other"] .shieldy-poll-preview-card h4{color:#fff!important}
body[data-account-page="bots"] #panel-bot-control [data-module-panel="sh-other"] .shieldy-poll-preview-card>span{color:#9ca8ba!important}
body[data-account-page="bots"] #panel-bot-control [data-module-panel="sh-other"] .shieldy-poll-preview-card>small{color:#8996a8!important}
body[data-account-page="bots"] #panel-bot-control [data-module-panel="sh-other"] .shieldy-poll-preview-option{
  background:#222731!important;
  border-color:#343b47!important;
  color:#e9edf3!important;
}
body[data-account-page="bots"] #panel-bot-control [data-module-panel="sh-other"] .shieldy-banner-control-v476 input{
  min-width:0!important;
  width:100%!important;
}
body[data-account-page="bots"] #panel-bot-control [data-module-panel="sh-other"] [data-poll-customization-controls]{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  min-width:0!important;
}
@media(max-width:1080px){
  body[data-account-page="bots"] #panel-bot-control [data-module-panel="sh-other"] .shieldy-poll-layout{grid-template-columns:1fr!important}
}
@media(max-width:760px){
  body[data-account-page="bots"] #panel-bot-control [data-module-panel="sh-other"] [data-poll-customization-controls]{grid-template-columns:1fr!important}
}
