.ssa-domain-overview-page #main {
  min-height: 76vh;
  background:
    radial-gradient(circle at 7% 6%, rgba(131, 201, 233, .2), transparent 25%),
    radial-gradient(circle at 95% 15%, rgba(248, 239, 225, .75), transparent 25%),
    #eef5f8;
}

.ssa-domain-overview-page .page-title,
.ssa-domain-overview-page .entry-header {
  display: none;
}

.ssa-domain-overview-page .page-wrapper,
.ssa-domain-overview-page .content-area,
.ssa-domain-overview-page .entry-content {
  padding-top: 0;
  padding-bottom: 0;
}

.ssa-domain-overview-page .entry-content > * {
  margin-top: 0;
  margin-bottom: 0;
}

.ssa-do,
.ssa-do * {
  box-sizing: border-box;
}

.ssa-do {
  --ink: #17384c;
  --muted: #6f8797;
  --brand: #2d89ad;
  --brand-dark: #216f91;
  --line: #d5e5ed;
  --soft: #edf7fb;
  --paper: #fff;
  width: min(1280px, calc(100% - 36px));
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0 66px;
  color: var(--ink);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.ssa-do button,
.ssa-do input,
.ssa-do select {
  font: inherit;
}

.ssa-do button,
.ssa-do a {
  -webkit-tap-highlight-color: transparent;
}

.ssa-do [hidden] {
  display: none !important;
}

.ssa-do-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 46px;
  align-items: center;
  overflow: hidden;
  min-height: 278px;
  padding: 50px 56px;
  border: 1px solid rgba(176, 211, 225, .9);
  border-radius: 26px;
  background:
    radial-gradient(circle at 78% 18%, rgba(250, 188, 93, .22), transparent 25%),
    radial-gradient(circle at 18% 118%, rgba(92, 192, 216, .18), transparent 38%),
    linear-gradient(125deg, #fff 0%, #f5fbfd 58%, #fffaf2 100%);
  box-shadow: 0 18px 50px rgba(38, 93, 119, .11);
}

.ssa-do-hero::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -90px;
  top: -115px;
  border: 34px solid rgba(60, 151, 184, .07);
  border-radius: 50%;
}

.ssa-do-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 880px;
}

.ssa-do-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  color: #2a83a8;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
}

.ssa-do-kicker i {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  background: #59b7d3;
  box-shadow: 0 0 0 6px rgba(89, 183, 211, .14);
}

.ssa-do-hero h1 {
  margin: 0 0 14px;
  color: #17384c;
  font-size: clamp(32px, 3vw, 49px);
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -.035em;
}

.ssa-do-hero-copy > p {
  max-width: 820px;
  margin: 0;
  color: #607b8d;
  font-size: 17px;
  line-height: 1.85;
}

.ssa-do-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 23px;
  color: #466a7d;
  font-size: 14px;
  font-weight: 650;
}

.ssa-do-trust span::first-letter {
  color: #28976f;
}

.ssa-do-account {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  padding: 22px;
  border: 1px solid #d4e4ea;
  border-radius: 20px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 14px 32px rgba(35, 94, 120, .1);
  backdrop-filter: blur(10px);
}

.ssa-do-account-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  overflow: hidden;
  border-radius: 17px;
  background: linear-gradient(145deg, #bde9fa, #77c4e0);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .75);
}

.ssa-do-account-icon img {
  width: 49px;
  height: 49px;
  margin: 0;
  object-fit: contain;
}

.ssa-do-account div {
  min-width: 0;
}

.ssa-do-account small,
.ssa-do-account span {
  display: block;
  color: #7d93a1;
  font-size: 12px;
}

