.elementor-1576 .elementor-element.elementor-element-d1ca7c8{--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;}/* Start custom CSS for shortcode, class: .elementor-element-496a198 *//* ===== BSL POLL OPTION LAYOUT FIX ===== */

/* Poll container */
.wp-polls {
  max-width: 600px;
  margin: 40px auto;
}

/* Hide default radio */
.wp-polls input[type="radio"] {
  display: none;
}

/* Option wrapper */
.wp-polls label {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 20px;
  margin-bottom: 16px;
  border: 2px solid #50247d;
  border-radius: 14px;
  cursor: pointer;
  background: #fff;
  transition: all 0.3s ease;
  min-height: 90px;
}

/* Left image box (FIXED SIZE) */
.poll-team-logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
  flex-shrink: 0;
  background: #fff;
  border-radius: 10px;
}

/* Right text */
.poll-team-name {
  font-size: 18px;
  font-weight: 600;
  color: #50247d;
  line-height: 1.2;
}

/* Hover */
.wp-polls label:hover {
  background: #50247d;
}

.wp-polls label:hover .poll-team-name {
  color: #fff;
}

/* Selected */
.wp-polls input[type="radio"]:checked + label {
  background: linear-gradient(135deg, #50247d, #643396);
  border-color: #50247d;
}

.wp-polls input[type="radio"]:checked + label .poll-team-name {
  color: #fff;
}

/* Vote button */
.wp-polls input[type="submit"] {
  margin-top: 20px;
  padding: 12px 40px;
  background: linear-gradient(135deg, #50247d, #643396);
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
}

/* Results bar */
.wp-polls .wp-polls-bar {
  height: 10px;
  border-radius: 8px;
  background: linear-gradient(90deg, #50247d, #643396);
}

/* Mobile */
@media (max-width: 600px) {
  .poll-team-logo {
    width: 60px;
    height: 60px;
  }

  .poll-team-name {
    font-size: 16px;
  }
}

/* Buttons wrapper (Vote / Results buttons container) */
.wp-polls .Buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 25px;
}
.wp-polls .Buttons,
.wp-polls .Buttons{
  min-width: 180px;
}

.wp-polls .Buttons  {
  background: linear-gradient(135deg, #5d2e8e, #623294);
  color: #fff;
  justify-self: anchor-center;
  border-radius: 999px;
  padding: 14px 36px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}

.wp-polls .Buttons :hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.35);
}
.wp-polls p:last-of-type {
  text-align: center;
}/* End custom CSS */