:root {
  --ghost-accent-color: #4e79d6;
  --font-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --gh-font-body: var(--font-sans);
  --gh-font-heading: var(--font-sans);
  --color-primary-text: #333333;
  --color-darker-gray: #15171a;
  --ifx-article-body-font: var(--font-sans);
  --ifx-article-heading-font: var(--font-sans);
  --ifx-article-toc-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --ifx-article-ink: #333333;
  --ifx-article-heading: #15171a;
  --ifx-article-muted: #667085;
  --ifx-article-border: rgba(17, 24, 39, 0.09);
  --ifx-article-soft: #f9fafb;
  --ifx-article-tldr-bg: #f7faff;
  --ifx-article-tldr-border: #dbe6f7;
  --ifx-article-tldr-accent: #4e79d6;
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v12-latin-regular.woff2") format("woff2"),
    url("../fonts/inter-v12-latin-regular.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v12-latin-500.woff2") format("woff2"),
    url("../fonts/inter-v12-latin-500.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v12-latin-600.woff2") format("woff2"),
    url("../fonts/inter-v12-latin-600.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v12-latin-700.woff2") format("woff2"),
    url("../fonts/inter-v12-latin-700.woff") format("woff");
}

body {
  background-color: #fff !important;
  color: var(--ifx-article-ink);
  font-family: var(--font-sans);
  letter-spacing: 0;
}

body .gh-head,
body.is-head-pinned .gh-head {
  background-color: #fff !important;
}

/* Keep article sections open like the Interview Questions template. */
.ifx-post-body .gh-content hr {
  display: none !important;
  margin: 0 !important;
}

.gh-site,
.gh-content,
.gh-article-title,
.gh-article-excerpt,
.gh-card-title,
.gh-card-excerpt,
.gh-card-meta,
.gh-navigation,
.kg-card {
  font-family: var(--font-sans);
}

.ifx-post-shell {
  width: 100%;
}

.ifx-breadcrumb {
  align-items: center;
  color: var(--ifx-article-muted);
  display: flex;
  font-family: var(--ifx-article-toc-font);
  font-size: 1.28rem;
  font-weight: 400;
  gap: 8px;
  line-height: 1.35;
  margin: 0 auto 28px;
  max-width: 1088px;
  min-width: 0;
}

