#gform_fields_1 {
/* Hide native radio buttons */
.gfield_radio input[type="radio"] {
    display: none;
}

/* Image styling */
.gfield_radio label img {
    cursor: pointer;
    border: 3px solid transparent;
    border-radius: 6px;
    transition: 0.2s;
    max-width: 100%;
}

/* Selected state */
.gfield_radio input[type="radio"]:checked + label img {
    border-color: #0073aa;
    box-shadow: 0 0 8px rgba(0, 115, 170, 0.6);
}

/* Layout spacing */
.gfield_radio label {
    display: inline-block;
    margin: 10px;
}
}
/* Hide the original Submit button */
#gform_1 .gform-footer {
    display: none !important;
}

.gpoll_bar_count {
    display: none;
}


#gform_fields_1 .gfield--type-choice .gfield_radio {
    justify-content: center;
}


#gform_confirmation_message_1 {
	text-align: center;
}

#gform_confirmation_message_1 .gpoll_container {
	text-align: left;
}

#poll_label_1 {
	display: none;
}

.pink_heading_vote {
	font-family: 'Pumped Up Kicks', sans-serif; 
	color: #ff447d;
	font-size: 60px;
	text-align: center;
}

.blue_heading_vote {
font-family: 'Pumped Up Kicks', sans-serif; 
color: #32afff; 
font-size: 24px; 
text-align: center;
}

.pink_heading_vote::before {
    content: url("https://gummipopz.com/wp-content/uploads/2026/09/star-and-burst.png");
    width: 20px;   /* optional */
    height: 20px;  /* optional */
    margin-left: -50px; /* optional */
}

.pink_heading_vote::after {
    content: url("https://gummipopz.com/wp-content/uploads/2026/09/star-and-burst-Right.png");
    display: inline-block;
    width: 20px;   /* optional */
    height: 20px;  /* optional */
    margin-right: 6px; /* optional */
}


@media only screen and (max-width: 768px) {
    .pink_heading_vote {
        font-size: 32px;
    }
}