@import url("/plugins/twowhois/module/assets/vendor/fontawesome-free/css/all.min.css");

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

.twowhois-module {
  --tw-bg: #f4f7f8;
  --tw-surface: #ffffff;
  --tw-surface-soft: #f7faf9;
  --tw-border: #dce5e1;
  --tw-border-strong: #bdcac5;
  --tw-text: #16211d;
  --tw-muted: #64716c;
  --tw-primary: #087a55;
  --tw-primary-strong: #056341;
  --tw-primary-dark: #056341;
  --tw-primary-fill: #087a55;
  --tw-primary-soft: #e8f5ef;
  --tw-accent: #e89728;
  --tw-accent-soft: #fff6e7;
  --tw-danger: #c74545;
  --tw-danger-soft: #fff0ed;
  --tw-info: #2563eb;
  --tw-info-soft: #eef4ff;
  --tw-fact-link: #477565;
  --tw-fact-link-hover: #087a55;
  --tw-warning: #b7791f;
  --tw-warning-soft: #fff8e8;
  --tw-success: #0f8f5a;
  --tw-success-soft: #e6f7ee;
  --tw-radius: 8px;

  box-sizing: border-box;
  max-width: 100%;
  margin: 0;
  color: var(--tw-text);
  font-family: "Onest", Arial, "Helvetica Neue", sans-serif;
  overflow-wrap: anywhere;
}

.twowhois-module * {
  box-sizing: border-box;
}

.twowhois-module a {
  color: var(--tw-primary-strong);
  text-decoration: none;
}

.twowhois-module a:hover {
  color: var(--tw-primary);
  text-decoration: none;
}

.twowhois-work-card,
.twowhois-result-block {
  max-width: 100%;
  margin: 0 0 16px;
  padding: 18px 20px;
  border: 1px solid var(--tw-border);
  border-radius: var(--tw-radius);
  background: var(--tw-surface);
  box-shadow: 0 16px 45px rgba(24, 54, 43, 0.07);
}

.twowhois-work-card {
  padding: 16px;
  background: var(--tw-surface);
}

.twowhois-tool-head {
  display: block;
  margin: 2px 0 18px;
}

.twowhois-tool-icon,
.twowhois-result__icon,
.twowhois-section-title i {
  display: grid;
  place-items: center;
  border-radius: 8px;
}

.twowhois-tool-icon {
  display: none;
}

.twowhois-tool-head h1 {
  margin: 0;
  color: var(--tw-text);
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
}

.twowhois-tool-head p {
  margin: 4px 0 0;
  max-width: 100%;
  color: var(--tw-muted);
  font-size: 14px;
  line-height: 1.45;
  min-height: 0;
}

@media (min-width: 900px) {
  .twowhois-module[data-tool="site-metrics"] .twowhois-tool-head p {
    display: block;
    max-width: none;
    min-height: 1.55em;
    white-space: nowrap;
    overflow: visible;
  }
}

.twowhois-check-form {
  margin: 0;
}

.twowhois-check-grid {
  display: grid;
  gap: 10px;
  align-items: end;
  max-width: 100%;
}

.twowhois-check-grid--simple {
  grid-template-columns: minmax(260px, 1fr) auto;
}

.twowhois-check-grid--simple .twowhois-check-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.twowhois-check-grid--with-record {
  grid-template-columns: minmax(260px, 1fr) 150px auto;
}

.twowhois-check-grid--with-protocol {
  grid-template-columns: 150px minmax(260px, 1fr) auto;
}

.twowhois-check-grid--with-dig-server {
  grid-template-columns: minmax(180px, 1fr) 112px 140px minmax(132px, auto);
}

.twowhois-field {
  min-width: 0;
}

.twowhois-field--record,
.twowhois-field--dns-server {
  width: 150px;
}

.twowhois-field--dns-server {
  width: auto;
}

.twowhois-field--button {
  align-self: end;
  min-width: 132px;
}

.twowhois-check-grid--with-dig-server .twowhois-field--record {
  width: auto;
}

.twowhois-check-label {
  display: block;
  margin: 0 0 7px;
  color: var(--tw-text);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
}

.twowhois-check-input {
  width: 100%;
  max-width: 100%;
  min-height: 46px;
  padding: 10px 14px;
  color: var(--tw-text);
  background: var(--tw-surface);
  border: 1px solid var(--tw-border-strong);
  border-radius: var(--tw-radius);
  font: inherit;
  font-size: 15px;
  line-height: 1.3;
}

.twowhois-check-input::placeholder {
  color: #8190a3;
}

.twowhois-check-input:focus,
.twowhois-check-button:focus-visible,
.twowhois-action:focus-visible {
  outline: 3px solid rgba(240, 162, 2, 0.35);
  outline-offset: 2px;
}

.twowhois-check-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 10px 21px;
  color: #fff;
  background: var(--tw-primary-fill);
  border: 1px solid var(--tw-primary-fill);
  border-radius: var(--tw-radius);
  font: inherit;
  font-weight: 650;
  white-space: nowrap;
  cursor: pointer;
}

.twowhois-check-button:hover {
  background: var(--tw-primary-strong);
  border-color: var(--tw-primary-strong);
}

.twowhois-check-button.is-loading,
.twowhois-check-button:disabled {
  opacity: .88;
  cursor: wait;
}

.twowhois-check-button.is-loading i {
  animation: twowhois-spin .9s linear infinite;
}

.twowhois-result {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  margin: 0 0 16px;
  padding: 15px 18px;
  background: var(--tw-info-soft);
  border: 1px solid #c9dcff;
  border-radius: var(--tw-radius);
}

.twowhois-result__icon {
  width: 30px;
  height: 30px;
  background: #dce9ff;
  color: var(--tw-info);
  border-radius: 50%;
  font-size: 14px;
}

.twowhois-result--ready {
  background: var(--tw-success-soft);
  border-color: #bfe7d1;
}

.twowhois-result--ready .twowhois-result__icon {
  background: #d5f2e2;
  color: var(--tw-success);
}

.twowhois-result--domain-occupied {
  background: var(--tw-warning-soft);
  border-color: #f2d18a;
}

.twowhois-result--domain-occupied .twowhois-result__icon {
  background: #fff0bf;
  color: var(--tw-warning);
}

.twowhois-result--domain-unknown {
  background: #f3f7ff;
  border-color: #c8d8ff;
}

.twowhois-result--domain-unknown .twowhois-result__icon,
.twowhois-result--needs_input .twowhois-result__icon,
.twowhois-result--domain-input .twowhois-result__icon {
  background: #dce9ff;
  color: var(--tw-info);
}

.twowhois-result--error {
  background: var(--tw-danger-soft);
  border-color: #ffd1c7;
}

.twowhois-result--error .twowhois-result__icon {
  background: #ffe0da;
  color: var(--tw-danger);
}

