.mod-sppoll {
  border: 2px solid #ccc;         /* Tunn grå ram */
  border-radius: 6px;             /* Mjuka hörn */
  padding: 20px;                  /* Luft runt innehållet */
  background-color: #fff;         /* Valfri bakgrundsfärg */
  box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* Diskret skuggning */
}


/* Anpassad stil för SP Polls svarsalternativ */
.form-sppoll .radio {
  display: block;
  margin-bottom: 8px; 
  line-height: 1.0;
}

/* Typografi för svarsalternativens text */
.mod-sppoll  .form-sppoll label {
  font-size: 14px;
  font-family: "Montserrat", Arial, sans-serif;
  /*line-height: 1.4;*/
  color: #333;
  background-color: transparent /* #f9f9f9; /* Bakgrundsfärg */
  padding: 6px 10px; /* Lite luft runt texten */
  border-radius: 4px; /* Mjukare hörn */
}




/*
.mod-sppoll .poll-question {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.mod-sppoll .poll-answers label {
  font-size: 18px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

.form-sppoll input[type="radio"] {
  transform: scale(1.2);
  margin-right: 8px;
}
*/