/* RESOURCE ARTICLE STANDARD FORMAT START */

body.resource-article-standard {
  background: #ffffff;
}

.resource-article-standard .article-hero-standard {
  background: #062f63;
  color: #ffffff;
  padding: 3.5rem 0 3.25rem;
}

.resource-article-standard .article-hero-standard .container {
  max-width: 720px;
}

.resource-article-standard .article-hero-standard .eyebrow {
  color: #b9d7ff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.resource-article-standard .article-hero-standard h1 {
  color: #ffffff;
  max-width: 680px;
  font-size: clamp(2.4rem, 5vw, 4.25rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
  margin: 0 0 1rem;
}

.resource-article-standard .article-hero-standard p {
  color: #e7f0ff;
  line-height: 1.65;
}

.resource-article-standard .article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1rem;
  color: #dbeafe;
  font-size: 0.85rem;
  font-weight: 700;
}

.resource-article-standard .article-share-standard {
  max-width: 720px;
  margin: -1.5rem auto 2.5rem;
  background: #ffffff;
  border: 1px solid #dbe3ee;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.resource-article-standard .article-share-standard p {
  margin: 0 0 0.65rem;
  color: #0b5ed7;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem;
  text-align: center;
}

.resource-article-standard .share-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.resource-article-standard .share-actions a,
.resource-article-standard .share-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.45rem 0.75rem;
  border-radius: 8px;
  border: 1px solid #dbe3ee;
  background: #f8fafc;
  color: #0f172a;
  font-weight: 800;
  font-size: 0.78rem;
  text-decoration: none;
  cursor: pointer;
}

.resource-article-standard .article-body-standard {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 1rem 3.5rem;
}

.resource-article-standard .article-body-standard h2 {
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  color: #0f172a;
  font-size: 1.8rem;
  line-height: 1.2;
}

.resource-article-standard .article-body-standard h3 {
  margin-top: 1.75rem;
  margin-bottom: 0.6rem;
  color: #0f172a;
  font-size: 1.2rem;
}

.resource-article-standard .article-body-standard p {
  color: #334155;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.resource-article-standard .article-body-standard ul,
.resource-article-standard .article-body-standard ol {
  color: #334155;
  line-height: 1.7;
  padding-left: 1.35rem;
  margin-bottom: 1.25rem;
}

.resource-article-standard .article-body-standard li {
  margin-bottom: 0.45rem;
}

.resource-article-standard .article-body-standard blockquote,
.resource-article-standard .article-body-standard .callout,
.resource-article-standard .article-body-standard .note-box {
  background: #f1f6fd;
  border-left: 4px solid #0b5ed7;
  border-radius: 12px;
  padding: 1.1rem 1.25rem;
  margin: 1.5rem 0;
  color: #0f172a;
}

.resource-article-standard .article-cta-standard {
  margin-top: 2.75rem;
  background: #0b5ed7;
  color: #ffffff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.resource-article-standard .article-cta-standard h2,
.resource-article-standard .article-cta-standard p {
  color: #ffffff;
}

.resource-article-standard .article-cta-standard h2 {
  margin-top: 0;
}

.resource-article-standard .article-cta-standard a {
  display: inline-flex;
  margin-top: 0.75rem;
  background: #ffffff;
  color: #0b5ed7;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-weight: 900;
  text-decoration: none;
}

.resource-article-standard .back-to-resource-center {
  display: inline-block;
  margin-top: 1.5rem;
  color: #0b5ed7;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 700px) {
  .resource-article-standard .article-hero-standard {
    padding: 2.75rem 0 2.5rem;
  }

  .resource-article-standard .article-share-standard {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

/* RESOURCE ARTICLE STANDARD FORMAT END */

/* CENTER ARTICLE CATEGORY LABELS START */

.resource-article-standard .article-hero-standard .eyebrow {
  display: block;
  text-align: center;
}

.resource-article-standard .article-body-standard .eyebrow,
.resource-article-standard .article-body-standard .article-pill,
.resource-article-standard .article-body-standard .resource-tag,
.resource-article-standard .article-body-standard p[class*="category"],
.resource-article-standard .article-body-standard p[class*="tag"] {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* CENTER ARTICLE CATEGORY LABELS END */

/* ARTICLE HERO TITLE CENTERING FIX START */

.resource-article-standard .article-hero-standard .container {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.resource-article-standard .article-hero-standard .eyebrow {
  display: block;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.resource-article-standard .article-hero-standard h1 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.resource-article-standard .article-hero-standard p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.resource-article-standard .article-meta {
  justify-content: center;
  text-align: center;
}

/* Center section/category labels inside the article body */
.resource-article-standard .article-body-standard > .eyebrow,
.resource-article-standard .article-body-standard .eyebrow,
.resource-article-standard .article-body-standard .article-pill,
.resource-article-standard .article-body-standard .resource-tag {
  display: block;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* ARTICLE HERO TITLE CENTERING FIX END */