.twowhois-result--domain-ok {
  background: var(--tw-success-soft);
  border-color: #bfe7d1;
}

.twowhois-result--domain-ok .twowhois-result__icon {
  background: #d5f2e2;
  color: var(--tw-success);
}

.twowhois-result--domain-warning {
  background: var(--tw-warning-soft);
  border-color: #f2d18a;
}

.twowhois-result--domain-warning .twowhois-result__icon {
  background: #fff0bf;
  color: var(--tw-warning);
}

.twowhois-result--domain-error {
  background: var(--tw-danger-soft);
  border-color: #ffd1c7;
}

.twowhois-result--domain-error .twowhois-result__icon {
  background: #ffe0da;
  color: var(--tw-danger);
}

.twowhois-result p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.twowhois-result-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 24px;
  margin-top: 16px;
}

.twowhois-result-layout--with-sidebar {
  grid-template-columns: minmax(0, 860px) 228px;
}

.twowhois-result-column {
  display: grid;
  min-width: 0;
  gap: 16px;
  align-content: start;
}

.twowhois-result-main {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--tw-border);
  border-radius: var(--tw-radius);
  background: var(--tw-surface);
  box-shadow: 0 16px 45px rgba(24, 54, 43, 0.07);
}

.twowhois-result-main > .twowhois-result-block {
  margin: 0;
  border: 0;
  border-top: 1px solid var(--tw-border);
  border-radius: 0;
  box-shadow: none;
}

.twowhois-result-main > .twowhois-result-block:first-child {
  border-top: 0;
}

.twowhois-result-layout > .tw-site-aside--module-result {
  min-width: 0;
  grid-column: auto;
  position: sticky;
  top: 80px;
  align-self: start;
  display: block;
  max-height: calc(100vh - 96px);
  overflow: auto;
  scrollbar-gutter: stable;
}

.twowhois-result-block--landing,
.twowhois-result-block--seo {
  padding: 18px 20px;
  border: 1px solid var(--tw-border);
  background: var(--tw-surface-soft);
  box-shadow: 0 10px 28px rgba(24, 54, 43, 0.045);
}

.twowhois-result-column > .twowhois-result-block--seo {
  margin: 0;
}

.twowhois-result__body {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.twowhois-result__icon {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
}

.twowhois-result__title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
  margin: 0 0 4px;
}

