.webform-options-display-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  padding-bottom: 20px;
}

.webform-options-display-buttons-wrapper {
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.webform-options-display-buttons-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.webform-options-display-buttons-label img {
  width: auto;
  height: 220px;
  object-fit: contain;
  margin: 10px 0;
}

.views-field-title h4 {
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 1.3;
}

.views-field-field-ausgabenumber {
  font-weight: bold;
  margin: 5px 0;
}


#webform-submission-heft-bestellen-node-41319-form-ajax {
    background-color: #5aedf1;
    padding: 20px 20px 20px 20px;
    margin-top: 50px;
    border: double;
    border-color: blueviolet;
}

#webform-submission-abonniern-node-41319-form-ajax {
  background-color: bisque;
    padding: 20px 20px 20px 20px;
    margin-top: 50px;
    border: double;
     border-color: #ffc107;
}


.webform-custom-options-buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.webform-custom-options-button {
  flex: 1;
  display: table-cell;
  margin: 0 5px 10px 5px;
  border: 3px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  color: #666;
}

.webform-custom-options-button .description {
  font-size: .8em;
}

.webform-custom-options-button[data-option-value]:hover {
  border-color: #999;
  color: #333;
}

.webform-custom-options-button[data-option-value]:focus {
  border-color: #999;
  color: #333;
}

.webform-custom-options-button[data-option-value][aria-checked=true] {
  border-color: #0074bd;
  color: #000;
}

.webform-custom-options-button[data-option-value][aria-checked=true]:focus {
  box-shadow: 0 0 5px #0074bd;
}

.webform-custom-options-button[data-option-value][aria-disabled=true],
.webform-custom-options-button[data-option-value][aria-disabled=true]:hover,
.webform-custom-options-button[data-option-value][aria-disabled=true]:focus {
  cursor: not-allowed;
  border-color: #ccc;
  color: #999;
}

@media (max-width: 600px) {
  .webform-custom-options-buttons {
    display: block;
    margin: 0;
  }

  .webform-custom-options-button {
    display: block;
    margin: 5px 0;
  }
}
