input:checked + .streamer-poles--yes-no-button {
  background: var(--glit-streamer-green);
  color: white;
  font-weight: bold;
  border-color: var(--glit-streamer-green);
}

input:disabled + .streamer-poles--yes-no-button {
  background: var(--glit-border-color);
  color: white;
  font-weight: bold;
  border-color: var(--glit-border-color);
  cursor: default;
}

.streamer-poles--gapped {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.streamer-poles--yes-no-button {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently */
  cursor: pointer;
  padding: 14px 21px;
  display: inline-block;
  width: 100px;
  text-align: center;
}
.streamer-poles .download-section > form {
  margin: 25px auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 10px;
  width: 304px;
}

.streamer-poles {
  width: 700px;
}

@media (min-width: 1024px) {
  .streamer-poles {
    margin-left: 280px;
    width: 100%;
    max-width: 700px;
  }
}
@media (max-width: 991px) {
  .streamer-poles {
    width: auto;
  }

  .download-section {
    flex-direction: column;
  }
}

/*# sourceMappingURL=style.css.map */
