.ahhttp110-tool {
  margin-top: 28px;
  padding: 28px;
  border: 1px solid #e2e9f1;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(16, 35, 61, .07);
}
.ahhttp110-form label {
  display: block;
  margin-bottom: 8px;
  color: #10233d;
  font-weight: 700;
}
.ahhttp110-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}
.ahhttp110-input-row input {
  width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  border: 1px solid #cbd7e4;
  border-radius: 10px;
  outline: none;
  color: #10233d;
  background: #fff;
  font: inherit;
}
.ahhttp110-input-row input:focus {
  border-color: #7ba7cf;
  box-shadow: 0 0 0 3px rgba(13, 92, 168, .10);
}
.ahhttp110-input-row button {
  min-height: 48px;
  padding: 11px 18px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  color: #fff;
  background: #f36b21;
  font: inherit;
  font-weight: 700;
}
.ahhttp110-form p {
  margin: 10px 0 0;
  color: #627286;
  font-size: 13px;
}
.ahhttp110-output {
  margin-top: 22px;
}
.ahhttp110-status {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-radius: 12px;
}
.ahhttp110-status span {
  font-size: 14px;
}
.ahhttp110-error {
  border: 1px solid #f1c3bd;
  color: #8b2b22;
  background: #fff4f2;
}
.ahhttp110-warn {
  margin-bottom: 14px;
  border: 1px solid #f0d4a8;
  color: #7c531d;
  background: #fff8ec;
}
.ahhttp110-result {
  border-top: 1px solid #e2e9f1;
  padding-top: 22px;
}
.ahhttp110-result-head {
  display: flex;
  gap: 16px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 14px;
}
.ahhttp110-result-head h2 {
  margin: 2px 0 0;
  color: #10233d;
  font-size: 22px;
  word-break: break-word;
}
.ahhttp110-small {
  color: #b84d12;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
}
.ahhttp110-badge {
  padding: 6px 10px;
  border-radius: 999px;
  color: #365a7c;
  background: #edf4fa;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.ahhttp110-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}
.ahhttp110-summary div {
  display: grid;
  gap: 4px;
  padding: 13px;
  border: 1px solid #e2e9f1;
  border-radius: 12px;
  background: #f8fafc;
}
.ahhttp110-summary span {
  color: #65768a;
  font-size: 12px;
}
.ahhttp110-summary strong {
  color: #10233d;
}
.ahhttp110-table-wrap {
  overflow-x: auto;
  border: 1px solid #e2e9f1;
  border-radius: 12px;
}
.ahhttp110-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.ahhttp110-table th,
.ahhttp110-table td {
  padding: 11px 12px;
  border-bottom: 1px solid #edf1f5;
  text-align: left;
  vertical-align: top;
}
.ahhttp110-table th {
  color: #40566e;
  background: #f7f9fc;
  font-size: 13px;
}
.ahhttp110-table tr:last-child td {
  border-bottom: 0;
}
.ahhttp110-table code,
.ahhttp110-final code {
  white-space: pre-wrap;
  word-break: break-word;
  color: #1c3853;
  font-family: Consolas, Monaco, monospace;
  font-size: 12px;
}
.ahhttp110-code {
  display: inline-block;
  min-width: 90px;
  padding: 4px 7px;
  border-radius: 7px;
  color: #fff;
  background: #102f52;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
.ahhttp110-final {
  display: grid;
  gap: 5px;
  margin-top: 14px;
  padding: 14px;
  border-radius: 12px;
  background: #f7f9fc;
}
.ahhttp110-final span {
  color: #66778b;
  font-size: 12px;
}
@media (max-width: 760px) {
  .ahhttp110-input-row,
  .ahhttp110-summary {
    grid-template-columns: 1fr;
  }
  .ahhttp110-input-row button {
    width: 100%;
  }
  .ahhttp110-tool {
    padding: 20px;
  }
}
