.gcr-news-archive,
.gcr-news-single {
  --gcr-news-ink: #111820;
  --gcr-news-paper: #ffffff;
  --gcr-news-soft: #f3f6f5;
  --gcr-news-line: #d7dfdd;
  --gcr-news-accent: #ed563f;
  --gcr-news-teal: #237b78;
}

.gcr-news-archive {
  overflow-x: clip;
}

.gcr-news-back {
  margin: 0 0 22px;
}

.gcr-news-back a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  max-width: 100%;
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid var(--gcr-news-line);
  border-left: 4px solid var(--gcr-news-accent);
  border-radius: 4px;
  background: var(--gcr-news-soft);
  color: var(--gcr-news-ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.25;
  text-decoration: none;
}

.gcr-news-back a:is(:hover, :focus-visible) {
  border-color: var(--gcr-news-ink);
  background: var(--gcr-news-ink);
  color: var(--gcr-news-paper);
  text-decoration: none;
  transform: translateX(-2px);
}

.gcr-news-back__icon {
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1;
}

.gcr-news-archive .page-header {
  display: none;
}

.gcr-news-archive .gb-element-1353e6ef {
  display: none;
}

.gcr-news-archive .site-content {
  padding-top: 0;
}

.gcr-news-hero {
  width: 100%;
  margin-left: 0;
  border-top: 5px solid var(--gcr-news-accent);
  background: var(--gcr-news-ink);
  box-shadow: 0 0 0 100vmax var(--gcr-news-ink);
  clip-path: inset(0 -100vmax);
  color: var(--gcr-news-paper);
}

.gcr-news-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 32px 44px;
}

.gcr-news-hero__eyebrow {
  margin-bottom: 14px;
  color: #78d0c9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gcr-news-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--gcr-news-paper);
  font-size: 60px;
  line-height: 1.02;
  letter-spacing: 0;
}

.gcr-news-hero p {
  max-width: 760px;
  margin: 20px 0 0;
  color: #d9e1df;
  font-size: 18px;
  line-height: 1.6;
}

.gcr-news-hero__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid #36414b;
  color: #f3f6f5;
  font-size: 13px;
  font-weight: 700;
}

.gcr-news-hero__signals span {
  padding: 0 18px;
  border-left: 1px solid #52606a;
}

.gcr-news-hero__signals span:first-child {
  padding-left: 0;
  border-left: 0;
}

.gcr-news-pulse {
  margin: 32px 0 30px;
  padding: 22px 24px;
  border: 1px solid var(--gcr-news-line);
  border-left: 5px solid var(--gcr-news-accent);
  border-radius: 4px;
  background: var(--gcr-news-paper);
}

.gcr-news-pulse__head {
  display: flex;
  gap: 16px 30px;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--gcr-news-line);
}

