body {
  background-color: #eeeef8;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 30px;
  color: #333;
  line-height: 1.15;
}
code {
  font-family: Monaco, Consolas, 'Courier New', Courier, monospace;
  border: 1px solid #ccc;
  padding: 4px 8px;
  background-color: white;
  border-radius: 4px;
  word-wrap: anywhere;
  display: inline-block;
}
a,
a:link,
a:visited {
  color: #005fc6;
}
h1,
h2,
h3 {
  margin-top: 0;
}
.section {
  margin-top: 30px;
  padding: 30px;
  background-color: white;
  border-radius: 14px;
  border: 1px solid transparent;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
}
.section p:last-child {
  margin-bottom: 0;
}
.section-capabilities table {
  border-collapse: collapse;
}
.section-capabilities th,
.section-capabilities td {
  border: 1px solid #bbb;
  font-weight: normal;
  text-align: left;
  padding: 5px 8px;
  background-color: white;
}
.section-share {
  border-color: #007bff;
  background-color: #e7f1ff;
  font-size: 20px;
}
.section-share p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.copy-button {
  background-color: #007bff;
  border: none;
  padding: 2px 4px;
  border-radius: 3px;
}
.section-warning {
  color: #ff8800;
  border-color: #ffa654;
  background-color: #fff8e5;
  font-size: 24px;
  font-weight: bold;
}
.user-agent {
  font-size: 20px;
  color: #005fc6;
  font-weight: bold;
  font-family: Monaco, Consolas, 'Courier New', Courier, monospace;
  padding-top: 10px;
}