.ssa-do-account strong {
  display: block;
  overflow: hidden;
  margin: 2px 0;
  color: #204b62;
  font-size: 20px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssa-do-account > a {
  display: inline-grid;
  place-items: center;
  min-width: 64px;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 12px;
  background: #2d89ad;
  color: #fff;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(45, 137, 173, .22);
}

.ssa-do-query,
.ssa-do-results {
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid #d4e5ed;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(39, 94, 119, .09);
}

.ssa-do-section-head,
.ssa-do-result-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 24px 30px;
  border-bottom: 1px solid #dceaf0;
  background: linear-gradient(90deg, #eaf7fb, #fffdf9);
}

.ssa-do-section-head > div,
.ssa-do-result-head > div {
  display: flex;
  gap: 15px;
  align-items: center;
}

.ssa-do-section-head > div > span,
.ssa-do-result-head > div > span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #2d89ad;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.ssa-do-section-head h2,
.ssa-do-result-head h2,
.ssa-do-card h3,
.ssa-do-table-head h3 {
  margin: 0;
  color: #1d4358;
  font-weight: 800;
  line-height: 1.35;
}

.ssa-do-section-head h2,
.ssa-do-result-head h2 {
  font-size: 22px;
}

.ssa-do-section-head p,
.ssa-do-result-head p,
.ssa-do-card-head p,
.ssa-do-table-head p {
  margin: 3px 0 0;
  color: #79909f;
  font-size: 13px;
}

.ssa-do-section-head > b {
  padding: 7px 13px;
  border: 1px solid #bfe0ec;
  border-radius: 999px;
  background: #f1fafc;
  color: #287b9d;
  font-size: 13px;
  white-space: nowrap;
}

.ssa-do-query form {
  padding: 30px;
}

.ssa-do-form-grid {
  display: grid;
  grid-template-columns: minmax(360px, 1.7fr) minmax(240px, .7fr);
  gap: 20px;
}

.ssa-do-form-grid label > span {
  display: block;
  margin: 0 0 8px;
  color: #2f5569;
  font-size: 14px;
  font-weight: 750;
}

.ssa-do-form-grid label > small {
  display: block;
  min-height: 39px;
  margin-top: 7px;
  color: #8297a4;
  font-size: 12px;
  line-height: 1.55;
}

.ssa-do-target > div {
  position: relative;
}

.ssa-do-target > div i {
  position: absolute;
  z-index: 1;
  left: 16px;
  top: 50%;
  color: #2e8cb1;
  font-size: 20px;
  font-style: normal;
  transform: translateY(-50%);
}

.ssa-do input[type="text"],
.ssa-do input[type="url"],
.ssa-do input[type="search"],
.ssa-do select {
  width: 100%;
  height: 54px;
  margin: 0;
  border: 1px solid #c8dfe9;
  border-radius: 13px;
  background: #fbfdfe;
  color: #24495d;
  box-shadow: none;
  outline: none;
}

.ssa-do input[type="text"],
.ssa-do input[type="url"] {
  padding: 0 16px 0 48px;
}

.ssa-do select {
  padding: 0 42px 0 15px;
}

.ssa-do input:focus,
.ssa-do select:focus {
  border-color: #4aa0c0;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(74, 160, 192, .12);
}

.ssa-do-submit-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #e2edf2;
}

.ssa-do-submit-row > div strong,
.ssa-do-submit-row > div small {
  display: block;
}

.ssa-do-submit-row > div strong {
  color: #2a566b;
  font-size: 14px;
}

.ssa-do-submit-row > div small {
  margin-top: 3px;
  color: #8499a6;
  font-size: 12px;
}

.ssa-do-submit-row button {
  min-height: 52px;
  margin: 0;
  border: 0;
  border-radius: 14px;
  text-transform: none;
}