.ifx-breadcrumb__item,
.ifx-breadcrumb__current,
.ifx-breadcrumb__separator {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.ifx-breadcrumb__item {
  flex: 0 0 auto;
  text-decoration: none;
}

.ifx-breadcrumb__item:hover {
  color: var(--ifx-article-heading);
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.ifx-breadcrumb__separator {
  color: #98a1ae;
  flex: 0 0 auto;
}

.ifx-breadcrumb__current {
  min-width: 0;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ifx-post-layout {
  align-items: start;
  column-gap: 56px;
  display: grid;
  grid-template-columns: minmax(168px, 208px) minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1088px;
}

.ifx-post-sidebar {
  align-self: start;
  min-width: 0;
  position: sticky;
  top: 104px;
}

.ifx-post-body {
  min-width: 0;
}

.ifx-post-body .gh-content p,
.ifx-post-body .gh-content li {
  color: var(--ifx-article-ink);
  font-family: var(--ifx-article-body-font);
  word-break: normal;
}

.ifx-post-body .gh-article-title {
  color: var(--ifx-article-heading);
  font-family: var(--ifx-article-heading-font);
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  max-width: 820px;
}

.ifx-post-body .gh-article-header,
.ifx-post-body .gh-content,
.ifx-post-body .gh-comments,
.ifx-post-body .gh-article-footer {
  margin-left: 0;
  margin-right: 0;
}

.gh-article:not(.no-image) .ifx-post-body .gh-article-header > * {
  grid-column: auto;
}

.ifx-post-body .gh-article-header.gh-canvas {
  display: block;
}

.ifx-post-body .gh-content {
  color: #333333;
  font-family: var(--ifx-article-body-font);
  font-size: 1.8rem;
  line-height: 1.72;
  max-width: 720px;
}

.ifx-post-body .gh-content.gh-canvas {
  display: block;
}

.ifx-post-body .gh-content > * + * {
  margin-top: calc(1.5em * var(--content-spacing-multiplier, 1));
}

.ifx-post-body .gh-content > [id]:not(:first-child) {
  margin-top: calc(1.7em * var(--content-spacing-multiplier, 1));
}

.ifx-post-body .gh-content > [id] + * {
  margin-top: calc(0.72em * var(--content-spacing-multiplier, 1));
}

.ifx-post-body .gh-content h2,
.ifx-post-body .gh-content h3,
.ifx-post-body .gh-content h4 {
  color: var(--ifx-article-heading);
  font-family: var(--ifx-article-heading-font);
  font-weight: 800;
  letter-spacing: 0;
}

.ifx-post-body .gh-content h2 {
  font-size: 1.7em;
  line-height: 1.15;
}

.ifx-post-body .gh-content h3 {
  font-size: 1.4em;
  line-height: 1.25;
}

.ifx-post-body .gh-content strong {
  color: var(--ifx-article-heading);
  font-weight: 700;
}

.ifx-post-body .gh-content a {
  color: #385fb8;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.ifx-post-body .gh-content blockquote:not([class]) {
  border-left: 3px solid rgba(78, 121, 214, 0.35);
  color: #4b5563;
  padding-left: 1.8rem;
}

/* GSC TL;DR: keep the Ghost Callout card's native structure and proportions. */
.gh-content aside.ifx-tldr.kg-callout-card[data-tldr-source="gsc"] {
  box-sizing: border-box;
  display: flex;
  padding: 1.2em 1.6em;
  border-radius: 8px;
  background: rgba(78, 121, 214, 0.08);
}

.gh-content aside.ifx-tldr.kg-callout-card[data-tldr-source="gsc"] .kg-callout-emoji {
  flex: 0 0 auto;
  padding-right: 0.8em;
  font-size: 1.15em;
  line-height: 1.25em;
}

.gh-content aside.ifx-tldr.kg-callout-card[data-tldr-source="gsc"] .kg-callout-text {
  min-width: 0;
  color: inherit;
  font-family: var(--ifx-article-body-font);
  font-size: 0.95em;
  line-height: 1.5em;
}

.gh-content aside.ifx-tldr.kg-callout-card[data-tldr-source="gsc"] .kg-callout-text > p {
  margin: 0;
}

.gh-content aside.ifx-tldr.kg-callout-card[data-tldr-source="gsc"] .kg-callout-text > p + p {
  margin-top: 1em;
}

.gh-content aside.ifx-tldr.kg-callout-card[data-tldr-source="gsc"] .kg-callout-text > p:not(:first-child) {
  margin-left: -2.1em;
  width: calc(100% + 2.1em);
}

.ifx-post-body .gh-content figcaption {
  color: var(--ifx-article-muted);
}

.ifx-post-body .gh-article-image {
  border-radius: 8px;
  max-width: 720px;
  overflow: hidden;
  width: 100%;
}

.ifx-post-body .gh-article-image img {
  border: 1px solid var(--ifx-article-border);
  border-radius: 8px;
}

.ifx-post-share {
  margin-top: 32px;
}

.ifx-share {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ifx-share__links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gh-navigation {
  display: flex;
  justify-content: center;
}

.gh-navigation-middle {
  display: flex;
  justify-content: center;
  padding-top: 0;
  width: 100%;
}

.ifx-share__label {
  color: var(--ifx-article-muted);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.ifx-share__link {
  align-items: center;
  background: #fff;
  border: 1px solid #d8dee4;
  border-radius: 999px;
  color: #667085;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--font-sans);
  height: 34px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
  width: 34px;
}

.ifx-share__link:hover {
  background: #f6f8fa;
  border-color: #b6bec8;
  color: #1f2328;
  opacity: 1;
  transform: translateY(-1px);
}

.ifx-share__link:focus-visible {
  outline: 3px solid rgba(78, 121, 214, 0.25);
  outline-offset: 2px;
}

.ifx-share__link svg {
  display: block;
  height: 16px;
  width: 16px;
}

.ifx-share__copy {
  appearance: none;
}

.ifx-article-byline {
  align-items: center;
  color: var(--ifx-article-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 1.45rem;
  font-weight: 500;
  gap: 10px;
  line-height: 1.2;
  margin-top: 2rem;
}

.ifx-article-byline__author {
  align-items: center;
  color: var(--ifx-article-heading);
  display: inline-flex;
  gap: 10px;
  text-decoration: none;
}

.ifx-article-byline__avatar {
  align-items: center;
  background: #f3f6fc;
  border: 1px solid var(--ifx-article-border);
  border-radius: 999px;
  color: #4e79d6;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  object-fit: cover;
  width: 36px;
}

.ifx-article-byline__avatar svg {
  height: 20px;
  width: 20px;
}

.ifx-article-byline__name {
  color: var(--ifx-article-heading);
  font-weight: 650;
}

.ifx-article-byline__dot {
  color: #8c959f;
}

.ifx-article-byline__date,
.ifx-article-byline__readtime {
  color: var(--ifx-article-muted);
}

.ifx-post-toc {
  align-self: start;
  background: transparent;
  border: 0;
  color: var(--ifx-article-muted);
  font-family: var(--ifx-article-toc-font);
  font-size: 1.32rem;
  line-height: 1.4;
  max-height: calc(100vh - 132px);
  overflow-y: auto;
  padding: 2px 0;
  position: static;
}

.ifx-post-toc__toggle,
.ifx-post-toc__backdrop {
  display: none;
}

.ifx-post-toc__eyebrow {
  color: var(--ifx-article-heading);
  display: block;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.ifx-post-toc__eyebrow::before {
  display: none;
}

.ifx-post-toc__nav {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 2px;
}

.ifx-post-toc__link {
  border-radius: 0;
  color: var(--ifx-article-muted);
  display: block;
  font-size: 1.28rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
  padding: 8px 10px;
  position: relative;
  text-decoration: none;
}

.ifx-post-toc__link::before {
  display: none;
}

.ifx-post-toc__link:hover,
.ifx-post-toc__link.is-active {
  background: transparent;
  color: var(--ifx-article-heading);
  opacity: 1;
}

.ifx-post-toc__link.is-active {
  font-weight: 650;
}

.ifx-post-toc__link.is-active::before {
  display: none;
}

.gh-content h2[id] {
  scroll-margin-top: 132px;
}

.gh-content pre {
  background: #0d1117;
  border: 1px solid rgba(48, 54, 61, 0.82);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
  color: #c9d1d9;
  font-size: 14px;
  line-height: 1.65;
  overflow-x: auto;
  padding: 18px 20px;
  white-space: pre;
}

.gh-content pre code,
.gh-content pre code.hljs {
  background: transparent;
  color: inherit;
  display: block;
  font-family: Menlo, Consolas, Monaco, "Liberation Mono", "Lucida Console", monospace;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}

.gh-content :not(pre) > code {
  background: var(--ifx-article-soft);
  border: 1px solid var(--ifx-article-border);
  border-radius: 4px;
  color: #9f1239;
  font-family: Menlo, Consolas, Monaco, "Liberation Mono", "Lucida Console", monospace;
  font-size: 0.86em;
  padding: 0.14em 0.32em;
}

.gh-content .ifx-text-cta {
  font-family: var(--ifx-article-body-font);
  font-size: 1.48rem;
  font-weight: 650;
  margin-top: -0.6em;
  text-align: center;
}

.gh-content .ifx-text-cta a {
  color: #385fb8;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.gh-content .ifx-source-quote {
  background: rgba(249, 250, 251, 0.55);
  border-left: 2px solid rgba(17, 24, 39, 0.12);
  border-radius: 0 6px 6px 0;
  color: #667085;
  font-family: var(--ifx-article-body-font);
  font-size: 1.48rem;
  font-style: normal;
  line-height: 1.55;
  margin-bottom: calc(1.25em * var(--content-spacing-multiplier, 1));
  margin-top: calc(1.25em * var(--content-spacing-multiplier, 1));
  padding: 11px 14px;
}

.gh-content .ifx-source-quote p,
.gh-content .ifx-note-quote p {
  margin: 0;
}

.gh-content .ifx-source-quote::before {
  color: #98a1ae;
  content: "Candidate quote";
  display: block;
  font-family: var(--ifx-article-heading-font);
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 650;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.gh-content .ifx-note-quote {
  background: #fffaf0;
  border-left: 3px solid rgba(210, 153, 34, 0.7);
  border-radius: 0 8px 8px 0;
  color: #5f4520;
  font-family: var(--ifx-article-body-font);
  font-size: 1.62rem;
  font-style: normal;
  line-height: 1.55;
  padding: 15px 18px;
}

.gh-content .ifx-citation {
  font-size: 0.68em;
  line-height: 0;
  margin-left: 0.08em;
  scroll-margin-top: 132px;
  vertical-align: super;
}

.gh-content .ifx-citation a {
  background: transparent;
  border: 0;
  color: #667085;
  font-weight: 650;
  padding: 0;
  text-decoration: none;
}

.gh-content .ifx-citation a:hover {
  color: #244c9a;
  text-decoration: underline;
  text-underline-offset: 0.12em;
  opacity: 1;
}

.gh-content #references {
  border-top: 0;
  color: #475467;
  font-size: 1.08em;
  margin-top: calc(2em * var(--content-spacing-multiplier, 1));
  padding-top: 0;
  scroll-margin-top: 132px;
}

.gh-content #sources {
  border-top: 0;
  color: #667085;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: calc(2em * var(--content-spacing-multiplier, 1));
  padding-top: 0;
  scroll-margin-top: 132px;
}

.gh-content #sources ~ h3 {
  color: #667085;
  font-size: 1.42rem;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.35;
  margin-top: calc(1.25em * var(--content-spacing-multiplier, 1));
}

.gh-content #sources ~ ol {
  counter-reset: ifx-source;
  list-style: none;
  padding: 0;
}

.gh-content #sources ~ ol li {
  color: #7a8491;
  counter-increment: ifx-source;
  display: block;
  font-size: 1.24rem;
  line-height: 1.48;
  margin-top: 0.62rem;
  padding-left: 2.7rem;
  position: relative;
  scroll-margin-top: 132px;
}

.gh-content #sources ~ ol li:first-child {
  margin-top: 0;
}

.gh-content #sources ~ ol li::before {
  color: #98a1ae;
  content: "[" counter(ifx-source) "]";
  font-size: 1.12rem;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  left: 0;
  position: absolute;
  top: 0;
}

.gh-content #sources ~ ol a {
  color: #667085;
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.gh-content .ifx-hidden-reference-divider {
  display: none;
}

.gh-content .ifx-references,
.gh-content #references + ol {
  counter-reset: ifx-reference;
  list-style: none;
  padding: 0;
}

