h1,
h3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
}

h1 {
  padding-top: 20px;
}

h3 {
  padding: 30px 0 5px;
}

.section-description {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 10px;
}

.section-divider {
  border: none;
  border-top: 0.5px solid #636363;
  margin: 24px 0 6px;
  width: 100%;
}

label {
  padding-top: 10px;
  padding-bottom: 5px;
}

.button-demo {
  justify-content: center;
}

.not-app-demo {
  display: none;
  font-weight: 500;
}

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

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

.section-modal .button-demo,
.section-modal a.button-demo,
.section-modal a.button-demo-external {
  display: flex;
  justify-content: center;
  width: 100%;
}

a.button-demo-external {
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
  background-color: #fff;
  color: #0e0d08;
  border: 1px solid #0e0d08;
  text-decoration: none;
}

a.button-demo-external:hover {
  background-color: #f2f0ee;
}

a.button-demo-external .button-demo-external__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

input[type="text"],
textarea {
  outline: none;
  border: 1px solid #0e0d08;
  color: #0e0d08;
  border-radius: 4px;
  font-size: 15px;
  padding: 10px 12px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
}

textarea {
  padding: 10px 14px;
  resize: none;
  min-height: 150px;
}

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

.result-terminal {
  outline: none;
  border: 1px solid #0e0d08;
  border-radius: 4px;
  font-size: 15px;
  padding: 10px 14px;
  min-height: 75px;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  margin: 0 0 10px;
}

.result-terminal:empty {
  display: none;
}
