.gutscheintool h1 {
  text-align: center;
  margin-bottom: 2rem;
}
.gutscheintool .buttons {
  display: flex;
  justify-content: space-evenly;
  gap: 1rem;
}
.gutscheintool .buttons .button {
  height: 5rem;
}
.gutscheintool .select-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 300px;
}
.gutscheintool .select-wrapper label {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 0.95rem;
  color: #333;
}
.gutscheintool .select-wrapper select {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  color: #333;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: border-color 0.2s, box-shadow 0.2s;
  background-image: url("data:image/svg+xml;utf8,<svg fill='none' stroke='%23666' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}
.gutscheintool .select-wrapper select:focus {
  outline: none;
  border-color: #ec6712;
  box-shadow: 0 0 0 3px rgba(236, 103, 18, 0.3);
}

.button-link {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.button-link.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

#errors {
  margin-top: 10px;
}

.edit-table .editmode {
  padding: 4px 12px;
  font-size: 1rem;
}

.result .table {
  width: 100%;
  text-align: left;
}
.result .link-buttons,
.result .buttons-small {
  margin: 1rem 0;
}

/*# sourceMappingURL=gutscheintool-styles.css.map */
