
p {
    margin-bottom: 20px; /* Adjusts spacing between paragraphs */
}

.small-font {
  font-size: calc(100% - 8pt); /* Adjusts font size 2 points smaller */
  margin-bottom: 6px; /* or any value that suits your layout */
}

.slider-container {
  width: 80%; /* Adjust this as per your container */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.caption-left, .caption-right {
  width: 50%;
  text-align: left;
}

.caption-right {
  text-align: right;
}

.slider-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.slider {
  width: 100%;
}

.captions {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.textarea-container {
  width:80%;
  
}

.form-text {
  width:40%;
  display:block;
}

.form-label {
  display: block;
  margin-bottom: 6px;
}

/* body {
  font-family: Arial, sans-serif;
  margin: 20px;
} */

.content {
  margin-bottom: 20px;
}

.star-rating-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px; /* Space after stars for next content */
}

.star-rating {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.star {
  font-size: 2.5rem;
  cursor: pointer;
  color: gray;
}

.star.highlighted {
  color: gold;
}

/* .caption {
  /* width: 100%; */
  /* justify-content: center; */
  /* text-align: center; */
  /* flex: 1; */
  /* */

  .extra-content {
    display: none;
}
.read-more {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}
.read-more {
  color: blue;
  cursor: pointer;
  text-decoration: underline;
}

/* Make radio buttons bigger */
input[type="radio"] {
transform: scale(1.4);
margin-right: 6px;
cursor: pointer;
}
.question-title {
  margin-top: 25px;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 18px;
}
h2, h3 {
  margin-bottom: 20px !important;
}

h2.title.is-2 {
  font-size: 1.9rem; /* oder deine Wunschgröße */
  padding-bottom: 15px;
}

/* Rest bleibt wie schon sauber gemacht: */
.toggle-container {
  margin-top: -4px;
  margin-bottom: 16px;
  text-align: left;
}

.read-more {
  display: inline-block;
  padding: 4px 8px;
  font-size: 90%;
  color: #0056b3;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-decoration: underline dotted;
}

.read-more:hover {
  text-decoration: underline solid;
  color: #003d80;
}

.custom-list {
  padding-left: 20px;
  list-style-type: disc;
}

.custom-list li {
  margin-bottom: 20px;       /* Abstand zwischen den Punkten */
  font-size: 1em;            /* Schriftgröße bleibt normal */
  line-height: 1.5;          /* Zeilenabstand für bessere Lesbarkeit */
}

.indent {
  margin-left: 20px;
}
.indent p {
  margin-bottom: 16px;
  font-size: 1em;
  line-height: 1.5;
}
.message {
  width: 100%;
}
.info-block {
  background-color: #e0f4ff;
  border-left: 4px solid #3cafff;
  padding: 1.5rem;
  margin-top: 0rem;
}
.section.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.section.tight-top {
  padding-top: 1rem;
}



#voting_ui {
  flex-wrap: wrap; /* allows wrapping on small screens */
}

#user_vote_status {
  margin-left: 0;      /* remove side offset */
  width: 100%;         /* make it span full container width */
  text-align: left;    /* align text to the left */
}

