.ahdns108-tool {
  margin-top: 28px;
  padding: 28px;
  border: 1px solid #e2e9f1;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(16, 35, 61, .07);
}
.ahdns108-form label {
  display: block;
  margin-bottom: 8px;
  color: #10233d;
  font-weight: 700;
}
.ahdns108-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}
.ahdns108-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;
}
.ahdns108-input-row input:focus {
  border-color: #7ba7cf;
  box-shadow: 0 0 0 3px rgba(13, 92, 168, .10);
}
.ahdns108-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;
}
.ahdns108-form p {
  margin: 10px 0 0;
  color: #627286;
  font-size: 13px;
}
.ahdns108-output {
  margin-top: 22px;
}
.ahdns108-status {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-radius: 12px;
}
.ahdns108-status span {
  font-size: 14px;
}
.ahdns108-error {
  border: 1px solid #f1c3bd;
  color: #8b2b22;
  background: #fff4f2;
}
.ahdns108-info {
  border: 1px solid #cbdceb;
  color: #294d6f;
  background: #f5f9fd;
}
.ahdns108-result {
  border-top: 1px solid #e2e9f1;
  padding-top: 22px;
}
.ahdns108-result-head {
  display: flex;
  gap: 16px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 14px;
}
.ahdns108-result-head h2 {
  margin: 2px 0 0;
  color: #10233d;
  font-size: 25px;
}
.ahdns108-small {
  color: #b84d12;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
}
.ahdns108-count {
  padding: 5px 9px;
  border-radius: 999px;
  color: #365a7c;
  background: #edf4fa;
  font-size: 12px;
  font-weight: 700;
}
.ahdns108-table-wrap {
  overflow-x: auto;
  border: 1px solid #e2e9f1;
  border-radius: 12px;
}
.ahdns108-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.ahdns108-table th,
.ahdns108-table td {
  padding: 11px 12px;
  border-bottom: 1px solid #edf1f5;
  text-align: left;
  vertical-align: top;
}
.ahdns108-table th {
  color: #40566e;
  background: #f7f9fc;
  font-size: 13px;
}
.ahdns108-table tr:last-child td {
  border-bottom: 0;
}
.ahdns108-table code {
  white-space: pre-wrap;
  word-break: break-word;
  color: #1c3853;
  font-family: Consolas, Monaco, monospace;
  font-size: 12px;
}
.ahdns108-type {
  display: inline-block;
  min-width: 44px;
  padding: 4px 7px;
  border-radius: 7px;
  color: #fff;
  background: #102f52;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
}
@media (max-width: 700px) {
  .ahdns108-input-row {
    grid-template-columns: 1fr;
  }
  .ahdns108-input-row button {
    width: 100%;
  }
  .ahdns108-tool {
    padding: 20px;
  }
}