.gcr-news-pulse__eyebrow {
  display: block;
  margin-bottom: 5px;
  color: var(--gcr-news-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gcr-news-pulse h2 {
  margin: 0;
  color: var(--gcr-news-ink);
  font-size: 27px;
  line-height: 1.1;
}

.gcr-news-pulse__head p {
  max-width: 420px;
  margin: 0;
  color: #57636d;
  font-size: 14px;
  text-align: right;
}

.gcr-news-pulse__topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 16px;
}

.gcr-news-topic {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid #ccd7d4;
  border-radius: 3px;
  background: var(--gcr-news-soft);
  color: #26333c;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
}

.gcr-news-topic::before {
  margin-right: 6px;
  color: var(--gcr-news-teal);
  content: "#";
  font-weight: 800;
}

.gcr-news-topic:first-child::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.gcr-news-topic:is(:hover, :focus),
.gcr-news-topic.is-active {
  border-color: var(--gcr-news-ink);
  background: var(--gcr-news-ink);
  color: var(--gcr-news-paper);
  text-decoration: none;
}

.gcr-news-topic:is(:hover, :focus)::before,
.gcr-news-topic.is-active::before {
  color: #78d0c9;
}

.gcr-news-archive .generate-columns-container > article {
  margin-bottom: 30px;
}

.gcr-news-archive .gcr-archive-terms,
.gcr-news-archive .gb-container-dc72dc13 {
  display: none;
}

.gcr-news-archive .gb-container-1ed16867 {
  margin-bottom: 24px;
}

.gcr-news-archive .gcr-news-card-date {
  display: inline-grid;
  grid-template-columns: auto auto;
  overflow: hidden;
  align-items: stretch;
  border: 1px solid #efb8af;
  border-left: 5px solid var(--gcr-news-accent);
  border-radius: 3px;
  background: #fff4f1;
  color: var(--gcr-news-ink);
  line-height: 1;
  text-transform: uppercase;
}

.gcr-news-archive .gcr-news-card-date span {
  display: flex;
  align-items: center;
  padding: 10px 11px;
  background: var(--gcr-news-accent);
  color: var(--gcr-news-paper);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.gcr-news-archive .gcr-news-card-date time {
  display: flex;
  align-items: center;
  padding: 9px 13px;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0;
}

.gcr-news-archive .dynamic-content-template .gb-container-d2cafe96 {
  overflow: hidden;
  border: 1px solid var(--gcr-news-line);
  border-top: 4px solid var(--gcr-news-teal);
  border-radius: 6px;
  background: var(--gcr-news-paper);
  box-shadow: 0 14px 30px rgba(17, 24, 32, 0.08);
}

.gcr-news-archive .dynamic-content-template .gb-container-d2cafe96:hover {
  border-color: #b8c6c2;
  border-top-color: var(--gcr-news-accent);
  box-shadow: 0 18px 38px rgba(17, 24, 32, 0.12);
  transform: translateY(-2px);
}

.gcr-news-archive .dynamic-content-template .gb-element-941b36e5 {
  position: relative;
  background: var(--gcr-news-paper);
}

.gcr-news-archive .dynamic-content-template .gb-element-941b36e5::before {
  display: block;
  margin-bottom: 12px;
  color: var(--gcr-news-accent);
  content: "News analysis";
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gcr-news-archive .gcr-archive-term.is-category {
  border-color: var(--gcr-news-accent);
  border-radius: 3px;
  background: var(--gcr-news-accent);
  box-shadow: none;
}

.gcr-news-archive .gcr-archive-term.is-tag {
  border-radius: 3px;
  background: var(--gcr-news-soft);
}

.gcr-news-archive .dynamic-content-template .gb-text-103374aa {
  border-radius: 3px;
  background: var(--gcr-news-accent);
}

.gcr-news-archive .dynamic-content-template .gb-text-103374aa:is(:hover, :focus) {
  background: var(--gcr-news-ink);
}

@media (min-width: 900px) {
  .gcr-news-archive .generate-columns-container > article {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }

  .gcr-news-archive .generate-columns-container > article .gb-container-d2cafe96 {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
  }

  .gcr-news-archive .generate-columns-container > article .gb-media-647b3234 {
    height: 440px;
  }

  .gcr-news-archive .generate-columns-container > article .gb-element-941b36e5 {
    padding: 36px;
  }

  .gcr-news-archive .generate-columns-container > article .gb-text-85eaa2f7 {
    font-size: 34px;
    line-height: 1.12;
  }
}

@media (max-width: 899px) {
  .gcr-news-archive .dynamic-content-template .gb-media-647b3234 {
    height: 280px;
  }
}

@media (max-width: 640px) {
  .gcr-news-hero__inner {
    padding: 100px 20px 34px;
  }

  .gcr-news-hero h1 {
    font-size: 38px;
  }

  .gcr-news-hero p {
    font-size: 16px;
  }

  .gcr-news-hero__signals {
    display: grid;
    gap: 8px;
  }

  .gcr-news-hero__signals span,
  .gcr-news-hero__signals span:first-child {
    padding: 0;
    border-left: 0;
  }

  .gcr-news-pulse {
    margin-top: 22px;
    padding: 18px;
  }

  .gcr-news-pulse__head {
    display: block;
  }

  .gcr-news-pulse h2 {
    font-size: 24px;
  }

  .gcr-news-pulse__head p {
    margin-top: 8px;
    text-align: left;
  }

  .gcr-news-topic {
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
  }

  .gcr-news-archive .dynamic-content-template .gb-container-d2cafe96 {
    border-radius: 4px;
  }

  .gcr-news-archive .dynamic-content-template .gb-media-647b3234 {
    height: 240px;
  }

  .gcr-news-archive .dynamic-content-template .gb-text-85eaa2f7 {
    font-size: 25px;
    line-height: 1.18;
  }

  .gcr-news-archive .gcr-news-card-date {
    grid-template-columns: auto minmax(0, 1fr);
    width: 100%;
  }

  .gcr-news-archive .gcr-news-card-date time {
    justify-content: center;
  }
}

/* News story pages */
.gcr-news-single .gb-element-1353e6ef {
  border-top: 5px solid var(--gcr-news-accent);
  background-color: #17252e;
  background-blend-mode: multiply;
}

.gcr-news-single .gb-element-be9ff5a1 {
  min-height: 430px;
}

.gcr-news-single .gb-text-e35ce921 {
  max-width: 980px;
  color: var(--gcr-news-paper);
  font-size: 52px;
  line-height: 1.06;
  letter-spacing: 0;
  text-align: left;
}

.gcr-news-single .gb-text-e35ce921::before {
  display: block;
  margin-bottom: 14px;
  color: #82d3cc;
  content: "Gift Card News";
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.gcr-news-single .gb-text-e35ce921::after {
  display: block;
  max-width: 720px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  color: #e0e8e6;
  content: "Source-checked reporting on Nigerian gift card markets";
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
}

.gcr-news-single .site-content {
  padding-top: 52px;
}

.gcr-news-single .entry-header {
  margin-bottom: 26px;
}

.gcr-news-single .gcr-news-back {
  margin-bottom: 16px;
}

.gcr-news-story-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 16px 24px;
  align-items: center;
  padding: 18px 20px;
  border-top: 3px solid var(--gcr-news-teal);
  border-bottom: 1px solid var(--gcr-news-line);
  background: #f8faf9;
}

.gcr-news-story-meta__timing {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  color: #59666f;
  font-size: 13px;
  font-weight: 650;
}

.gcr-news-story-meta__badge {
  padding: 5px 8px;
  border-radius: 3px;
  background: var(--gcr-news-accent);
  color: var(--gcr-news-paper);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gcr-news-story-meta__author {
  display: flex;
  gap: 10px;
  align-items: center;
}

.gcr-news-story-meta__author img {
  width: 44px;
  height: 44px;
  border: 2px solid var(--gcr-news-paper);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--gcr-news-line);
  object-fit: cover;
}

.gcr-news-story-meta__author span {
  display: grid;
  gap: 2px;
}

.gcr-news-story-meta__author small {
  color: #68747d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.gcr-news-story-meta__author a {
  color: var(--gcr-news-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.gcr-news-story-meta__signals {
  display: grid;
  gap: 5px;
  color: #47545d;
  font-size: 12px;
  font-weight: 750;
}

.gcr-news-story-meta__signals span:first-child {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}

.gcr-news-story-meta__signals i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gcr-news-teal);
}

.gcr-news-story-meta__topics {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  gap: 7px 16px;
  padding-top: 12px;
  border-top: 1px solid var(--gcr-news-line);
}

.gcr-news-story-meta__topics a {
  color: #326764;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.gcr-news-story-meta__topics a:is(:hover, :focus-visible),
.gcr-news-story-meta__author a:is(:hover, :focus-visible) {
  color: var(--gcr-news-accent);
  text-decoration: underline;
}

.gcr-news-single .gcr-single-featured-image {
  overflow: hidden;
  margin-bottom: 34px;
  border-bottom: 5px solid var(--gcr-news-teal);
  border-radius: 4px;
}

.gcr-news-single .entry-content {
  color: #293740;
  font-size: 18px;
  line-height: 1.78;
}

.gcr-news-single .entry-content > .gcr-news-note + p {
  color: #182831;
  font-size: 21px;
  line-height: 1.65;
}

.gcr-news-single .entry-content p {
  margin-bottom: 1.35em;
}

.gcr-news-single .entry-content h2 {
  margin-top: 50px;
  margin-bottom: 18px;
  padding-top: 0;
  color: var(--gcr-news-ink);
  font-size: 34px;
  line-height: 1.16;
  letter-spacing: 0;
}

.gcr-news-single .entry-content h2::before {
  display: block;
  width: 54px;
  height: 4px;
  margin-bottom: 14px;
  background: var(--gcr-news-accent);
  content: "";
}

.gcr-news-single .entry-content h3 {
  margin-top: 34px;
  padding-left: 13px;
  border-left: 4px solid var(--gcr-news-teal);
  color: #1e3039;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0;
}

.gcr-news-single .entry-content a:not(.wp-block-button__link) {
  color: #166b67;
  text-decoration-color: #8ebeba;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.gcr-news-single .entry-content :is(ul, ol) {
  margin: 0 0 1.5em 1.15em;
}

.gcr-news-single .entry-content li {
  margin-bottom: 0.65em;
}

.gcr-news-single .gcr-news-note {
  margin: 0 0 28px;
  padding: 18px 20px;
  border: 0;
  border-left: 5px solid var(--gcr-news-accent);
  border-radius: 3px;
  background: #f3f6f5;
  color: #33434c;
}

.gcr-news-single .gcr-table-scroll {
  margin: 28px 0 34px;
  border: 1px solid var(--gcr-news-line);
  border-top: 4px solid var(--gcr-news-teal);
}

.gcr-news-single .entry-content table {
  margin: 0;
  border-collapse: collapse;
  font-size: 15px;
}

.gcr-news-single .entry-content caption {
  padding: 14px 16px;
  background: #edf2f0;
  color: var(--gcr-news-ink);
  font-weight: 800;
  text-align: left;
}

.gcr-news-single .entry-content th {
  background: var(--gcr-news-ink);
  color: var(--gcr-news-paper);
}

.gcr-news-single .entry-content :is(th, td) {
  padding: 12px 14px;
  border-color: var(--gcr-news-line);
  vertical-align: top;
}

.gcr-news-single .entry-content tbody tr:nth-child(even) {
  background: #f7f9f8;
}

.gcr-news-single .gcr-source-evidence {
  padding: 12px;
  border: 1px solid var(--gcr-news-line);
  border-radius: 3px;
  background: #fafbfb;
}

.gcr-news-single .gcr-source-evidence figcaption {
  margin-top: 10px;
  color: #5c6971;
  font-size: 13px;
  line-height: 1.5;
}

.gcr-news-story-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 54px;
  padding: 26px;
  border-top: 5px solid var(--gcr-news-accent);
  border-radius: 4px;
  background: var(--gcr-news-ink);
  color: var(--gcr-news-paper);
}

.gcr-news-story-footer__eyebrow {
  display: block;
  margin-bottom: 6px;
  color: #82d3cc;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gcr-news-story-footer strong {
  display: block;
  color: var(--gcr-news-paper);
  font-size: 24px;
  line-height: 1.2;
}

.gcr-news-story-footer p {
  max-width: 560px;
  margin: 8px 0 0 !important;
  color: #d4ddda;
  font-size: 14px;
  line-height: 1.55;
}

.gcr-news-story-footer > a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--gcr-news-paper);
  border-radius: 3px;
  background: var(--gcr-news-paper);
  color: var(--gcr-news-ink) !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

.gcr-news-story-footer > a:is(:hover, :focus-visible) {
  border-color: #82d3cc;
  background: #82d3cc;
}

.gcr-news-single .inside-article > footer.entry-meta {
  display: none;
}

@media (min-width: 1025px) {
  .gcr-news-single #right-sidebar .sab-author-box {
    position: sticky;
    top: 24px;
  }
}

@media (max-width: 899px) {
  .gcr-news-single .gb-element-be9ff5a1 {
    min-height: 410px;
  }

  .gcr-news-single .gb-text-e35ce921 {
    font-size: 40px;
  }

  .gcr-news-story-meta {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .gcr-news-story-meta__signals {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, max-content);
  }
}

@media (max-width: 640px) {
  .gcr-news-single .gb-element-be9ff5a1 {
    min-height: 390px;
  }

  .gcr-news-single .gb-text-e35ce921 {
    font-size: 31px;
    line-height: 1.12;
  }

  .gcr-news-single .gb-text-e35ce921::after {
    font-size: 13px;
  }

  .gcr-news-single .site-content {
    padding-top: 30px;
  }

  .gcr-news-story-meta {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
  }

  .gcr-news-story-meta__signals {
    grid-column: auto;
    grid-template-columns: repeat(2, max-content);
  }

  .gcr-news-story-meta__topics {
    grid-column: auto;
  }

  .gcr-news-single .entry-content {
    font-size: 17px;
    line-height: 1.72;
  }

  .gcr-news-single .entry-content > .gcr-news-note + p {
    font-size: 19px;
  }

  .gcr-news-single .entry-content h2 {
    margin-top: 42px;
    font-size: 29px;
  }

  .gcr-news-single .entry-content h3 {
    font-size: 22px;
  }

  .gcr-news-story-footer {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .gcr-news-story-footer strong {
    font-size: 21px;
  }

  .gcr-news-story-footer > a {
    justify-content: center;
    width: 100%;
  }
}