.ssa-do-submit-row button {
  display: inline-flex;
  gap: 22px;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  padding: 0 24px;
  background: linear-gradient(135deg, #3295ba, #247c9f);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 12px 25px rgba(43, 137, 173, .25);
}

.ssa-do-submit-row button b {
  font-size: 21px;
  font-weight: 500;
}

.ssa-do-submit-row button:hover {
  transform: translateY(-1px);
  box-shadow: 0 15px 30px rgba(43, 137, 173, .3);
}

.ssa-do-submit-row button:disabled {
  cursor: wait;
  opacity: .72;
}

.ssa-do-submit-row button.is-loading b {
  animation: ssa-do-pulse .8s ease-in-out infinite alternate;
}

.ssa-do-feedback {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  padding: 12px 15px;
  border: 1px solid #cce4ee;
  border-radius: 12px;
  background: #f2fafc;
}

.ssa-do-feedback p {
  margin: 0;
  color: #39667b;
  font-size: 13px;
}

.ssa-do-feedback.is-error,
.ssa-do-feedback.is-credits {
  border-color: #f1ccc8;
  background: #fff6f4;
}

.ssa-do-feedback.is-error p,
.ssa-do-feedback.is-credits p {
  color: #a64b44;
}

.ssa-do-feedback.is-success {
  border-color: #bde5d4;
  background: #f1fbf6;
}

.ssa-do-feedback > a {
  flex: 0 0 auto;
  color: #fff;
  background: #d8584e;
  padding: 6px 13px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.ssa-do-market-switch {
  display: block;
  flex: 0 0 260px;
  min-width: 0;
}

.ssa-do-market-switch > span,
.ssa-do-market-switch > small {
  display: block;
}

.ssa-do-market-switch > span {
  margin-bottom: 5px;
  color: #496b7e;
  font-size: 12px;
  font-weight: 800;
}

.ssa-do-market-switch > select {
  height: 44px;
  border-color: #bdd9e5;
  border-radius: 11px;
  background-color: rgba(255, 255, 255, .94);
  color: #27657f;
  font-size: 13px;
  font-weight: 750;
}

.ssa-do-market-switch > small {
  margin-top: 4px;
  color: #8297a4;
  font-size: 10px;
  line-height: 1.4;
}

.ssa-do-market-switch.is-loading > select {
  cursor: wait;
  opacity: .7;
}

.ssa-do-tabs {
  display: flex;
  gap: 5px;
  overflow-x: auto;
  padding: 14px 24px 0;
  border-bottom: 1px solid #dce9ef;
  background: #fbfdfe;
  scrollbar-width: thin;
}

.ssa-do-tabs button {
  position: relative;
  flex: 0 0 auto;
  min-height: 48px;
  margin: 0;
  padding: 0 22px 10px;
  border: 0;
  background: transparent;
  color: #718896;
  font-size: 15px;
  font-weight: 730;
  text-transform: none;
}

.ssa-do-tabs button::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: transparent;
}

.ssa-do-tabs button.is-active {
  color: #217b9e;
}

.ssa-do-tabs button.is-active::after {
  background: #2f91b6;
}

.ssa-do-panel {
  padding: 24px;
  background: #f4fafc;
}

.ssa-do-notices {
  display: grid;
  gap: 8px;
  margin-bottom: 15px;
}

.ssa-do-notices p {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0;
  padding: 10px 13px;
  border: 1px solid #eeddb8;
  border-radius: 10px;
  background: #fffaf0;
  color: #7e6a3d;
  font-size: 12px;
}

.ssa-do-notices i {
  display: grid;
  place-items: center;
  flex: 0 0 19px;
  width: 19px;
  height: 19px;
  border-radius: 6px;
  background: #e5a735;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.ssa-do-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.ssa-do-metrics article {
  position: relative;
  display: flex;
  gap: 13px;
  min-width: 0;
  min-height: 137px;
  padding: 20px 16px;
  overflow: hidden;
  border: 1px solid #d8e7ed;
  border-radius: 16px;
  background: #fff;
}

.ssa-do-metrics article::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -40px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: currentColor;
  opacity: .045;
}

.ssa-do-metrics article > i {
  display: grid;
  place-items: center;
  flex: 0 0 39px;
  width: 39px;
  height: 39px;
  border-radius: 12px;
  background: currentColor;
  color: inherit;
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
  box-shadow: inset 0 0 0 20px rgba(255, 255, 255, .85);
}

