.yj-article-header,
.yj-article-header *,
.yj-breadcrumb,
.yj-breadcrumb *,
.yj-resource-return,
.yj-resource-return *,
.yj-article-review-note,
.yj-article-review-note * {
  box-sizing: border-box;
}

.yj-article-header {
  position: sticky;
  top: 0;
  z-index: 10000;
  background: rgba(255, 255, 255, .95);
  border-bottom: 1px solid #d9e1ea;
  color: #18212f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.yj-article-nav {
  width: min(1180px, 100%);
  min-height: 72px;
  margin: 0 auto;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.yj-article-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #0d4f8b !important;
  text-decoration: none !important;
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1.2;
}

.yj-article-logo {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: block;
}

.yj-article-brand-text {
  display: grid;
  gap: 2px;
}

.yj-article-brand-text small {
  color: #5c687a;
  font-size: 12px;
  font-weight: 650;
}

.yj-article-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
  font-weight: 680;
}

.yj-article-links a,
.yj-breadcrumb a,
.yj-resource-return a {
  text-decoration: none !important;
}

.yj-article-links a {
  color: #5c687a !important;
}

.yj-article-links a:hover,
.yj-breadcrumb a:hover,
.yj-resource-return a:hover {
  color: #0d4f8b !important;
}

.yj-article-links .yj-article-cta,
.yj-resource-return .yj-return-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 6px;
  background: #0d4f8b;
  color: #fff !important;
  font-weight: 760;
  white-space: nowrap;
}

.yj-article-links .yj-article-cta:hover,
.yj-resource-return .yj-return-primary:hover {
  background: #0a3e70;
  color: #fff !important;
}

.yj-breadcrumb {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 18px 0 0;
  color: #5c687a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.yj-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.yj-breadcrumb li {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.yj-breadcrumb li + li::before {
  content: "/";
  margin-right: 7px;
  color: #9aa7b5;
}

.yj-breadcrumb a {
  color: #0d4f8b !important;
}

.yj-breadcrumb [aria-current="page"] {
  color: #18212f;
  font-weight: 680;
  overflow-wrap: anywhere;
}

.yj-article-review-note {
  width: min(1180px, calc(100% - 44px));
  margin: 14px auto 0;
  padding: 12px 14px;
  border: 1px solid #d9e1ea;
  border-radius: 8px;
  background: #f5f8fb;
  color: #18212f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.yj-article-review-note span {
  display: block;
  margin-top: 4px;
  color: #5c687a;
}

.yj-priority-resource-links,
.yj-indexing-brief {
  width: min(1180px, calc(100% - 44px));
  margin: 28px auto 0;
  padding: 24px;
  border: 1px solid #d9e1ea;
  border-radius: 8px;
  background: #ffffff;
  color: #18212f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  box-shadow: 0 14px 36px rgba(24, 33, 47, .07);
}

.yj-priority-resource-links > p,
.yj-indexing-brief > p {
  margin: 0 0 7px;
  color: #0d4f8b;
  font-size: 13px;
  font-weight: 780;
  text-transform: uppercase;
  letter-spacing: 0;
}

.yj-priority-resource-links h2,
.yj-indexing-brief h2 {
  margin: 0 0 10px;
  color: #18212f;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  letter-spacing: 0;
}

.yj-priority-resource-links .intro,
.yj-indexing-brief .intro {
  max-width: 860px;
  margin: 0 0 18px;
  color: #5c687a;
  line-height: 1.65;
}

.yj-priority-grid,
.yj-brief-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.yj-priority-link,
.yj-brief-card {
  display: grid;
  gap: 7px;
  padding: 16px;
  border: 1px solid #d9e1ea;
  border-radius: 8px;
  background: #f7fafc;
  color: #18212f;
  text-decoration: none;
}

.yj-priority-link span,
.yj-brief-card span {
  color: #0a7c7a;
  font-size: 12px;
  font-weight: 780;
  text-transform: uppercase;
  letter-spacing: 0;
}

.yj-priority-link strong,
.yj-brief-card strong {
  color: #0d4f8b;
  font-size: 17px;
  line-height: 1.25;
}

.yj-priority-link em,
.yj-brief-card em {
  color: #5c687a;
  font-style: normal;
  font-size: 14px;
  line-height: 1.55;
}

.yj-brief-faq {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #d9e1ea;
  border-radius: 8px;
  background: #f8fbff;
}

.yj-brief-faq h3 {
  margin: 0;
  color: #18212f;
  font-size: 17px;
  line-height: 1.35;
}

.yj-brief-faq p {
  margin: 0 0 10px;
  color: #465568;
  line-height: 1.65;
}

.yj-brief-faq p:last-child {
  margin-bottom: 0;
}

.yj-brief-cta {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-top: 18px;
  padding: 0 15px;
  border-radius: 6px;
  background: #0d4f8b;
  color: #fff !important;
  font-weight: 760;
  text-decoration: none;
}

.yj-resource-return {
  width: min(980px, calc(100% - 32px));
  margin: 48px auto 0;
  padding: 24px;
  border: 1px solid #d9e1ea;
  border-radius: 8px;
  background: #fff;
  color: #18212f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  box-shadow: 0 18px 45px rgba(24, 33, 47, .08);
}

.yj-resource-return p {
  margin: 0 0 6px;
  color: #5c687a;
  font-size: 15px;
  line-height: 1.6;
}

.yj-resource-return h2 {
  margin: 0 0 14px;
  color: #18212f;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0;
}

.yj-return-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.yj-return-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid #b8c9da;
  border-radius: 6px;
  color: #0d4f8b !important;
  background: #fff;
  font-weight: 720;
}

.yj-breadcrumb + section[class*="pt-40"],
.yj-breadcrumb + section[class*="pt-32"],
.yj-breadcrumb + section[class*="py-32"],
.yj-breadcrumb + section[class*="py-20"] {
  padding-top: 4rem !important;
}

@media (max-width: 820px) {
  .yj-priority-grid,
  .yj-brief-grid {
    grid-template-columns: 1fr;
  }

  .yj-priority-resource-links,
  .yj-indexing-brief {
    width: min(100% - 28px, 1180px);
    padding: 18px;
  }

  .yj-article-nav {
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .yj-article-links {
    justify-content: flex-start;
    gap: 8px 10px;
    font-size: 13px;
    line-height: 1.2;
  }

  .yj-article-links .yj-article-cta,
  .yj-resource-return .yj-return-primary {
    width: auto;
    min-height: 36px;
    padding: 0 12px;
  }

  .yj-article-brand {
    gap: 9px;
  }

  .yj-article-logo {
    width: 28px;
    height: 28px;
  }

  .yj-article-brand-text small {
    font-size: 11px;
  }

  .yj-breadcrumb {
    padding-top: 12px;
    font-size: 13px;
  }

  .yj-resource-return {
    padding: 20px;
  }
}