.gh-content .ifx-references li,
.gh-content #references + ol li {
  color: #7a8491;
  counter-increment: ifx-reference;
  display: block;
  font-size: 1.28rem;
  line-height: 1.5;
  margin-top: 0.72rem;
  padding-left: 3rem;
  position: relative;
  scroll-margin-top: 132px;
}

.gh-content h2[id$="references"] + ol {
  counter-reset: ifx-reference;
  list-style: none;
  padding: 0;
}

.gh-content h2[id$="references"] + ol li {
  color: #7a8491;
  counter-increment: ifx-reference;
  display: block;
  font-size: 1.28rem;
  line-height: 1.5;
  margin-top: 0.72rem;
  padding-left: 3rem;
  position: relative;
  scroll-margin-top: 132px;
}

.gh-content h2[id$="references"] + ol li:first-child {
  margin-top: 0;
}

.gh-content h2[id$="references"] + ol li::before {
  color: #98a1ae;
  content: "[" counter(ifx-reference) "]";
  font-size: 1.18rem;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  left: 0;
  position: absolute;
  top: 0;
}

.gh-content h2[id$="references"] + ol a {
  color: #667085;
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.gh-content .ifx-references li:first-child,
.gh-content #references + ol li:first-child {
  margin-top: 0;
}

.gh-content .ifx-references li::before,
.gh-content #references + ol li::before {
  color: #98a1ae;
  content: "[" counter(ifx-reference) "]";
  font-size: 1.18rem;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  left: 0;
  position: absolute;
  top: 0;
}

