.eyeq-treatment .sidebar,
.eyeq-revenue-hub .sidebar,
.eyeq-trust-page .sidebar,
.eyeq-private-preview .sidebar,
.eyeq-treatment .sidebar-content,
.eyeq-revenue-hub .sidebar-content,
.eyeq-trust-page .sidebar-content,
.eyeq-private-preview .sidebar-content,
.eyeq-treatment .related-posts,
.eyeq-revenue-hub .related-posts,
.eyeq-trust-page .related-posts,
.eyeq-private-preview .related-posts,
.eyeq-treatment #respond,
.eyeq-revenue-hub #respond,
.eyeq-trust-page #respond,
.eyeq-private-preview #respond,
.eyeq-treatment .post-navigation,
.eyeq-revenue-hub .post-navigation,
.eyeq-trust-page .post-navigation,
.eyeq-private-preview .post-navigation,
.eyeq-treatment .featured-image.page-header-image-single,
.eyeq-revenue-hub .featured-image.page-header-image-single,
.eyeq-trust-page .featured-image.page-header-image-single,
.eyeq-private-preview .featured-image.page-header-image-single {
  display: none !important;
}

.eyeq-treatment .content,
.eyeq-revenue-hub .content,
.eyeq-trust-page .content,
.eyeq-private-preview .content {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}

.eye-canary,
.eye-guide {
  --eye-ink: #202a31;
  --eye-muted: #5d6870;
  --eye-line: #d8e0e4;
  --eye-soft: #f4f8f8;
  --eye-accent: #176a73;
  --eye-accent-dark: #0f5158;
  width: min(100%, 840px);
  margin: 0 auto;
  color: var(--eye-ink);
  font-size: 17px;
  line-height: 1.82;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.eye-canary *,
.eye-guide * {
  box-sizing: border-box;
}

.eye-canary p,
.eye-guide p {
  margin: 0 0 1.35rem;
}

.eye-canary h2,
.eye-guide h2 {
  margin: 2.65rem 0 1rem;
  font-size: clamp(1.36rem, 4vw, 1.88rem);
  line-height: 1.38;
}

.eye-canary h3,
.eye-guide h3 {
  margin: 0 0 .8rem;
  font-size: 1.16rem;
  line-height: 1.48;
}

.eye-canary ul,
.eye-canary ol,
.eye-guide ul,
.eye-guide ol {
  padding-left: 1.4rem;
}

.eye-canary li,
.eye-guide li {
  margin: .5rem 0;
}

.eye-lead {
  margin: 0 0 1.7rem;
  padding: 1.15rem 1.25rem;
  border-left: 5px solid var(--eye-accent);
  border-radius: 0 7px 7px 0;
  background: var(--eye-soft);
}

.eye-lead p:last-child,
.eye-provider p:last-child {
  margin-bottom: 0;
}

.eye-provider {
  margin: 1.4rem 0;
  padding: 1.25rem;
  border: 1px solid var(--eye-line);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(30, 54, 60, .06);
}

.eye-provider img,
.eye-canary img,
.eye-guide img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 1rem;
}

.eye-internal,
.eye-next {
  margin: 1.55rem 0 2.2rem;
}

.eye-cta,
.eye-external,
.eye-guide a[data-edge-id] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: .9rem 1.05rem;
  border: 2px solid var(--eye-accent);
  border-radius: 6px;
  color: var(--eye-accent-dark) !important;
  font-weight: 780;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
}

.eye-cta--primary {
  background: var(--eye-accent);
  color: #fff !important;
}

.eye-cta--secondary {
  margin-top: .8rem;
  background: #fff;
}

.eye-cta:hover,
.eye-cta:focus-visible,
.eye-external:hover,
.eye-external:focus-visible,
.eye-guide a[data-edge-id]:hover,
.eye-guide a[data-edge-id]:focus-visible {
  border-color: var(--eye-accent-dark);
  box-shadow: 0 0 0 4px rgba(23, 106, 115, .13);
  outline: none;
}

.eye-external {
  margin: 1rem 0;
  background: #fff;
}

.eye-sources {
  margin: 1.1rem 0 1.8rem;
  padding: 0 !important;
  list-style: none;
}

.eye-sources li {
  margin: 0 0 .9rem;
  padding: 1rem;
  border: 1px solid var(--eye-line);
  border-radius: 7px;
  background: var(--eye-soft);
}

.eye-sources a {
  font-weight: 760;
}

.eye-guide section > ul:has(a[data-edge-id]) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
  padding: 0 !important;
  list-style: none;
}

.eye-guide section > ul:has(a[data-edge-id]) li {
  margin: 0;
}

.eye-table-wrap {
  max-width: 100%;
  margin: 1.25rem 0 1.9rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.eye-table-wrap table,
.eye-canary table,
.eye-guide table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  background: #fff;
}

.eye-canary th,
.eye-canary td,
.eye-guide th,
.eye-guide td {
  padding: .85rem;
  border: 1px solid var(--eye-line);
  text-align: left;
  vertical-align: top;
}

.eye-canary thead th,
.eye-guide thead th {
  background: var(--eye-soft);
}

.eye-ad {
  width: 100%;
  min-height: 1px;
  margin: 2.15rem 0;
  overflow: visible;
  text-align: center;
}

.eye-ad > ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}

.eye-ad:has(> ins.adsbygoogle[data-ad-status="unfilled"]) {
  min-height: 0;
  margin: 0;
}

.eye-updated {
  margin-top: 2.7rem !important;
  padding-top: 1rem;
  border-top: 1px solid var(--eye-line);
  color: var(--eye-muted);
  font-size: .9rem;
}

@media (max-width: 680px) {
  .eye-canary,
  .eye-guide {
    font-size: 16px;
    line-height: 1.78;
  }

  .eye-canary p,
  .eye-guide p {
    margin-bottom: 1.18rem;
  }

  .eye-canary h2,
  .eye-guide h2 {
    margin-top: 2.25rem;
  }

  .eye-lead,
  .eye-provider,
  .eye-sources li {
    padding: 1rem;
  }

  .eye-guide section > ul:has(a[data-edge-id]) {
    grid-template-columns: 1fr;
  }

  .eye-cta,
  .eye-external,
  .eye-guide a[data-edge-id] {
    min-height: 54px;
  }

  .eye-ad {
    margin: 1.85rem 0;
  }
}
