
.spg-input{width:400px;padding:5px}
.spg-section{background:#fff;padding:10px;margin:10px 0;border:1px solid #ddd}
.spg-poll{padding:5px;margin:5px 0;background:#fff;border:1px solid #ccc}


.spg-wrapper{
display:flex;
gap:40px;
align-items:flex-start;
}

.spg-form{flex:1;}
.spg-results{flex:1;}

.spg-total-votes{
font-size:13px;
color:#555;
margin-bottom:10px;
}

.spg-result-row{
display:flex;
align-items:center;
gap:10px;
margin-bottom:8px;
}

.spg-result-label{
width:140px;
}

.spg-result-bar-wrap{
flex:1;
background:#e8eaed;
height:10px;
border-radius:10px;
}

.spg-result-bar{
height:10px;
background:#1a73e8;
border-radius:10px;
}

.spg-result-count{
width:140px;
}

@media(max-width:768px){
.spg-wrapper{flex-direction:column;}
}
