button {
  justify-content: center;
  min-width: 200px;
}

h1 {
  padding-top: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  color: #d08b1c;
  font-size: 15px;
}

input,
select,
textarea {
  outline: none;
  border: 1px solid #0e0d08;
  color: #0e0d08;
  border-radius: 4px;
  font-size: 15px;
  padding: 10px 12px;
  background: #fff;
  font-family: inherit;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: #a8a8a8;
}

input::-webkit-input-placeholder {
  color: #a8a8a8;
}

.hint {
  color: #6b6b6b;
  font-size: 13px;
  margin: 0;
}

.hint-inline {
  color: #6b6b6b;
  font-size: 12px;
  font-weight: normal;
}

.warning-static {
  color: #8a5a00;
  background: #fdf3dd;
  border: 1px solid #e2c98a;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 13px;
  margin: 0;
}

button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.warning {
  color: #8a5a00;
  background: #fdf3dd;
  border: 1px solid #e2c98a;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 13px;
  margin: 0;
  display: none;
}

.preset-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.preset-row .preset {
  min-width: 0;
  flex: 1 1 auto;
  padding: 8px 14px;
  font-size: 13px;
}

.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 1.4;
}

.checkbox-row input {
  padding: 0;
  margin-top: 2px;
  min-width: auto;
}

.token-box {
  border: 1px solid #0e0d08;
  border-radius: 4px;
  padding: 10px 12px;
  font-family: monospace;
  font-size: 12px;
  word-break: break-all;
  background: #fff;
}

.log-box {
  border: 1px solid #0e0d08;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.4;
  max-height: 320px;
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-word;
  background: #fff;
  margin: 0;
}

.button-link {
  display: inline-block;
  text-align: center;
  padding: 12px 16px;
  border: 1px solid #0e0d08;
  border-radius: 4px;
  text-decoration: none;
  color: #0e0d08;
  font-size: 15px;
}

.margin-bottom {
  margin-bottom: 15px;
}

.section-content {
  margin: 20px 10px 60px;
  display: flex;
  justify-content: center;
}

.section-modal {
  display: flex;
  max-width: 420px;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0 0;
  width: 100%;
}