.gh-content .ifx-references a,
.gh-content #references + ol a {
  color: #667085;
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.gh-content .ifx-reference-backlink {
  color: #8c959f;
  font-size: 1.18rem;
  margin-left: 0.35em;
  text-decoration: none;
  vertical-align: 0.08em;
}

.gh-content .ifx-reference-backlink:hover {
  color: #385fb8;
  opacity: 1;
}

.gh-content .ifx-content-cta {
  background:
    linear-gradient(135deg, rgba(78, 121, 214, 0.045), rgba(255, 255, 255, 0) 62%),
    var(--ifx-article-soft);
  border: 1px solid var(--ifx-article-border);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055);
  display: grid;
  gap: 14px;
  justify-items: center;
  margin-bottom: calc(2em * var(--content-spacing-multiplier, 1));
  margin-top: calc(2em * var(--content-spacing-multiplier, 1));
  overflow: hidden;
  padding: 28px 30px;
  text-align: center;
}

.gh-content .ifx-content-cta__eyebrow {
  color: var(--ifx-article-muted);
  font-size: 1.2rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.gh-content .ifx-content-cta__brand {
  align-items: center;
  color: inherit;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  text-decoration: none;
}

.gh-content .ifx-content-cta__logo {
  border-radius: 6px;
  height: 22px;
  width: 22px;
}

.gh-content .ifx-content-cta__title {
  color: var(--ifx-article-heading);
  font-family: var(--ifx-article-heading-font);
  font-size: clamp(2.15rem, 2.25vw, 2.7rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0;
  max-width: 900px;
}

.gh-content .ifx-content-cta__description {
  color: #4b5563;
  font-family: var(--ifx-article-body-font);
  font-size: 1.65rem;
  line-height: 1.55;
  margin: 0;
  max-width: 760px;
}

.gh-content .ifx-content-cta__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  justify-content: center;
}

.gh-content .ifx-content-cta__button {
  align-items: center;
  background: #1f2328;
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  font-size: 1.45rem;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  line-height: 1;
  min-height: 42px;
  padding: 0 18px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.gh-content .ifx-content-cta__button:visited,
.gh-content .ifx-content-cta__button:focus {
  color: #fff !important;
}

.gh-content .ifx-content-cta__button:hover {
  background: #4e79d6;
  color: #fff !important;
  opacity: 1;
  transform: translateY(-1px);
}

.gh-content .ifx-content-cta__note {
  color: var(--ifx-article-muted);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
}

.gh-content table:not(.gist table) {
  background: none;
  border-collapse: collapse;
  display: table;
  font-family: var(--ifx-article-body-font);
  font-size: 1.5rem;
  max-width: 100%;
  overflow: visible;
  table-layout: fixed;
  white-space: normal;
  width: 100%;
}

.gh-content table:not(.gist table) td:first-child,
.gh-content table:not(.gist table) td:last-child {
  background-image: none;
}

.gh-content table:not(.gist table) th,
.gh-content table:not(.gist table) td {
  border: 1px solid var(--ifx-article-border);
  line-height: 1.5;
  overflow-wrap: anywhere;
  padding: 11px 12px;
  vertical-align: top;
  white-space: normal;
  word-break: break-word;
}

.gh-content table:not(.gist table) th {
  background: var(--ifx-article-soft);
  color: var(--ifx-article-heading);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.gh-content table:not(.gist table) td {
  color: var(--ifx-article-ink);
}

.gh-content table.ifx-table--key-value tbody tr:first-child td {
  border-top: 1px solid var(--ifx-article-border);
}

.gh-content table.ifx-table--key-value td:first-child {
  background: var(--ifx-article-soft);
  color: var(--ifx-article-heading);
  font-weight: 650;
  width: 34%;
}

.gh-content table.ifx-table--key-value td:last-child {
  width: 66%;
}

.gh-content table.ifx-table--key-value td strong {
  color: inherit;
  font-weight: 650;
}

@media (max-width: 640px) {
  .gh-content aside.ifx-tldr[data-tldr-source="gsc"] {
    margin-bottom: calc(1.8em * var(--content-spacing-multiplier, 1));
  }

  .gh-content .ifx-content-cta {
    padding: 24px 20px;
  }

  .gh-content .ifx-content-cta__title {
    font-size: 2.2rem;
  }

  .gh-content .ifx-content-cta__description {
    font-size: 1.5rem;
  }

  .gh-content .ifx-content-cta__button {
    width: 100%;
  }

  .gh-content pre {
    border-radius: 6px;
    font-size: 13px;
    padding: 14px 16px;
  }

  .gh-content table:not(.gist table) {
    font-size: 1.35rem;
  }

  .gh-content table:not(.gist table) th,
  .gh-content table:not(.gist table) td {
    padding: 8px;
  }

  .gh-content table.ifx-table--key-value td:first-child,
  .gh-content table.ifx-table--key-value td:last-child {
    width: auto;
  }
}

/* Temporarily remove the legacy Reviews sidebar CTA from the rendered page. */
.ifx-post-body .gh-content aside.fr-cta-sidebar {
  display: none !important;
}

/* Shared footer for SEO content hubs and articles. */
.ifx-resource-bar,
.ifx-copyright-footer {
  background: inherit;
  font-family: var(--font-sans);
  letter-spacing: 0;
}

.ifx-resource-bar__inner,
.ifx-copyright-footer__inner {
  margin: 0 auto;
  width: min(1180px, calc(100% - 48px));
}

.ifx-resource-bar__inner {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  min-height: 96px;
  padding: 18px 0;
}

.ifx-resource-bar__brand {
  align-items: center;
  display: inline-flex;
  justify-self: start;
  text-decoration: none;
  width: fit-content;
}

.ifx-resource-bar__brand:hover {
  opacity: 1;
}

.ifx-resource-bar__logo {
  display: block;
  flex: 0 0 auto;
  height: 34px;
  object-fit: contain;
  width: 34px;
}

.ifx-resource-bar__brand span {
  color: #172033;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  margin-left: 10px;
}

.ifx-resource-bar__primary-link {
  color: #1e3f68;
  font-size: 17px;
  font-weight: 700;
  justify-self: center;
  line-height: 1.2;
  padding: 10px 0;
  text-decoration: none;
  transition: none;
  white-space: nowrap;
}

.ifx-resource-bar__primary-link:hover {
  color: #16395f;
  opacity: 1;
  text-decoration: none;
}

.ifx-resource-bar__primary-link:active {
  opacity: 0.7;
}

.ifx-resource-bar__social {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-self: end;
}

.ifx-resource-bar__social a {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #3d4658;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
  width: 40px;
}

.ifx-resource-bar__social a:hover,
.ifx-resource-bar__social a:focus-visible {
  background: #f3f7fb;
  border-color: #d8e4f1;
  color: #3d4658;
  opacity: 1;
  transform: translateY(-2px);
}

.ifx-resource-bar__social svg {
  display: block;
  height: 19px;
  width: 19px;
}

.ifx-resource-bar a:focus-visible {
  border-radius: 4px;
  outline: 3px solid rgba(46, 117, 196, 0.28);
  outline-offset: 3px;
}

.ifx-copyright-footer {
  border-top: 1px solid #dfe3e9;
}

.ifx-copyright-footer__inner {
  align-items: center;
  display: flex;
  min-height: 68px;
}

.ifx-copyright-footer p {
  color: #697386;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 760px) {
  .ifx-resource-bar__inner,
  .ifx-copyright-footer__inner {
    width: min(680px, calc(100% - 32px));
  }

  .ifx-resource-bar__inner {
    gap: 16px 24px;
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 24px 0;
  }

  .ifx-resource-bar__brand {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
  }

  .ifx-resource-bar__primary-link {
    grid-column: 1 / -1;
    grid-row: 3;
    justify-self: center;
  }

  .ifx-resource-bar__social {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
  }

  .ifx-copyright-footer__inner {
    min-height: 62px;
  }
}

@media (max-width: 430px) {
  .ifx-resource-bar__inner {
    grid-template-columns: 1fr;
  }

  .ifx-resource-bar__social {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
  }

  .ifx-resource-bar__primary-link {
    grid-column: 1;
    grid-row: 3;
    justify-self: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ifx-resource-bar__social a {
    transition-duration: 0.01ms;
  }
}

@media (max-width: 1080px) {
  .ifx-post-layout {
    column-gap: 32px;
    grid-template-columns: minmax(160px, 190px) minmax(0, 1fr);
  }
}

@media (max-width: 860px) {
  .gh-main {
    padding-top: 4.8rem;
    padding-bottom: 5.6rem;
  }

  .gh-outer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ifx-post-body .gh-article-title {
    font-size: clamp(3rem, 6.2vw, 3.55rem);
    line-height: 1.2;
    max-width: 100%;
  }

  .ifx-post-layout {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }

  .ifx-post-sidebar {
    display: contents;
    position: static;
  }

  .ifx-post-body {
    order: 1;
  }

  .ifx-post-share {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 3.6rem 0 0;
    order: 2;
    text-align: center;
    width: 100%;
  }

  .ifx-post-share .ifx-share {
    align-items: center;
  }

  .ifx-post-share .ifx-share__links {
    justify-content: center;
  }

  .ifx-post-toc {
    background: #fff;
    border: 1px solid var(--ifx-article-border);
    border-radius: 0 12px 12px 0;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.14);
    left: 0;
    margin: 0;
    max-height: min(70vh, 540px);
    max-width: min(78vw, 340px);
    overflow-y: auto;
    padding: 18px 16px;
    pointer-events: auto;
    position: fixed;
    top: 112px;
    transform: translateX(-100%);
    transition: transform 0.22s ease;
    width: min(78vw, 340px);
    z-index: 120;
  }

  .ifx-post-toc.is-open {
    transform: translateX(0);
  }

  .ifx-post-toc__toggle {
    align-items: center;
    background: rgba(249, 250, 251, 0.96);
    border: 1px solid var(--ifx-article-border);
    border-left: 0;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.1);
    color: var(--ifx-article-muted);
    display: inline-flex;
    font-family: var(--font-sans);
    font-size: 1.22rem;
    font-weight: 750;
    height: 38px;
    justify-content: center;
    left: 0;
    letter-spacing: 0.04em;
    line-height: 1;
    padding: 0;
    position: fixed;
    text-transform: uppercase;
    top: 112px;
    transition: transform 0.22s ease;
    width: 34px;
    z-index: 130;
  }

  .ifx-post-toc__toggle span:not(.ifx-post-toc__toggle-icon) {
    display: none;
  }

  .ifx-post-toc__toggle:hover {
    background: #fff;
    color: #385fb8;
  }

  .ifx-mobile-toc-open .ifx-post-toc__toggle {
    transform: translateX(min(78vw, 340px));
  }

  .ifx-post-toc__toggle-icon,
  .ifx-post-toc__toggle-icon::before,
  .ifx-post-toc__toggle-icon::after {
    background: currentColor;
    border-radius: 999px;
    content: "";
    display: block;
    height: 2px;
    width: 12px;
  }

  .ifx-post-toc__toggle-icon {
    position: relative;
  }

  .ifx-post-toc__toggle-icon::before,
  .ifx-post-toc__toggle-icon::after {
    left: 0;
    position: absolute;
  }

  .ifx-post-toc__toggle-icon::before {
    top: -5px;
  }

  .ifx-post-toc__toggle-icon::after {
    top: 5px;
  }

  .ifx-post-toc__backdrop {
    background: rgba(15, 23, 42, 0.18);
    border: 0;
    display: block;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 0.2s ease;
    z-index: 110;
  }

  .ifx-mobile-toc-open .ifx-post-toc__backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .ifx-post-toc__nav {
    display: grid;
    gap: 10px;
  }

  .ifx-post-toc__link {
    padding-left: 10px;
  }

  .ifx-post-body .gh-content,
  .ifx-post-body .gh-comments,
  .ifx-post-body .gh-article-footer {
    max-width: 100%;
  }

  .ifx-post-body .gh-content {
    font-size: 1.7rem;
    line-height: 1.65;
    margin-top: 3.2rem;
  }

  .ifx-post-body .gh-content > * + * {
    margin-top: calc(1.42em * var(--content-spacing-multiplier, 1));
  }

  .ifx-post-body .gh-content > [id]:not(:first-child) {
    margin-top: calc(1.5em * var(--content-spacing-multiplier, 1));
  }

  .ifx-post-body .gh-content > [id] + * {
    margin-top: calc(0.72em * var(--content-spacing-multiplier, 1));
  }

  .ifx-post-body .gh-content h2 {
    font-size: 2.52rem;
    line-height: 1.26;
    max-width: 100%;
  }

  .ifx-post-body .gh-content h3 {
    font-size: 2.08rem;
    line-height: 1.3;
    max-width: 100%;
  }

  .ifx-article-byline {
    font-size: 1.36rem;
    gap: 8px;
    margin-top: 1.6rem;
  }
}

@media (max-width: 640px) {
  .gh-outer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ifx-breadcrumb__current {
    max-width: 160px;
  }

  .ifx-post-body .gh-article-title {
    font-size: clamp(2.9rem, 7.4vw, 3.28rem);
    line-height: 1.22;
    max-width: 100%;
  }

  .ifx-post-body .gh-content {
    font-size: 1.7rem;
    line-height: 1.65;
  }

  .ifx-post-body .gh-content h2 {
    font-size: 2.36rem;
    line-height: 1.28;
    max-width: 100%;
  }

  .ifx-post-body .gh-content h3 {
    font-size: 1.96rem;
    line-height: 1.32;
    max-width: 100%;
  }
}

.figma-nav {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.97);
  display: flex;
  height: 72px;
  justify-content: center;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 90;
}

.figma-nav__content {
  align-items: center;
  display: flex;
  height: 45px;
  justify-content: space-between;
  position: relative;
  width: 1040px;
}

.figma-logo {
  align-items: center;
  display: flex;
  gap: 10px;
  height: 45px;
  width: 190px;
}

.figma-logo__mark {
  display: block;
  flex: 0 0 auto;
  height: 32px;
  width: 32px;
}

.figma-logo__wordmark {
  color: #111827;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 1;
}

.figma-nav__links {
  align-items: center;
  display: flex;
  gap: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.figma-nav__links a {
  align-items: center;
  border-radius: 8px;
  color: #364153;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  height: 29px;
  justify-content: center;
  letter-spacing: -0.15px;
  line-height: 21px;
  padding: 4px 12px;
  white-space: nowrap;
}

.figma-nav__actions {
  align-items: center;
  display: flex;
  gap: 6px;
}

.figma-button,
.ifx-primary-button,
.ifx-secondary-button,
.landing-footer__cta {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 15px;
  height: 37px;
  justify-content: center;
  letter-spacing: -0.15px;
  line-height: 21px;
  padding: 8px 16px;
  white-space: nowrap;
}

.figma-button--nav-primary,
.ifx-primary-button,
.landing-footer__cta {
  background: #4e79d6;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px 2px rgba(78, 121, 214, 0.18);
  color: #ffffff;
}

.figma-button--nav-primary:hover,
.ifx-primary-button:hover,
.landing-footer__cta:hover {
  background: rgba(78, 121, 214, 0.9);
  color: #ffffff;
  opacity: 1;
}

.landing-footer__cta {
  align-self: flex-start;
  height: 36px;
  padding-left: 14px;
  padding-right: 14px;
  width: auto;
}

.ifx-secondary-button {
  background: #ffffff;
  border: 1px solid rgba(34, 34, 34, 0.1);
  color: #101828;
}

.landing-footer {
  background: #030712;
  margin-top: 80px;
  padding: 80px 60px 28px;
}

.landing-footer__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.landing-footer__main,
.landing-footer__divider,
.landing-footer__bottom {
  width: 1040px;
}

.landing-footer__main {
  display: flex;
  gap: 60px;
}

.landing-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-start;
  width: 220px;
}

.landing-footer__brand-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.landing-footer__brand-lockup {
  align-items: center;
  display: inline-flex;
  gap: 7px;
}

.landing-footer__brand-mark {
  border-radius: 8px;
  display: block;
  height: 22px;
  object-fit: cover;
  width: 22px;
}

.landing-footer__brand-wordmark {
  color: #f9fafb;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.18px;
  line-height: 22px;
}

.landing-footer__brand p {
  color: #d1d5dc;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.landing-footer__columns {
  display: flex;
  gap: 32px;
  width: 760px;
}

.landing-footer__column {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 196px;
}

.landing-footer__column--seo-guides,
.landing-footer__column--interview-questions {
  width: 300px;
}

.landing-footer__column h3,
.landing-footer__column-title {
  color: #f3f4f6;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  margin: 0;
}

.landing-footer__column .landing-footer__column-title-link,
.landing-footer__column .landing-footer__column-title-link:visited,
.landing-footer__column .landing-footer__column-title-link:hover {
  animation: none !important;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  text-decoration: none;
  will-change: auto !important;
}

.landing-footer__column-title-link--stable {
  all: unset !important;
  color: #f3f4f6 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 25.2px !important;
  scale: 1 !important;
  transform: none !important;
}

.landing-footer__column a {
  color: #98a1ae;
  font-size: 15px;
  letter-spacing: -0.15px;
  line-height: 21px;
  text-decoration: none;
}

.landing-footer__column--seo-guides a:not(.landing-footer__column-title-link),
.landing-footer__column--interview-questions a:not(.landing-footer__column-title-link) {
  font-size: 14px;
  letter-spacing: 0;
  white-space: nowrap;
}

.landing-footer__divider {
  background: #4a5565;
  height: 1px;
}

.landing-footer__bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.landing-footer__copyright {
  color: #98a1ae;
  display: flex;
  font-size: 13px;
  justify-content: flex-start;
  line-height: 18.2px;
  text-align: left;
}

.landing-footer__social {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.landing-footer__social a {
  align-items: center;
  color: #98a1ae;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
  width: 24px;
}

.landing-footer__social a:hover {
  color: #f3f4f6;
  transform: translateY(-1px);
}

.landing-footer__social svg {
  display: block;
  height: 16px;
  width: 16px;
}

@media (max-width: 1200px) {
  .figma-nav__content,
  .landing-footer__main,
  .landing-footer__divider,
  .landing-footer__bottom {
    width: min(1040px, calc(100vw - 48px));
  }
}

@media (max-width: 860px) {
  .figma-nav__links {
    display: none;
  }

  .landing-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .landing-footer__main,
  .landing-footer__columns,
  .landing-footer__bottom {
    flex-direction: column;
  }

  .landing-footer__bottom {
    align-items: flex-start;
    gap: 18px;
  }

  .landing-footer__social {
    justify-content: flex-start;
  }

  .landing-footer__columns,
  .landing-footer__column {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .figma-nav {
    height: 64px;
  }

  .figma-nav__content {
    height: 40px;
    width: calc(100vw - 32px);
  }

  .figma-logo {
    height: 40px;
    width: 144px;
  }

  .figma-logo__mark {
    height: 24px;
    width: 24px;
  }

  .figma-logo__wordmark {
    font-size: 18px;
    letter-spacing: -0.3px;
  }

  .figma-button--nav-primary {
    font-size: 14px;
    height: 36px;
    min-width: 100px;
    padding: 0 14px;
  }

  .landing-footer {
    padding: 56px 20px 24px;
  }

  .landing-footer__main {
    gap: 34px;
  }

  .landing-footer__brand {
    width: 100%;
  }

  .landing-footer__columns {
    gap: 28px;
  }

  .landing-footer__bottom {
    align-items: center;
    text-align: center;
  }
}

/* Interview questions hub */
.ifx-hub {
  padding-top: 56px;
}

.ifx-hub .gh-inner {
  max-width: 1200px;
}

.ifx-hub-hero {
  margin: 0 auto 54px;
  max-width: 920px;
  text-align: center;
}

.ifx-hub-hero__title {
  color: #111827;
  font-size: clamp(40px, 5.2vw, 68px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.02;
  margin: 0;
  text-wrap: balance;
}

.ifx-hub-hero__description {
  color: #4b5563;
  font-size: 18px;
  line-height: 1.58;
  margin: 22px auto 0;
  max-width: 860px;
  text-wrap: pretty;
}

.ifx-hub-feed {
  margin: 0 auto;
}

.ifx-hub-grid {
  display: grid;
  gap: 54px 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ifx-hub-card {
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
  overflow: hidden;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.ifx-hub-card__link {
  display: block;
  height: 100%;
}

.ifx-hub-card__link:hover {
  opacity: 1;
}

.ifx-hub-card:hover {
  border-color: rgba(78, 121, 214, 0.22);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
  transform: translateY(-1px);
}

.ifx-hub-card__media {
  aspect-ratio: 16 / 10;
  background: #f8fafc;
  border-bottom: 1px solid rgba(17, 24, 39, 0.07);
  border-radius: 0;
  margin: 0;
  overflow: hidden;
}

.ifx-hub-card__media img {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.ifx-hub-card__body {
  padding: 20px 20px 22px;
}

.ifx-hub-card__tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px 8px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.ifx-hub-card__tag {
  background: #f8fafc;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  color: #4b5563;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 6px 9px;
}

.ifx-hub-card__title {
  color: #111827;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.14;
  margin: 0;
  text-wrap: balance;
}

.ifx-hub-card__link:hover .ifx-hub-card__title {
  color: #4e79d6;
}

.ifx-hub-card__excerpt {
  color: #4b5563;
  display: -webkit-box;
  font-size: 16px;
  line-height: 1.52;
  margin: 12px 0 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ifx-hub-card__footer {
  align-items: center;
  color: #6b7280;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 7px;
  line-height: 1.4;
  margin-top: 18px;
}

.ifx-hub-card__footer time::before {
  color: #9ca3af;
  content: "·";
  margin-right: 7px;
}

.ifx-empty-feed {
  color: #6b7280;
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
}

.ifx-numbered-pagination {
  align-items: center;
  border-top: 1px solid rgba(17, 24, 39, 0.09);
  display: flex;
  justify-content: center;
  margin-top: 56px;
  padding-top: 28px;
}

.ifx-numbered-pagination__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ifx-numbered-pagination__page,
.ifx-numbered-pagination__gap {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #475467;
  display: inline-flex;
  font-size: 14px;
  font-weight: 650;
  height: 38px;
  justify-content: center;
  line-height: 1;
  min-width: 38px;
  padding: 0 12px;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.ifx-numbered-pagination__page:hover {
  background: #f9fafb;
  border-color: rgba(17, 24, 39, 0.09);
  color: #4e79d6;
  opacity: 1;
}

.ifx-numbered-pagination__page.is-current {
  background: #4e79d6;
  border-color: #4e79d6;
  color: #fff;
}

.ifx-numbered-pagination__gap {
  color: #98a1ae;
  min-width: 24px;
  padding: 0 4px;
}

@media (max-width: 991px) {
  .ifx-hub {
    padding-top: 34px;
  }

  .ifx-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ifx-hub {
    padding-top: 26px;
  }

  .ifx-hub-hero {
    margin-bottom: 42px;
    text-align: left;
  }

  .ifx-hub-hero__title {
    font-size: 40px;
    letter-spacing: -0.035em;
  }

  .ifx-hub-hero__description {
    font-size: 16px;
    line-height: 1.58;
    margin-top: 18px;
  }

  .ifx-hub-grid {
    gap: 44px;
    grid-template-columns: 1fr;
  }

  .ifx-hub-card__media {
    margin-bottom: 0;
  }

  .ifx-hub-card__title {
    font-size: 24px;
  }

  .ifx-numbered-pagination {
    margin-top: 44px;
    padding-top: 24px;
  }

  .ifx-numbered-pagination__page,
  .ifx-numbered-pagination__gap {
    height: 36px;
    min-width: 36px;
    padding: 0 10px;
  }
}