.twowhois-result__title {
  display: block;
  min-width: 0;
  margin: 0;
  color: var(--tw-text);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.twowhois-module[data-tool="my-ip"] .twowhois-result__title {
  font-size: 24px;
  font-weight: 900;
}

.twowhois-copy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  padding: 0;
  color: var(--tw-primary);
  background: var(--tw-surface);
  border: 1px solid var(--tw-border-strong);
  border-radius: 7px;
  cursor: pointer;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.twowhois-copy-button:hover,
.twowhois-copy-button:focus-visible {
  color: var(--tw-primary-dark);
  background: var(--tw-primary-soft);
  border-color: var(--tw-primary);
  outline: 0;
}

.twowhois-copy-button.is-copied {
  color: #fff;
  background: var(--tw-primary);
  border-color: var(--tw-primary);
}

.twowhois-module[data-tool="my-ip"] .twowhois-copy-button {
  width: 24px;
  height: 24px;
  margin-left: 5px;
  color: var(--tw-muted);
  background: transparent;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
}

.twowhois-module[data-tool="my-ip"] .twowhois-copy-button:hover {
  color: var(--tw-primary);
  background: transparent;
}

.twowhois-module[data-tool="my-ip"] .twowhois-copy-button:focus-visible {
  color: var(--tw-primary);
  background: transparent;
  outline: 2px solid var(--tw-primary);
  outline-offset: 2px;
}

.twowhois-module[data-tool="my-ip"] .twowhois-copy-button.is-copied {
  color: var(--tw-primary);
  background: transparent;
  border-color: transparent;
}

.twowhois-result__body a,
.twowhois-result__action {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  padding: 8px 11px;
  color: var(--tw-primary);
  background: var(--tw-surface);
  border: 1px solid var(--tw-border-strong);
  border-radius: 7px;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.25;
  text-decoration: none;
}

.twowhois-result__body a::before,
.twowhois-result__action::before {
  content: "\f061";
  font: var(--fa-font-solid);
  font-size: 12px;
}

.twowhois-result__body a:hover,
.twowhois-result__action:hover {
  color: var(--tw-primary-dark);
  background: var(--tw-primary-soft);
  border-color: var(--tw-primary);
  text-decoration: none;
}

.twowhois-result__action {
  grid-column: 2;
  grid-row: 2;
  justify-self: start;
}

.twowhois-result__body a.twowhois-inline-link,
.twowhois-result__body a.twowhois-inline-link:visited {
  display: inline;
  width: auto;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0;
  margin-top: 0;
  padding: 0;
  color: var(--tw-primary-strong);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: inherit;
  font-weight: 850;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.twowhois-result__body a.twowhois-inline-link::before {
  content: none;
}

.twowhois-result__body a.twowhois-inline-link:hover,
.twowhois-result__body a.twowhois-inline-link:focus-visible {
  color: var(--tw-primary);
  background: transparent;
  border-color: transparent;
  text-decoration: underline;
}

.twowhois-section-title {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.twowhois-section-title i {
  width: 34px;
  height: 34px;
  background: var(--tw-primary-soft);
  color: var(--tw-primary);
}

.twowhois-section-title h2 {
  margin: 0;
  color: var(--tw-text);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}

.twowhois-landing p,
.twowhois-seo-text p {
  margin: 0 0 10px;
  color: var(--tw-muted);
  font-size: 15px;
  line-height: 1.65;
}

.twowhois-facts {
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
  gap: 0;
  max-width: 100%;
  margin: 0;
}

.twowhois-facts dt,
.twowhois-facts dd {
  margin: 0;
  padding: 11px 12px;
  border-bottom: 1px solid var(--tw-border);
}

.twowhois-facts dt {
  color: var(--tw-muted);
  font-weight: 800;
}

.twowhois-facts dd {
  min-width: 0;
  overflow-wrap: anywhere;
  white-space: pre-line;
}

.twowhois-module[data-tool="whois"] .twowhois-facts dt,
.twowhois-module[data-tool="whois-ip"] .twowhois-facts dt,
.twowhois-module[data-tool="my-ip"] .twowhois-facts dt,
.twowhois-module[data-tool="blacklist"] .twowhois-facts dt,
.twowhois-module[data-tool="rkn"] .twowhois-facts dt,
.twowhois-module[data-tool="site-metrics"] .twowhois-facts dt,
.twowhois-module[data-tool="mail"] .twowhois-facts dt,
.twowhois-module[data-tool="monitoring"] .twowhois-facts dt {
  font-weight: 400;
}

.twowhois-module[data-tool="whois"] .twowhois-facts dd,
.twowhois-module[data-tool="whois-ip"] .twowhois-facts dd,
.twowhois-module[data-tool="my-ip"] .twowhois-facts dd,
.twowhois-module[data-tool="blacklist"] .twowhois-facts dd,
.twowhois-module[data-tool="rkn"] .twowhois-facts dd,
.twowhois-module[data-tool="site-metrics"] .twowhois-facts dd,
.twowhois-module[data-tool="mail"] .twowhois-facts dd,
.twowhois-module[data-tool="monitoring"] .twowhois-facts dd {
  font-weight: 400;
}

.twowhois-facts dd.twowhois-fact--expired {
  color: var(--tw-danger);
  font-weight: 850;
}

.twowhois-facts dt.twowhois-fact--warning,
.twowhois-facts dd.twowhois-fact--warning {
  color: var(--tw-warning);
  background: var(--tw-warning-soft);
}

.twowhois-facts dt.twowhois-fact--error,
.twowhois-facts dd.twowhois-fact--error {
  color: var(--tw-danger);
  background: var(--tw-danger-soft);
}

.twowhois-facts dd.twowhois-fact--warning,
.twowhois-facts dd.twowhois-fact--error {
  font-weight: 850;
}

.twowhois-result-block--facts {
  padding-bottom: 18px;
}

.twowhois-result-block--facts .twowhois-facts {
  margin-top: 2px;
}

.twowhois-result-block--monitorus-cta {
  background: linear-gradient(135deg, #f7fbff 0%, #ffffff 100%);
}

.twowhois-monitorus-cta {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.twowhois-monitorus-cta p {
  margin: 0 0 8px;
  color: var(--tw-muted);
  font-size: 15px;
  line-height: 1.55;
}

.twowhois-monitorus-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  flex: 0 0 auto;
  min-height: 44px;
  padding: 11px 16px;
  color: #fff;
  background: var(--tw-primary);
  border: 1px solid var(--tw-primary);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(16, 120, 74, .14);
  transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.twowhois-result__body a.twowhois-monitorus-button,
.twowhois-result__body a.twowhois-monitorus-button:visited,
.twowhois-module a.twowhois-monitorus-button,
.twowhois-module a.twowhois-monitorus-button:visited {
  color: #fff !important;
  background: var(--tw-primary);
  border-color: var(--tw-primary);
}

.twowhois-result__body a.twowhois-monitorus-button:hover,
.twowhois-result__body a.twowhois-monitorus-button:focus-visible,
.twowhois-module a.twowhois-monitorus-button:hover,
.twowhois-module a.twowhois-monitorus-button:focus-visible {
  color: #fff !important;
  background: var(--tw-primary-strong) !important;
  border-color: var(--tw-primary-strong) !important;
  text-decoration: none;
}

.twowhois-monitorus-button i,
.twowhois-monitorus-button span {
  color: inherit;
}

.twowhois-monitorus-button:hover,
.twowhois-monitorus-button:focus-visible {
  color: #fff !important;
  background: var(--tw-primary-strong) !important;
  border-color: var(--tw-primary-strong) !important;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(16, 120, 74, .18);
}

.twowhois-monitorus-button.is-loading {
  pointer-events: none;
  opacity: .86;
}

.twowhois-monitorus-button.is-loading i {
  animation: twowhois-spin .9s linear infinite;
}

.twowhois-monitorus-result {
  margin-top: 16px;
  min-width: 0;
  max-width: 100%;
}

.twowhois-monitorus-result:empty {
  display: none;
}

.twowhois-monitorus-result-panel {
  display: grid;
  gap: 14px;
  min-width: 0;
  max-width: 100%;
}

.twowhois-monitorus-fragment-block {
  padding-top: 14px;
  border-top: 1px solid var(--tw-border);
  min-width: 0;
  max-width: 100%;
}

.twowhois-monitorus-advice {
  margin: 0;
}

.twowhois-monitorus-points-list {
  display: grid;
  gap: 10px;
  min-width: 0;
  max-width: 100%;
}

.twowhois-monitorus-inline-promo {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-width: 0;
  padding: 15px 16px;
  border: 1px solid #e4c987;
  border-left: 4px solid var(--tw-accent);
  border-radius: 7px;
  color: var(--tw-text);
  background: var(--tw-accent-soft);
}

.twowhois-monitorus-inline-promo__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 7px;
  color: #8a5a06;
  background: rgba(255, 255, 255, .62);
}

.twowhois-monitorus-inline-promo__body {
  min-width: 0;
}

.twowhois-monitorus-inline-promo__body > strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1.35;
}

.twowhois-monitorus-inline-promo__body p {
  margin: 0 0 7px;
  color: var(--tw-muted);
  font-size: 13px;
  line-height: 1.5;
}

.twowhois-module .twowhois-monitorus-inline-promo__body a,
.twowhois-module .twowhois-monitorus-inline-promo__body a:visited {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--tw-fact-link);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.twowhois-module .twowhois-monitorus-inline-promo__body a:hover,
.twowhois-module .twowhois-monitorus-inline-promo__body a:focus-visible {
  color: var(--tw-fact-link-hover);
  text-decoration: none;
}

.twowhois-monitorus-point {
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid var(--tw-border);
  border-left: 4px solid var(--tw-warning);
  border-radius: 7px;
  background: var(--tw-surface);
}

.twowhois-monitorus-point--ok {
  border-left-color: var(--tw-primary);
}

.twowhois-monitorus-point--error {
  border-left-color: var(--tw-danger);
}

.twowhois-monitorus-point__head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

.twowhois-monitorus-point__main {
  display: grid;
  grid-template-columns: minmax(150px, 1.35fr) minmax(130px, 1fr) minmax(105px, .7fr);
  gap: 10px 18px;
  flex: 1 1 auto;
  min-width: 0;
}

.twowhois-monitorus-point__field {
  display: grid;
  align-content: start;
  gap: 3px;
  min-width: 0;
}

.twowhois-monitorus-point__field span {
  color: var(--tw-muted);
  font-size: 12px;
  line-height: 1.3;
}

.twowhois-monitorus-point__field strong {
  color: var(--tw-text);
  font-size: 15px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.twowhois-monitorus-point__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: var(--tw-warning);
  background: var(--tw-warning-soft);
}

.twowhois-monitorus-point--ok .twowhois-monitorus-point__icon {
  color: var(--tw-primary-dark);
  background: var(--tw-primary-soft);
}

.twowhois-monitorus-point--error .twowhois-monitorus-point__icon {
  color: var(--tw-danger);
  background: var(--tw-danger-soft);
}

.twowhois-monitorus-point__status {
  margin: 9px 0 0 38px;
  color: var(--tw-text);
  font-size: 13px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.twowhois-monitorus-point__metrics {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 7px;
  margin-top: 10px;
}

.twowhois-monitorus-point__metrics > div {
  display: grid;
  gap: 2px;
  min-width: 0;
  padding: 7px 8px;
  border-radius: 6px;
  background: var(--tw-surface-soft);
}

.twowhois-monitorus-point__metrics span,
.twowhois-monitorus-point__metrics strong {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.twowhois-monitorus-point__metrics span {
  color: var(--tw-muted);
  font-size: 10px;
  line-height: 1.2;
}

.twowhois-monitorus-point__metrics strong {
  color: var(--tw-text);
  font-size: 12px;
  line-height: 1.25;
}

@media (max-width: 1050px) {
  .twowhois-monitorus-point__metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .twowhois-monitorus-point {
    padding: 12px;
  }

  .twowhois-monitorus-point__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .twowhois-monitorus-point__field--point {
    grid-column: 1 / -1;
  }

  .twowhois-monitorus-point__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .twowhois-monitorus-point__status {
    margin-left: 0;
  }
}

.twowhois-monitorus-result-panel--error .twowhois-result {
  background: var(--tw-warning-soft);
  border-color: #f2d18a;
}

.twowhois-monitorus-result-panel--error .twowhois-result__icon {
  background: #fff0bf;
  color: var(--tw-warning);
}

.twowhois-monitorus-loading {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  margin-top: 16px;
  padding: 15px 18px;
  color: var(--tw-text) !important;
  background: var(--tw-info-soft);
  border: 1px solid #c9dcff;
  border-radius: var(--tw-radius);
  font-weight: 400;
}

.twowhois-monitorus-loading__body {
  min-width: 0;
}

.twowhois-monitorus-loading__body strong {
  display: block;
  margin: 0 0 3px;
  color: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.twowhois-monitorus-loading__body p {
  margin: 0;
  color: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.twowhois-monitorus-loading[hidden] {
  display: none;
}

.twowhois-result-block--monitoring-base-advice[hidden] {
  display: none;
}

.twowhois-anchor-target {
  display: block;
  height: 0;
  overflow: hidden;
  scroll-margin-top: 96px;
}

.twowhois-monitorus-loading__spinner {
  display: block;
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
  justify-self: center;
  box-sizing: border-box;
  border: 2px solid rgba(16, 120, 74, .25);
  border-top-color: var(--tw-primary);
  border-radius: 50%;
  animation: twowhois-spin .9s linear infinite;
}

@keyframes twowhois-spin {
  to {
    transform: rotate(360deg);
  }
}

.twowhois-detail-jump-wrap {
  display: flex;
  justify-content: flex-start;
  margin-top: 14px;
}

.twowhois-detail-actions {
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.twowhois-detail-actions--print-only {
  justify-content: flex-end;
}

.twowhois-detail-actions--standalone {
  margin-top: 0;
  padding: 14px 20px 18px;
}

.twowhois-detail-actions--standalone + .twowhois-result-block--raw {
  border-top: 0;
}

.twowhois-detail-jump {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 10px;
  color: var(--tw-primary-strong);
  background: var(--tw-primary-soft);
  border: 1px solid #b9ddcc;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
  transition: border-color .16s ease, color .16s ease, background-color .16s ease, box-shadow .16s ease;
}

.twowhois-print-button {
  margin: 0 0 0 auto;
  font-family: inherit;
  cursor: pointer;
}

.twowhois-detail-jump:hover,
.twowhois-detail-jump:focus-visible {
  color: var(--tw-primary-dark);
  background: #d9eee4;
  border-color: var(--tw-primary);
  box-shadow: 0 0 0 3px rgba(8, 122, 85, .12);
  text-decoration: none;
}

.twowhois-result-block--table {
  background: var(--tw-surface);
}

.twowhois-table-wrap {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  border: 1px solid var(--tw-border);
  border-radius: var(--tw-radius);
  background: var(--tw-surface);
  -webkit-overflow-scrolling: touch;
}

.twowhois-module[data-tool="dns"] .twowhois-table-wrap,
.twowhois-module[data-tool="ptr"] .twowhois-table-wrap,
.twowhois-module[data-tool="traceroute"] .twowhois-table-wrap,
.twowhois-module[data-tool="blacklist"] .twowhois-table-wrap,
.twowhois-module[data-tool="rkn"] .twowhois-table-wrap,
.twowhois-module[data-tool="site-metrics"] .twowhois-table-wrap,
.twowhois-module[data-tool="mail"] .twowhois-table-wrap {
  border: 0;
  border-radius: 0;
}

.twowhois-module[data-tool="dns"] .twowhois-data-table th,
.twowhois-module[data-tool="ptr"] .twowhois-data-table th,
.twowhois-module[data-tool="traceroute"] .twowhois-data-table th,
.twowhois-module[data-tool="blacklist"] .twowhois-data-table th,
.twowhois-module[data-tool="rkn"] .twowhois-data-table th,
.twowhois-module[data-tool="site-metrics"] .twowhois-data-table th,
.twowhois-module[data-tool="mail"] .twowhois-data-table th {
  background: var(--tw-surface-soft);
}

.twowhois-data-table {
  width: max-content;
  min-width: 100%;
  max-width: none;
  border-collapse: collapse;
  table-layout: auto;
  font-size: 14px;
  line-height: 1.45;
}

.twowhois-data-table th,
.twowhois-data-table td {
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--tw-border);
}

.twowhois-data-table th {
  color: var(--tw-muted);
  background: #f7fafc;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

.twowhois-data-table td {
  color: var(--tw-text);
  overflow-wrap: anywhere;
  word-break: normal;
  max-width: 480px;
}

.twowhois-data-table tr.twowhois-row--ok td {
  background: var(--tw-success-soft);
}

.twowhois-data-table tr.twowhois-row--warning td {
  background: var(--tw-warning-soft);
}

.twowhois-data-table tr.twowhois-row--error td {
  background: var(--tw-danger-soft);
}

.twowhois-data-table .twowhois-cell-value {
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.twowhois-data-table th .twowhois-cell-value {
  overflow-wrap: normal;
  word-break: normal;
}

.twowhois-data-table .twowhois-col--hop,
.twowhois-data-table .twowhois-col--type,
.twowhois-data-table .twowhois-col--code,
.twowhois-data-table .twowhois-col--ttl,
.twowhois-data-table .twowhois-col--dns,
.twowhois-data-table .twowhois-col--wait,
.twowhois-data-table .twowhois-col--total,
.twowhois-data-table .twowhois-col--time {
  min-width: 72px;
  white-space: nowrap;
  overflow-wrap: normal;
}

.twowhois-data-table .twowhois-col--connect,
.twowhois-data-table .twowhois-col--speed,
.twowhois-data-table .twowhois-col--size,
.twowhois-data-table .twowhois-col--level,
.twowhois-data-table .twowhois-col--valid_to {
  min-width: 112px;
  white-space: nowrap;
  overflow-wrap: normal;
}

.twowhois-data-table .twowhois-col--ip {
  min-width: 138px;
  white-space: nowrap;
  overflow-wrap: normal;
}

.twowhois-data-table .twowhois-col--point,
.twowhois-data-table .twowhois-col--host,
.twowhois-data-table .twowhois-col--address {
  min-width: 190px;
  max-width: 320px;
}

.twowhois-data-table .twowhois-col--status {
  min-width: 132px;
  max-width: 260px;
}

@media (max-width: 640px) {
  .twowhois-data-table--keys-signal-status-meaning {
    width: 100%;
    min-width: 0;
  }

  .twowhois-data-table--keys-signal-status-meaning thead {
    display: none;
  }

  .twowhois-data-table--keys-signal-status-meaning tbody,
  .twowhois-data-table--keys-signal-status-meaning tr,
  .twowhois-data-table--keys-signal-status-meaning td {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .twowhois-data-table--keys-signal-status-meaning tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 5px 12px;
    padding: 11px 12px;
    border-bottom: 1px solid var(--tw-border);
  }

  .twowhois-data-table--keys-signal-status-meaning td {
    padding: 0;
    border: 0;
    background: transparent !important;
  }

  .twowhois-data-table--keys-signal-status-meaning .twowhois-col--signal {
    font-weight: 850;
  }

  .twowhois-data-table--keys-signal-status-meaning .twowhois-col--status {
    width: auto;
    color: var(--tw-muted);
    text-align: right;
    white-space: nowrap;
  }

  .twowhois-data-table--keys-signal-status-meaning .twowhois-col--meaning {
    grid-column: 1 / -1;
    color: var(--tw-muted);
  }
}

.twowhois-data-table .twowhois-col--ptr,
.twowhois-data-table .twowhois-col--content,
.twowhois-data-table .twowhois-col--value,
.twowhois-data-table .twowhois-col--meaning,
.twowhois-data-table .twowhois-col--subject,
.twowhois-data-table .twowhois-col--issuer {
  min-width: 280px;
  max-width: 560px;
}

@media (min-width: 761px) {
  .twowhois-data-table--keys-type-value-meaning {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    table-layout: fixed;
  }

  .twowhois-data-table--keys-type-value-meaning .twowhois-col--type {
    width: 18%;
    min-width: 0;
    white-space: nowrap;
  }

  .twowhois-data-table--keys-type-value-meaning .twowhois-col--value {
    width: 32%;
    min-width: 0;
    max-width: none;
  }

  .twowhois-data-table--keys-type-value-meaning .twowhois-col--meaning {
    width: 50%;
    min-width: 0;
    max-width: none;
  }
}

.twowhois-data-table--keys-level-subject-issuer-valid_to {
  width: 100%;
  min-width: 620px;
}

.twowhois-data-table--keys-level-subject-issuer-valid_to .twowhois-col--level {
  min-width: 102px;
}

.twowhois-data-table--keys-level-subject-issuer-valid_to .twowhois-col--subject,
.twowhois-data-table--keys-level-subject-issuer-valid_to .twowhois-col--issuer {
  min-width: 180px;
  max-width: 260px;
}

.twowhois-data-table--keys-level-subject-issuer-valid_to .twowhois-col--valid_to {
  min-width: 136px;
}

.twowhois-data-table tr:last-child td {
  border-bottom: 0;
}

.twowhois-virus-results {
  border-top: 1px solid var(--tw-border);
}

.twowhois-virus-loading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--tw-muted);
}

.twowhois-virus-loading[hidden] {
  display: none;
}

.twowhois-virus-loading > span {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 2px solid var(--tw-border-strong);
  border-top-color: var(--tw-primary);
  border-radius: 50%;
  animation: twowhois-spin 0.8s linear infinite;
}

.twowhois-virus-async [data-virus-result]:not(:empty) {
  margin-top: 4px;
}

.twowhois-result-main.twowhois-result-main--virus-error {
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.twowhois-result-main > .twowhois-virus-async--error {
  padding: 0;
  border: 0;
  background: transparent;
}

.twowhois-virus-async--error [data-virus-result]:not(:empty),
.twowhois-virus-async--error .twowhois-result {
  margin: 0;
}

.twowhois-virus-row {
  display: flow-root;
  min-width: 0;
  padding: 12px 0;
  border-bottom: 1px dotted var(--tw-border-strong);
  background: transparent;
}

.twowhois-virus-row[hidden] {
  display: none;
}

.twowhois-virus-label {
  color: var(--tw-text);
  font-weight: 400;
  line-height: 1.45;
}

.twowhois-virus-progress {
  float: right;
  display: inline-block;
  margin-left: 12px;
  color: var(--tw-primary);
  text-align: right;
  font-weight: 850;
  font-variant-numeric: tabular-nums;
}

.twowhois-virus-progress[hidden],
.twowhois-virus-final[hidden] {
  display: none !important;
}

.twowhois-virus-final {
  display: contents;
}

.twowhois-virus-final br {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

.twowhois-virus-final .pull-right {
  float: right;
  margin-left: 12px;
  text-align: right;
}

.twowhois-virus-final .text-highlights {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 9px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.twowhois-virus-final .text-highlights-green {
  color: #087247;
  background: #e8f8ef;
}

.twowhois-virus-final .text-highlights-red {
  color: #a12622;
  background: #fff0ee;
}

.twowhois-virus-final .text-highlights-orange {
  color: #875900;
  background: #fff4d6;
}

.twowhois-virus-final .text-highlights-gray {
  color: #526173;
  background: #edf2f7;
}

.twowhois-virus-final .free_check_answer_line_info,
.twowhois-virus-final .free_check_answer_line_info_first {
  color: var(--tw-muted);
  font-size: 13px;
}

.twowhois-virus-final .free_check_answer_line_info_first {
  visibility: hidden;
}

.twowhois-virus-final a {
  color: var(--tw-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.twowhois-virus-final a:hover {
  color: var(--tw-primary-strong);
}

.twowhois-virus-complete {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid #b9dbc9;
  border-radius: var(--tw-radius);
  background: #f1fbf5;
}

.twowhois-virus-complete[hidden] {
  display: none;
}

.twowhois-virus-complete .twowhois-section-title {
  margin-bottom: 8px;
}

.twowhois-virus-complete .twowhois-section-title h3 {
  margin: 0;
  font-size: 17px;
}

.twowhois-virus-complete p {
  margin: 8px 0 0;
}

.twowhois-virus-complete > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 13px;
  color: var(--tw-primary-strong);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 640px) {
  .twowhois-virus-final .pull-right {
    float: none;
    display: block;
    margin: 0 0 7px;
    text-align: left;
  }
}

.twowhois-facts dt:last-of-type,
.twowhois-facts dd:last-of-type {
  border-bottom: 0;
}

.twowhois-module a.twowhois-fact-action,
.twowhois-module a.twowhois-fact-action:visited {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 8px;
  color: var(--tw-fact-link);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.twowhois-module a.twowhois-fact-action:hover,
.twowhois-module a.twowhois-fact-action:focus-visible {
  color: var(--tw-fact-link-hover);
  text-decoration: none;
}

.twowhois-fact-action::before,
.twowhois-fact-action--check::before {
  content: "\f002";
  font: var(--fa-font-solid);
}

.twowhois-fact-action--reminder::before {
  content: "\f0f3";
  font: var(--fa-font-solid);
}

.twowhois-fact-action--external::before {
  content: "\f35d";
  font: var(--fa-font-solid);
}

.twowhois-module a.twowhois-fact-action--standalone {
  display: inline-grid;
  grid-template-columns: 14px auto;
  column-gap: 6px;
  align-items: center;
  margin-left: 0;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.twowhois-fact-action--standalone::before,
.twowhois-fact-copy > i {
  width: 14px;
  text-align: center;
}

.twowhois-fact-copy {
  display: inline-grid;
  grid-template-columns: 14px auto;
  column-gap: 6px;
  align-items: center;
  margin: 0;
  padding: 0;
  color: var(--tw-fact-link);
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
}

.twowhois-fact-copy:hover,
.twowhois-fact-copy:focus-visible,
.twowhois-fact-copy.is-copied {
  color: var(--tw-fact-link-hover);
  outline: 0;
}

.twowhois-fact-copy:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.twowhois-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.twowhois-actions li {
  display: flex;
  min-width: 0;
}

.twowhois-action {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  width: 100%;
  min-height: 84px;
  padding: 10px;
  color: var(--tw-text);
  background: var(--tw-surface-soft);
  border: 1px solid var(--tw-border);
  border-radius: var(--tw-radius);
  text-decoration: none;
}

.twowhois-action__icon {
  display: grid;
  grid-column: 1;
  grid-row: 1 / span 2;
  place-items: center;
  width: 31px;
  height: 31px;
  color: var(--tw-primary);
  background: var(--tw-primary-soft);
  border-radius: 7px;
  font: var(--fa-font-solid);
  font-size: 13px;
}

.twowhois-action__icon i {
  line-height: 1;
}

.twowhois-action:hover {
  color: var(--tw-text);
  border-color: var(--tw-primary);
  box-shadow: 0 10px 22px rgba(16, 120, 74, 0.12);
  text-decoration: none;
}

.twowhois-action:hover strong {
  color: var(--tw-primary-strong);
}

.twowhois-action strong {
  display: block;
  grid-column: 2;
  align-self: end;
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
}

.twowhois-action__description {
  display: block;
  grid-column: 2;
  align-self: start;
  margin-top: 2px;
  color: var(--tw-muted);
  font-size: 11px;
  line-height: 1.35;
}

.twowhois-action--promo {
  border-color: #f4d37b;
  background: var(--tw-accent-soft);
}

.twowhois-action--promo .twowhois-action__icon {
  color: var(--tw-warning);
}

.twowhois-result-block--seo a {
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.twowhois-result-block--seo a:hover,
.twowhois-result-block--seo a:focus-visible {
  text-decoration: underline;
}

.twowhois-steps {
  position: relative;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.twowhois-steps::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 38px;
  bottom: 38px;
  width: 2px;
  background: var(--tw-border);
  border-radius: 999px;
}

.twowhois-step {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  padding: 7px 0;
}

.twowhois-step__marker {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--tw-text);
  background: var(--tw-surface-soft);
  border: 1px solid var(--tw-border);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 850;
}

.twowhois-step--ok .twowhois-step__marker {
  color: var(--tw-primary-strong);
  background: var(--tw-success-soft);
  border-color: #bfe7d1;
}

.twowhois-step--warning .twowhois-step__marker {
  color: var(--tw-warning);
  background: var(--tw-warning-soft);
  border-color: #f2d18a;
}

.twowhois-step--error .twowhois-step__marker {
  color: var(--tw-danger);
  background: var(--tw-danger-soft);
  border-color: #ffd1c7;
}

.twowhois-step__body {
  min-width: 0;
  padding: 13px;
  background: var(--tw-surface);
  border: 1px solid var(--tw-border);
  border-radius: var(--tw-radius);
}

.twowhois-step__head {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 4px;
}

.twowhois-step__head h3 {
  margin: 0;
  color: var(--tw-text);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 850;
  letter-spacing: 0;
}

.twowhois-step__badge {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 5px 9px;
  color: var(--tw-muted);
  background: var(--tw-surface-soft);
  border: 1px solid var(--tw-border);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.twowhois-step--ok .twowhois-step__badge {
  color: var(--tw-primary-strong);
  background: var(--tw-success-soft);
  border-color: #bfe7d1;
}

.twowhois-step--warning .twowhois-step__badge {
  color: var(--tw-warning);
  background: var(--tw-warning-soft);
  border-color: #f2d18a;
}

.twowhois-step--error .twowhois-step__badge {
  color: var(--tw-danger);
  background: var(--tw-danger-soft);
  border-color: #ffd1c7;
}

.twowhois-step p {
  margin: 0 0 8px;
  color: var(--tw-muted);
  font-size: 15px;
  line-height: 1.45;
}

.twowhois-step-facts {
  display: grid;
  grid-template-columns: minmax(120px, 176px) minmax(0, 1fr);
  margin: 0;
  border: 1px solid var(--tw-border);
  border-radius: var(--tw-radius);
  overflow: hidden;
}

.twowhois-step-facts dt,
.twowhois-step-facts dd {
  margin: 0;
  padding: 9px 10px;
  border-bottom: 1px solid var(--tw-border);
  font-size: 14px;
  line-height: 1.35;
}

.twowhois-step-facts dt {
  color: var(--tw-muted);
  background: var(--tw-surface-soft);
  font-weight: 800;
}

.twowhois-step-facts dd {
  min-width: 0;
  background: var(--tw-surface);
  overflow-wrap: anywhere;
  white-space: pre-line;
}

.twowhois-step-fact-line {
  display: block;
}

.twowhois-step-fact-line + .twowhois-step-fact-line {
  margin-top: 4px;
}

.twowhois-step-facts dt:last-of-type,
.twowhois-step-facts dd:last-of-type {
  border-bottom: 0;
}

.twowhois-step-details {
  margin-top: 9px;
}

.twowhois-step-details summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 10px;
  color: var(--tw-primary-strong);
  background: var(--tw-primary-soft);
  border: 1px solid #bfe7d1;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
  user-select: none;
}

.twowhois-step-details summary::-webkit-details-marker {
  display: none;
}

.twowhois-step-details[open] summary i {
  transform: rotate(180deg);
}

.twowhois-step-details summary i {
  transition: transform 0.16s ease;
}

.twowhois-step-raw {
  max-height: 260px;
  margin-top: 10px;
}

.twowhois-result-block--nslookup-steps .twowhois-steps::before,
.twowhois-result-block--ssl-chain .twowhois-steps::before {
  display: none;
}

.twowhois-result-block--nslookup-steps .twowhois-step:not(:last-child)::before,
.twowhois-result-block--ssl-chain .twowhois-step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 24px;
  width: 2px;
  height: calc(100% + 8px);
  background: var(--tw-border);
}

.twowhois-result-block--ssl-chain .twowhois-step:not(:last-child)::before {
  background: linear-gradient(to bottom, #bfe7d1, var(--tw-border) 55%, #ffd1c7);
}

.twowhois-result-block--nslookup-steps .twowhois-step--error .twowhois-step__marker i,
.twowhois-result-block--ssl-chain .twowhois-step--error .twowhois-step__marker i {
  font-size: 20px;
  line-height: 1;
}

.twowhois-result-block--nslookup-steps .twowhois-step-details summary {
  color: var(--tw-muted);
  background: var(--tw-surface-soft);
  border-color: var(--tw-border);
  font-weight: 750;
}

.twowhois-result-block--nslookup-steps .twowhois-step-facts dt {
  font-weight: 400;
}

.twowhois-result-block--nslookup-steps .twowhois-step-details summary:hover,
.twowhois-result-block--nslookup-steps .twowhois-step-details summary:focus-visible {
  color: var(--tw-text);
  border-color: var(--tw-border-strong);
}

.twowhois-result-block--nslookup-steps .twowhois-step-details[open] > .twowhois-step-raw {
  margin-top: 12px;
}

.twowhois-step--warning .twowhois-step__body {
  background: #fffdf8;
  border-color: #f2d18a;
}

.twowhois-step--error .twowhois-step__body {
  background: #fffafa;
  border-color: #ffd1c7;
}

.twowhois-step--skipped .twowhois-step__body {
  background: #fbfdff;
}

.twowhois-result-block--ssl-chain .twowhois-step__body {
  box-shadow: 0 5px 14px rgba(23, 43, 77, .04);
}

.twowhois-result-block--ssl-chain .twowhois-step--ok .twowhois-step__body {
  border-left: 3px solid #55b883;
}

.twowhois-result-block--ssl-chain .twowhois-step--warning .twowhois-step__body {
  border-left: 3px solid #d69a22;
}

.twowhois-result-block--ssl-chain .twowhois-step--error .twowhois-step__body {
  border-left: 3px solid var(--tw-danger);
}

.twowhois-result-block--advice {
  background: #fffdf5;
  border-color: #f2d18a;
}

.twowhois-advice {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.twowhois-advice li {
  position: relative;
  margin: 0;
  min-width: 0;
  padding: 14px 18px 15px 42px;
  color: var(--tw-text);
  background: var(--tw-surface);
  border: 1px solid #f2d18a;
  border-radius: var(--tw-radius);
  font-size: 15px;
  line-height: 1.45;
}

.twowhois-advice li::before {
  content: "\f061";
  position: absolute;
  left: 16px;
  top: 17px;
  color: var(--tw-warning);
  font: var(--fa-font-solid);
  font-size: 13px;
}

.twowhois-advice a.twowhois-external-text-link,
.twowhois-advice a.twowhois-external-text-link:visited {
  display: inline;
  color: var(--tw-primary-strong);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.twowhois-advice a.twowhois-external-text-link:hover,
.twowhois-advice a.twowhois-external-text-link:focus-visible {
  color: var(--tw-primary);
  text-decoration: underline;
}

.twowhois-module[data-tool="rkn"] .twowhois-advice a.twowhois-external-text-link,
.twowhois-module[data-tool="rkn"] .twowhois-advice a.twowhois-external-text-link:visited {
  font-weight: 400;
}

.twowhois-external-text-link i {
  margin-left: 2px;
  font-size: 0.78em;
}

.twowhois-rkn-help-link,
.twowhois-rkn-help-link:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  color: var(--tw-primary-strong);
  font-size: 16px;
  line-height: 1;
  vertical-align: -1px;
  text-decoration: none;
}

.twowhois-rkn-help-link:hover,
.twowhois-rkn-help-link:focus-visible {
  color: var(--tw-primary);
  text-decoration: none;
}

.twowhois-raw {
  max-width: 100%;
  max-height: 360px;
  overflow: auto;
  margin: 0;
  padding: 16px;
  color: #eef6ff;
  background:
    linear-gradient(180deg, rgba(30, 41, 59, .96), rgba(12, 18, 32, .98)),
    #0f172a;
  border: 1px solid #26364d;
  border-radius: var(--tw-radius);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 12px 28px rgba(15, 23, 42, .12);
  scrollbar-color: #64748b #111827;
  scrollbar-width: thin;
  white-space: pre-wrap;
  word-break: break-word;
}

.twowhois-result-block--raw {
  background: var(--tw-surface);
  scroll-margin-top: 90px;
}

.twowhois-raw code {
  color: inherit;
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  line-height: 1.5;
}

html[data-theme="dark"] .twowhois-module {
  --tw-bg: #111613;
  --tw-surface: #1b221e;
  --tw-surface-soft: #202a25;
  --tw-border: #34423b;
  --tw-border-strong: #4a5a52;
  --tw-text: #edf4f0;
  --tw-muted: #a0ada7;
  --tw-primary: #54d6a6;
  --tw-primary-strong: #82e7c1;
  --tw-primary-dark: #82e7c1;
  --tw-primary-fill: #0c8a60;
  --tw-primary-soft: #193b2f;
  --tw-accent: #f0aa42;
  --tw-accent-soft: #382b19;
  --tw-danger: #ff7777;
  --tw-danger-soft: #432525;
  --tw-info: #72a8ff;
  --tw-info-soft: #1b2d48;
  --tw-fact-link: #8fb6a7;
  --tw-fact-link-hover: #82e7c1;
  --tw-warning: #f1bb5c;
  --tw-warning-soft: #3b2f1c;
  --tw-success: #54d6a6;
  --tw-success-soft: #193b2f;
}

html[data-theme="dark"] .twowhois-result,
html[data-theme="dark"] .twowhois-result--domain-unknown {
  border-color: #365172;
}

html[data-theme="dark"] .twowhois-result--ready,
html[data-theme="dark"] .twowhois-result--domain-ok {
  border-color: #285845;
}

html[data-theme="dark"] .twowhois-result--ready .twowhois-result__icon,
html[data-theme="dark"] .twowhois-result--domain-ok .twowhois-result__icon {
  color: #fff;
  background: var(--tw-primary-fill);
}

html[data-theme="dark"] .twowhois-result--domain-occupied {
  border-color: #715526;
}

html[data-theme="dark"] .twowhois-result--domain-occupied .twowhois-result__icon {
  color: var(--tw-warning);
  background: #543f1d;
}

html[data-theme="dark"] .twowhois-result--domain-warning {
  border-color: #715526;
}

html[data-theme="dark"] .twowhois-result--domain-warning .twowhois-result__icon {
  color: var(--tw-warning);
  background: #543f1d;
}

html[data-theme="dark"] .twowhois-result--error,
html[data-theme="dark"] .twowhois-result--domain-error {
  border-color: #763c3c;
}

html[data-theme="dark"] .twowhois-result--error .twowhois-result__icon,
html[data-theme="dark"] .twowhois-result--domain-error .twowhois-result__icon {
  color: var(--tw-danger);
  background: var(--tw-danger-soft);
}

html[data-theme="dark"] .twowhois-virus-final .text-highlights-green {
  color: #82e7c1;
  background: #193b2f;
}

html[data-theme="dark"] .twowhois-virus-final .text-highlights-red {
  color: #ff9696;
  background: #432525;
}

html[data-theme="dark"] .twowhois-virus-final .text-highlights-orange {
  color: #f1c46f;
  background: #3b2f1c;
}

html[data-theme="dark"] .twowhois-virus-final .text-highlights-gray {
  color: #c2cec8;
  background: #29342e;
}

html[data-theme="dark"] .twowhois-virus-complete {
  color: var(--tw-text);
  background: var(--tw-primary-soft);
  border-color: #3e6d5a;
}

html[data-theme="dark"] .twowhois-virus-complete p {
  color: var(--tw-muted);
}

html[data-theme="dark"] .twowhois-virus-complete > a {
  color: var(--tw-primary-strong);
}

html[data-theme="dark"] .twowhois-module .twowhois-check-input {
  color: var(--tw-text);
  background: var(--tw-surface);
  border-color: var(--tw-border-strong);
}

html[data-theme="dark"] .twowhois-copy-button,
html[data-theme="dark"] .twowhois-detail-jump,
html[data-theme="dark"] .twowhois-table-scroll,
html[data-theme="dark"] .twowhois-action,
html[data-theme="dark"] .twowhois-step__body,
html[data-theme="dark"] .twowhois-advice li {
  color: var(--tw-text);
  background: var(--tw-surface);
}

html[data-theme="dark"] .twowhois-action {
  background: var(--tw-surface-soft);
}

html[data-theme="dark"] .twowhois-detail-jump {
  color: var(--tw-primary-strong);
  background: #244437;
  border-color: #3e6d5a;
}

html[data-theme="dark"] .twowhois-detail-jump:hover,
html[data-theme="dark"] .twowhois-detail-jump:focus-visible {
  color: #b9f3dd;
  background: #2c5545;
  border-color: var(--tw-primary);
  box-shadow: 0 0 0 3px rgba(84, 214, 166, .14);
}

html[data-theme="dark"] .twowhois-action--promo {
  background: var(--tw-accent-soft);
  border-color: #715526;
}

html[data-theme="dark"] .twowhois-result-block--advice {
  background: var(--tw-accent-soft);
  border-color: #715526;
}

html[data-theme="dark"] .twowhois-result-block--monitorus-cta {
  background: var(--tw-surface);
  border-color: var(--tw-border);
}

html[data-theme="dark"] .twowhois-monitorus-inline-promo {
  border-color: #715526;
  border-left-color: var(--tw-accent);
}

html[data-theme="dark"] .twowhois-monitorus-inline-promo__icon {
  color: var(--tw-accent);
  background: #49371d;
}

@media (max-width: 1180px) {
  .twowhois-result-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .twowhois-result-layout > .tw-site-aside--module-result {
    display: none;
  }
}

@media (max-width: 1040px) {
  .twowhois-check-grid--with-dig-server {
    grid-template-columns: minmax(0, 1fr) 150px;
  }

  .twowhois-check-grid--with-dig-server .twowhois-field--target,
  .twowhois-check-grid--with-dig-server .twowhois-field--dns-server {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .twowhois-work-card,
  .twowhois-result-block {
    padding: 16px;
  }

  .twowhois-tool-head {
    display: block;
    margin: 0 3px 15px;
  }

  .twowhois-tool-head h1 {
    font-size: 23px;
  }

  .twowhois-tool-head p {
    max-width: 320px;
    font-size: 12px;
  }

  .twowhois-check-grid--simple {
    grid-template-columns: 1fr;
  }

  .twowhois-check-grid--with-record {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .twowhois-check-grid--with-protocol {
    grid-template-columns: 1fr;
  }

  .twowhois-check-grid--with-dig-server {
    grid-template-columns: minmax(0, 1fr) 150px;
  }

  .twowhois-field--target {
    grid-column: 1 / -1;
  }

  .twowhois-field--dns-server {
    grid-column: 1 / -1;
  }

  .twowhois-field--record {
    width: auto;
  }

  .twowhois-detail-jump {
    width: 100%;
    justify-content: center;
  }

  .twowhois-detail-actions .twowhois-detail-jump {
    flex: 0 1 auto;
    min-width: 0;
    width: auto;
  }

  .twowhois-print-button {
    min-width: 100px;
  }

  .twowhois-result-layout {
    margin-top: 12px;
  }
}

@media (max-width: 520px) {
  .twowhois-tool-head h1 {
    font-size: 23px;
  }

  .twowhois-check-grid,
  .twowhois-check-grid--simple,
  .twowhois-check-grid--with-record,
  .twowhois-check-grid--with-protocol,
  .twowhois-check-grid--with-dig-server {
    grid-template-columns: 1fr;
  }

  .twowhois-check-button {
    width: 100%;
  }

  .twowhois-result {
    grid-template-columns: 30px minmax(0, 1fr);
    padding: 14px;
  }

  .twowhois-result__icon {
    width: 30px;
    height: 30px;
  }

  .twowhois-facts {
    display: block;
  }

  .twowhois-facts dt,
  .twowhois-facts dd {
    display: block;
    border-bottom: 0;
  }

  .twowhois-facts dt {
    padding-bottom: 4px;
  }

  .twowhois-facts dd {
    padding-top: 0;
    border-bottom: 1px solid var(--tw-border);
  }

  .twowhois-actions {
    grid-template-columns: 1fr;
  }

  .twowhois-monitorus-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .twowhois-monitorus-button {
    width: 100%;
  }

  .twowhois-step {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
  }

  .twowhois-step__head {
    display: grid;
  }

  .twowhois-step__badge {
    width: max-content;
    max-width: 100%;
  }

  .twowhois-step-facts {
    display: block;
  }

  .twowhois-step-facts dt,
  .twowhois-step-facts dd {
    display: block;
    border-bottom: 0;
  }

  .twowhois-step-facts dt {
    padding-bottom: 4px;
  }

  .twowhois-step-facts dd {
    padding-top: 0;
    border-bottom: 1px solid var(--tw-border);
  }

  .twowhois-step-details summary {
    width: 100%;
    justify-content: space-between;
  }

  .twowhois-result__body a {
    width: 100%;
    justify-content: center;
  }
}
