body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  max-width: 560px;
  margin: 40px auto;
  padding: 0 16px 40px;
  color: #1b1b1b;
}

h1 {
  font-size: 18px;
}

p {
  font-size: 13px;
  line-height: 1.5;
  color: #555;
}

code {
  font-size: 12px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}

label {
  font-size: 12px;
  font-weight: 600;
}

input {
  padding: 8px 10px;
  font-size: 14px;
  font-family: inherit;
  border: 1px solid #ccc;
  border-radius: 6px;
}

hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 24px 0;
}

a {
  color: #6b2c81;
}

#status,
#property-value-proxy-status,
#actron-login-status {
  font-size: 12px;
  color: #6b2c81;
}

.muted {
  font-size: 12px;
  color: #888;
}

.page-footer {
  margin-top: 24px;
  text-align: right;
  font-size: 12px;
}