.ssa-do-metrics article.is-blue { color: #267fa3; }
.ssa-do-metrics article.is-cyan { color: #36a6b3; }
.ssa-do-metrics article.is-green { color: #268d6d; }
.ssa-do-metrics article.is-orange { color: #d98725; }
.ssa-do-metrics article.is-amber { color: #c87816; }
.ssa-do-metrics article.is-navy { color: #315ca8; }
.ssa-do-metrics article.is-purple { color: #7864ae; }
.ssa-do-metrics article.is-rose { color: #c56677; }

.ssa-do-metrics small,
.ssa-do-metrics strong,
.ssa-do-metrics span {
  display: block;
}

.ssa-do-metrics small {
  color: #78909e;
  font-size: 12px;
  font-weight: 700;
}

.ssa-do-metrics strong {
  margin: 3px 0 1px;
  color: #1d4358;
  font-size: clamp(23px, 2.15vw, 31px);
  line-height: 1.25;
}

.ssa-do-metrics span {
  color: #91a3ae;
  font-size: 11px;
  line-height: 1.45;
}

.ssa-do-secondary {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 13px;
  overflow: hidden;
  border: 1px solid #d9e7ed;
  border-radius: 14px;
  background: #fff;
}

.ssa-do-secondary > div {
  padding: 14px 17px;
  border-right: 1px solid #e0ebf0;
}

.ssa-do-secondary > div:last-child {
  border-right: 0;
}

.ssa-do-secondary small,
.ssa-do-secondary strong {
  display: block;
}

.ssa-do-secondary small {
  color: #8195a1;
  font-size: 11px;
}

.ssa-do-secondary strong {
  margin-top: 2px;
  color: #31586b;
  font-size: 18px;
}

.ssa-do-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(350px, .75fr);
  gap: 15px;
  margin-top: 15px;
}

.ssa-do-bottom-grid {
  grid-template-columns: minmax(340px, .75fr) minmax(0, 1.45fr);
}

.ssa-do-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d7e6ed;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(39, 89, 112, .045);
}

.ssa-do-card-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  padding: 20px 21px 15px;
  border-bottom: 1px solid #e2edf2;
}

.ssa-do-card-head h3,
.ssa-do-table-head h3 {
  font-size: 17px;
}

.ssa-do-card-head > span {
  padding: 5px 9px;
  border-radius: 8px;
  background: #edf7fa;
  color: #6b8999;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  white-space: nowrap;
}

.ssa-do-chart-switches {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  padding: 14px 21px 2px;
}

.ssa-do-chart-switches label {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #587688;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.ssa-do-chart-switches input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ssa-do-chart-switches i {
  display: grid;
  place-items: center;
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 3px;
  background: #fff;
}

.ssa-do-chart-switches input:checked + i {
  background: currentColor;
  box-shadow: inset 0 0 0 3px #fff;
}

.ssa-do-chart-switches i.is-blue { color: #2488ad; }
.ssa-do-chart-switches i.is-orange { color: #ed8b2c; }
.ssa-do-chart-switches i.is-purple { color: #7760b8; }
.ssa-do-chart-switches i.is-green { color: #23916e; }

.ssa-do-chart {
  min-height: 298px;
  padding: 5px 15px 14px;
}

.ssa-do-chart svg {
  display: block;
  width: 100%;
  height: 280px;
  overflow: visible;
}

.ssa-do-grid line {
  stroke: #e2edf1;
  stroke-width: 1;
}

.ssa-do-lines path {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssa-do-lines circle {
  stroke: #fff;
  stroke-width: 2;
}

.ssa-do-axis text {
  fill: #8aa0ac;
  font-size: 11px;
  text-anchor: middle;
}

.ssa-do-distribution {
  display: grid;
  gap: 17px;
  padding: 23px 22px 27px;
}

.ssa-do-distribution header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}

.ssa-do-distribution header span {
  color: #547386;
  font-size: 13px;
  font-weight: 700;
}

.ssa-do-distribution header strong {
  color: #294f63;
  font-size: 13px;
}

.ssa-do-distribution p {
  height: 9px;
  margin: 0;
  overflow: hidden;
  border-radius: 999px;
  background: #edf3f6;
}

.ssa-do-distribution p i {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.ssa-do-distribution i.is-great { background: #1f9974; }
.ssa-do-distribution i.is-good { background: #3ba9b2; }
.ssa-do-distribution i.is-chance { background: #e4a12d; }
.ssa-do-distribution i.is-watch { background: #dd725f; }
.ssa-do-distribution i.is-low { background: #8d9ba5; }

.ssa-do-movement {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  padding: 21px;
}

.ssa-do-movement article {
  display: flex;
  gap: 11px;
  align-items: center;
  min-height: 76px;
  padding: 13px;
  border: 1px solid #dce8ee;
  border-radius: 13px;
  background: #fbfdfe;
}

.ssa-do-movement article > i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #edf6f9;
  color: #3385a4;
  font-style: normal;
  font-weight: 900;
}

.ssa-do-movement .is-up > i,
.ssa-do-movement .is-new > i { background: #e7f7f0; color: #258769; }
.ssa-do-movement .is-down > i,
.ssa-do-movement .is-lost > i { background: #fff0ed; color: #d35e4c; }

.ssa-do-movement small,
.ssa-do-movement strong {
  display: block;
}

.ssa-do-movement small { color: #78909d; font-size: 11px; }
.ssa-do-movement strong { color: #294f63; font-size: 19px; line-height: 1.3; }

.ssa-do-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 20px;
}

.ssa-do-actions article {
  display: flex;
  gap: 12px;
  min-width: 0;
  padding: 15px;
  border: 1px solid #dce8ee;
  border-left-width: 4px;
  border-radius: 12px;
  background: #fbfdfe;
}

.ssa-do-actions article.is-risk { border-left-color: #d85f50; }
.ssa-do-actions article.is-opportunity { border-left-color: #df9b28; }
.ssa-do-actions article.is-good { border-left-color: #2a9771; }
.ssa-do-actions article.is-watch { border-left-color: #ca7558; }
.ssa-do-actions article.is-info { border-left-color: #358eaf; }

.ssa-do-actions article > i {
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: #eaf5f9;
  color: #2e84a5;
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
}

.ssa-do-actions strong {
  display: block;
  margin-bottom: 3px;
  color: #2b5368;
  font-size: 13px;
}

.ssa-do-actions p {
  margin: 0;
  color: #718895;
  font-size: 11px;
  line-height: 1.65;
}

.ssa-do-table-card {
  min-height: 330px;
}

.ssa-do-table-head {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  padding: 20px 22px;
  border-bottom: 1px solid #dfebf0;
}

.ssa-do-table-tools {
  display: flex;
  gap: 9px;
  align-items: center;
}

.ssa-do-table-tools input[type="search"] {
  width: 230px;
  height: 42px;
  padding: 0 13px;
  border-radius: 10px;
  font-size: 13px;
}

.ssa-do-table-tools button,
.ssa-do-pager button,
.ssa-do-empty button {
  min-height: 42px;
  margin: 0;
  padding: 0 15px;
  border: 1px solid #bfdce7;
  border-radius: 10px;
  background: #f2f9fb;
  color: #277c9e;
  font-size: 12px;
  font-weight: 750;
  text-transform: none;
}

.ssa-do-loader {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 260px;
  color: #6d8796;
}

.ssa-do-loader i {
  width: 35px;
  height: 35px;
  border: 3px solid #d8e9f0;
  border-top-color: #318daf;
  border-radius: 50%;
  animation: ssa-do-spin .8s linear infinite;
}

.ssa-do-loader strong {
  color: #31596d;
  font-size: 14px;
}

.ssa-do-loader span {
  font-size: 11px;
}

.ssa-do-table-wrap {
  overflow: auto;
  padding-bottom: 3px;
}

.ssa-do-table-wrap table {
  width: 100%;
  min-width: 1060px;
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
}

.ssa-do-table-wrap th,
.ssa-do-table-wrap td {
  padding: 17px 18px;
  border: 0;
  border-bottom: 1px solid #dfeaf0;
  color: #466779;
  font-size: 13px;
  line-height: 1.55;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}

.ssa-do-table-wrap th {
  position: sticky;
  z-index: 2;
  top: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  background: #eaf4f8;
}

.ssa-do-table-wrap tbody tr:nth-child(even) td {
  background: #f9fcfd;
}

.ssa-do-table-wrap tbody tr:hover td {
  background: #f0f8fb;
}

.ssa-do-table-wrap th button {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #527284;
  font-size: 12px;
  font-weight: 800;
  text-transform: none;
}

.ssa-do-table-wrap th button i {
  color: #9ab0bc;
  font-size: 11px;
  font-style: normal;
}

.ssa-do-table-wrap th button.is-active,
.ssa-do-table-wrap th button.is-active i {
  color: #247fa2;
}

.ssa-do-keyword {
  display: flex;
  gap: 8px;
  align-items: center;
  min-width: 190px;
}

.ssa-do-keyword strong {
  color: #21485d;
  font-size: 14px;
}

.ssa-do-keyword span {
  padding: 3px 7px;
  border-radius: 7px;
  background: #edf6f9;
  color: #678391;
  font-size: 10px;
}

.ssa-do-rank {
  display: inline-grid;
  place-items: center;
  min-width: 37px;
  height: 29px;
  padding: 0 8px;
  border-radius: 9px;
  background: #edf2f4;
  color: #667f8d;
  font-size: 12px;
  font-weight: 850;
}

.ssa-do-rank.is-top { background: #daf3e8; color: #157655; }
.ssa-do-rank.is-first { background: #dff1f7; color: #217897; }
.ssa-do-rank.is-chance { background: #fff0d5; color: #9a6818; }

.ssa-do-table-wrap td > small.is-up,
.ssa-do-table-wrap td > small.is-down {
  display: inline-block;
  margin-left: 7px;
  font-size: 10px;
  font-weight: 800;
}

.ssa-do-table-wrap td > small.is-up { color: #218468; }
.ssa-do-table-wrap td > small.is-down { color: #cf5f51; }

.ssa-do-number {
  color: #335c70;
  font-variant-numeric: tabular-nums;
  font-weight: 720;
}

.ssa-do-muted {
  color: #a2b1b9;
}

.ssa-do-positive {
  color: #228367;
  font-weight: 750;
}

.ssa-do-negative {
  color: #d05f50;
  font-weight: 750;
}

.ssa-do-difficulty {
  display: inline-block;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.ssa-do-difficulty.is-easy { background: #e1f5eb; color: #23785d; }
.ssa-do-difficulty.is-medium { background: #fff0d1; color: #946416; }
.ssa-do-difficulty.is-hard { background: #ffe5e1; color: #b54f43; }

.ssa-do-competition {
  display: inline-block;
  min-width: 40px;
  padding: 5px 9px;
  border-radius: 999px;
  text-align: center;
  font-size: 11px;
  font-weight: 800;
}

.ssa-do-competition.is-low { background: #e1f5eb; color: #23785d; }
.ssa-do-competition.is-medium { background: #fff0d1; color: #946416; }
.ssa-do-competition.is-high { background: #ffe5e1; color: #b54f43; }

.ssa-do-url,
.ssa-do-page-link,
.ssa-do-domain {
  color: #287e9f;
  text-decoration: none;
}

.ssa-do-url {
  display: block;
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ssa-do-page-link {
  display: block;
  min-width: 270px;
  max-width: 420px;
}

.ssa-do-page-link strong,
.ssa-do-page-link span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ssa-do-page-link strong {
  color: #285469;
  font-size: 13px;
}

.ssa-do-page-link span {
  margin-top: 2px;
  color: #88a0ad;
  font-size: 10px;
}

.ssa-do-domain {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 210px;
}

.ssa-do-domain > i {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #e7f4f8;
  color: #267d9e;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.ssa-do-domain strong,
.ssa-do-domain small {
  display: block;
}

.ssa-do-domain strong {
  color: #285469;
  font-size: 13px;
}

.ssa-do-domain small {
  margin-top: 1px;
  color: #92a5af;
  font-size: 9px;
}

.ssa-do-pager {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 16px 20px 20px;
  border-top: 1px solid #e0ebf0;
}

.ssa-do-page-info {
  color: #7c929e;
  font-size: 12px;
}

.ssa-do-page-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.ssa-do-page-actions label {
  display: flex;
  gap: 6px;
  align-items: center;
  color: #718995;
  font-size: 11px;
}

.ssa-do-page-actions select {
  width: 70px;
  height: 40px;
  padding: 0 25px 0 10px;
  border-radius: 9px;
  font-size: 12px;
}

.ssa-do-pager button:disabled {
  cursor: default;
  opacity: .42;
}

.ssa-do-pager button.is-more {
  border-color: #318bad;
  background: #318bad;
  color: #fff;
}

.ssa-do-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  padding: 30px;
  color: #8196a2;
  text-align: center;
}

.ssa-do-empty i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  border-radius: 15px;
  background: #eaf5f8;
  color: #3d8eaa;
  font-size: 24px;
  font-style: normal;
}

.ssa-do-empty strong {
  color: #3d6275;
  font-size: 14px;
}

.ssa-do-empty span {
  margin-top: 4px;
  font-size: 11px;
}

.ssa-do-empty button {
  margin-top: 13px;
}

.ssa-do-empty.is-compact {
  min-height: 180px;
}

.ssa-do-guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.ssa-do-guide article {
  display: flex;
  gap: 15px;
  min-height: 124px;
  padding: 23px;
  border: 1px solid #d5e6ee;
  border-radius: 17px;
  background: rgba(255, 255, 255, .82);
}

.ssa-do-guide article > i {
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: linear-gradient(145deg, #dff2f8, #c3e4f0);
  color: #2b7e9e;
  font-style: normal;
  font-weight: 850;
}

.ssa-do-guide h3 {
  margin: 0 0 4px;
  color: #31596d;
  font-size: 14px;
}

.ssa-do-guide p {
  margin: 0;
  color: #768d99;
  font-size: 11px;
  line-height: 1.65;
}

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

@keyframes ssa-do-pulse {
  to { transform: translateX(5px); }
}

@media (max-width: 1240px) {
  .ssa-do-hero {
    grid-template-columns: minmax(0, 1fr) 340px;
    padding: 42px;
  }

  .ssa-do-form-grid {
    grid-template-columns: minmax(340px, 1.5fr) minmax(230px, .65fr);
  }

  .ssa-do-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ssa-do-metrics article {
    min-height: 124px;
  }

  .ssa-do-secondary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ssa-do-secondary > div:nth-child(3) {
    border-right: 0;
  }

  .ssa-do-secondary > div:nth-child(-n+3) {
    border-bottom: 1px solid #e0ebf0;
  }
}

@media (max-width: 900px) {
  .ssa-do {
    width: min(100% - 24px, 760px);
    padding-top: 22px;
  }

  .ssa-do-hero {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 34px;
  }

  .ssa-do-account {
    max-width: 420px;
  }

  .ssa-do-form-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ssa-do-target {
    grid-column: auto;
  }

  .ssa-do-overview-grid,
  .ssa-do-bottom-grid {
    grid-template-columns: 1fr;
  }

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

  .ssa-do-guide {
    grid-template-columns: 1fr;
  }

  .ssa-do-table-head,
  .ssa-do-pager {
    align-items: stretch;
    flex-direction: column;
  }

  .ssa-do-table-tools {
    width: 100%;
  }

  .ssa-do-table-tools label {
    flex: 1 1 auto;
  }

  .ssa-do-table-tools input[type="search"] {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .ssa-do {
    width: calc(100% - 16px);
    padding: 12px 0 38px;
    font-size: 15px;
  }

  .ssa-do-hero {
    min-height: 0;
    padding: 27px 21px;
    border-radius: 18px;
  }

  .ssa-do-hero h1 {
    font-size: 30px;
  }

  .ssa-do-hero-copy > p {
    font-size: 14px;
    line-height: 1.75;
  }

  .ssa-do-trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 12px;
    font-size: 11px;
  }

  .ssa-do-account {
    grid-template-columns: 49px minmax(0, 1fr) auto;
    gap: 11px;
    padding: 15px;
    border-radius: 15px;
  }

  .ssa-do-account-icon {
    width: 49px;
    height: 49px;
    border-radius: 14px;
  }

  .ssa-do-account-icon img {
    width: 43px;
    height: 43px;
  }

  .ssa-do-account strong {
    font-size: 16px;
  }

  .ssa-do-account > a {
    min-width: 54px;
    min-height: 37px;
    padding: 6px 10px;
    font-size: 12px;
  }

  .ssa-do-query,
  .ssa-do-results {
    margin-top: 14px;
    border-radius: 17px;
  }

  .ssa-do-section-head,
  .ssa-do-result-head {
    padding: 18px 16px;
    align-items: flex-start;
  }

  .ssa-do-result-head {
    flex-direction: column;
  }

  .ssa-do-section-head > div > span,
  .ssa-do-result-head > div > span {
    width: 35px;
    height: 35px;
    border-radius: 11px;
  }

  .ssa-do-section-head h2,
  .ssa-do-result-head h2 {
    font-size: 17px;
  }

  .ssa-do-section-head p,
  .ssa-do-result-head p {
    font-size: 10px;
    line-height: 1.55;
  }

  .ssa-do-section-head > b {
    display: none;
  }

  .ssa-do-market-switch {
    width: 100%;
    flex-basis: auto;
  }

  .ssa-do-query form {
    padding: 20px 16px;
  }

  .ssa-do-form-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .ssa-do-target {
    grid-column: auto;
  }

  .ssa-do-form-grid label > small {
    min-height: 0;
  }

  .ssa-do-submit-row {
    flex-direction: column;
    align-items: stretch;
  }

  .ssa-do-submit-row button {
    width: 100%;
    min-width: 0;
  }

  .ssa-do-panel {
    padding: 12px;
  }

  .ssa-do-tabs {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ssa-do-tabs button {
    min-height: 44px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
  }

  .ssa-do-metrics {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .ssa-do-metrics article {
    display: block;
    min-height: 145px;
    padding: 14px;
  }

  .ssa-do-metrics article > i {
    width: 34px;
    height: 34px;
    margin-bottom: 8px;
  }

  .ssa-do-metrics strong {
    font-size: 23px;
  }

  .ssa-do-secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ssa-do-secondary > div,
  .ssa-do-secondary > div:nth-child(3) {
    border-right: 1px solid #e0ebf0;
    border-bottom: 1px solid #e0ebf0;
  }

  .ssa-do-secondary > div:nth-child(even) {
    border-right: 0;
  }

  .ssa-do-secondary > div:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .ssa-do-card-head {
    padding: 17px 15px 13px;
  }

  .ssa-do-card-head > span {
    display: none;
  }

  .ssa-do-chart-switches {
    gap: 15px;
    padding-left: 15px;
  }

  .ssa-do-chart {
    min-height: 245px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .ssa-do-chart svg {
    height: 240px;
  }

  .ssa-do-movement {
    padding: 14px;
    gap: 8px;
  }

  .ssa-do-movement article {
    display: block;
    min-height: 102px;
  }

  .ssa-do-movement article > i {
    margin-bottom: 6px;
  }

  .ssa-do-actions {
    padding: 14px;
  }

  .ssa-do-table-head {
    padding: 17px 14px;
  }

  .ssa-do-table-tools {
    flex-wrap: wrap;
  }

  .ssa-do-table-tools label {
    flex-basis: 100%;
  }

  .ssa-do-table-wrap {
    margin: 0;
  }

  .ssa-do-pager {
    padding: 14px;
  }

  .ssa-do-page-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .ssa-do-page-actions label,
  .ssa-do-page-actions .is-more {
    grid-column: 1 / -1;
  }

  .ssa-do-page-actions .is-more {
    width: 100%;
  }

  .ssa-do-guide article {
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ssa-do *,
  .ssa-do *::before,
  .ssa-do *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
