.EFyILbVOSRCnnGiExqTh {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--fbl-line);
  border-radius: 0.625rem;
  overflow: hidden;
  color: var(--fbl-ink);
  text-decoration: none;
  transition: border-color 0.2s ease;
}

/* Element-qualified so it always beats the .fbl-root background, whatever the
   stylesheet load order. */
a.EFyILbVOSRCnnGiExqTh {
  background: #ffffff;
}

a.EFyILbVOSRCnnGiExqTh[data-theme="dark"] {
  background: var(--fbl-surface, #2b2f31);
}

.EFyILbVOSRCnnGiExqTh:hover {
  border-color: var(--fbl-ink-soft);
}

.YdLLICApr4HCS961PABx {
  display: block;
  aspect-ratio: 1.5208;
  overflow: hidden;
  background: var(--fbl-surface-alt);
}

.kMkG3G8WRdKrCQq8USOU {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.EFyILbVOSRCnnGiExqTh:hover .kMkG3G8WRdKrCQq8USOU {
  transform: scale(1.03);
}

.jfIntXdxCXTxVDKWrPPg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--fbl-accent-soft), var(--fbl-surface-alt));
}

.Yz49SI7FwOS29llUuyIN {
  width: 1rem;
  height: 1rem;
  background: var(--fbl-accent);
}

.GoPfmHXKr5ugsWYiGzJA {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  flex: 1;
  padding: 1.25rem;
}

.mTjhcYL0er315eADJ_rY {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.bmJtRnhA2SrPZtjIaBoQ {
  font-family: var(--fbl-font-body);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--fbl-ink);
}

.iXWTXMai6eRx9HvvqXzU {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--fbl-ink-soft);
  max-width: 20rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.Oq2HzSnE2xJNWiM2Ldnl {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--fbl-ink);
}

.Oq2HzSnE2xJNWiM2Ldnl svg {
  transition: transform 0.2s ease;
}

.EFyILbVOSRCnnGiExqTh:hover .Oq2HzSnE2xJNWiM2Ldnl {
  text-decoration: underline;
  text-decoration-color: var(--fbl-accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.25rem;
}

.EFyILbVOSRCnnGiExqTh:hover .Oq2HzSnE2xJNWiM2Ldnl svg {
  transform: translateX(3px);
}

@media (prefers-reduced-motion: reduce) {
  .kMkG3G8WRdKrCQq8USOU,
  .Oq2HzSnE2xJNWiM2Ldnl svg {
    transition: none;
  }

  .EFyILbVOSRCnnGiExqTh:hover .kMkG3G8WRdKrCQq8USOU {
    transform: none;
  }

  .EFyILbVOSRCnnGiExqTh:hover .Oq2HzSnE2xJNWiM2Ldnl svg {
    transform: none;
  }
}

/*
 * Fetchly brand tokens for the Blog Sections library.
 * Each token first reads the verified Webflow site variable (Primitives /
 * Color Schemes / Typography collections, verified 2026-06-10; site variables
 * inherit into the component Shadow DOM) and falls back to the canonical
 * value from the Fetchly-GUIDES brand book. Component color props override
 * these via inline custom properties on the root.
 */
.fbl-root {
  --fbl-bg: transparent;
  --fbl-ink: var(--_primitives---colors--neutral-darkest, #050b0d);
  /* Site primitives realigned 2026-07: "neutral" now resolves #E5E4DF (border
     beige), so soft ink must read "neutral-dark" (#505455, secondary text). */
  --fbl-ink-soft: var(--_primitives---colors--neutral-dark, #505455);
  --fbl-surface: var(--color-scheme-1--surface-1, #fffefa);
  --fbl-surface-alt: var(--color-scheme-1--surface-2, #f6f5f1);
  --fbl-line: var(--color-scheme-1--border, #e5e4df);
  --fbl-accent: var(--_primitives---colors--malibu, #69e5fb);
  --fbl-accent-ink: var(--_primitives---colors--malibu-darkest, #1f444b);
  --fbl-accent-soft: var(--_primitives---colors--malibu-lightest, #f0fcfe);
  --fbl-font-display: var(--_typography---font-styles--neo-heading, "Marjorie", Georgia, serif);
  --fbl-font-body: var(--_typography---font-styles--neo-body, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  --fbl-font-mono: "Geist Mono", ui-monospace, "SF Mono", Menlo, monospace;

  position: relative;
  width: 100%;
  box-sizing: border-box;
  background: var(--fbl-bg);
  color: var(--fbl-ink);
  font-family: var(--fbl-font-body);
}

.fbl-root *,
.fbl-root *::before,
.fbl-root *::after {
  box-sizing: border-box;
}

.fbl-root[data-theme="dark"] {
  --fbl-bg: var(--_primitives---colors--neutral-darker, #1e2325);
  --fbl-ink: var(--_primitives---colors--neutral-lightest, #fffefa);
  --fbl-ink-soft: #9ea6ab;
  /* "neutral-dark" is now #505455 on site — too light for a dark surface,
     and no primitive maps to #2b2f31 anymore, so keep it literal. */
  --fbl-surface: #2b2f31;
  --fbl-surface-alt: #3c3f41;
  --fbl-line: var(--_primitives---opacity--white-15, rgba(255, 255, 255, 0.15));
  --fbl-accent-ink: var(--_primitives---colors--malibu, #69e5fb);
  --fbl-accent-soft: rgba(105, 229, 251, 0.08);
}

/* Shared meta line — quiet single line "Author · Date" used by all blog cards */
.fbl-metaRow {
  display: flex;
  align-items: center;
}

.fbl-metaText {
  font-family: var(--fbl-font-body);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  /* Card components define --fbl-body (Neutral Darkest 60, prop-overridable);
     everywhere else this falls back to the library-wide soft ink. */
  color: var(--fbl-body, var(--fbl-ink-soft));
}

/* Long-form body ink — brand Neutral Darker for article text */
.fbl-root {
  --fbl-ink-body: var(--_primitives---colors--neutral-darker, #1e2325);
}

.fbl-root[data-theme="dark"] {
  --fbl-ink-body: #c9cdcf;
}

/* Shared social share block — LinkedIn, X, Facebook, copy link */
.fbl-shareBlock {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--fbl-line);
  width: 100%;
}

.fbl-shareLabel {
  margin: 0;
  font-family: var(--fbl-font-body);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--fbl-ink);
}

.fbl-shareRow {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.fbl-shareBtn {
  appearance: none;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--fbl-line);
  border-radius: 50%;
  background: transparent;
  color: var(--fbl-ink);
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.2s ease;
}

.fbl-shareBtn:hover {
  border-color: var(--fbl-ink);
}

.fbl-shareBtn:focus-visible {
  outline: 2px solid var(--fbl-accent);
  outline-offset: 2px;
}

.fbl-shareBtn[data-copied] {
  border-color: var(--fbl-accent);
  color: var(--fbl-accent-ink);
}

@media (prefers-reduced-motion: reduce) {
  .fbl-shareBtn {
    transition: none;
  }
}

