.fusion-text.fusion-text-1.fk-chip {
  padding: 0.4em 1.1em;
  width: auto !important;
  flex: 0 0 auto !important;
  border-radius: 6px;
  border: 1px solid hsl(200, 20%, 55%);  /* koel staalblauw randje */
  color: hsl(195, 20%, 88%);              /* lichte blauwgrijze tekst */
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8em;
  letter-spacing: 0.06em;

  /* Achtergrond in lijn met site: donker staalblauw met subtiele glans */
  background-image:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.04) 0px,
      rgba(255, 255, 255, 0.04) 1px,
      transparent 1px,
      transparent 3px
    ),
    linear-gradient(
      180deg,
      hsl(215, 25%, 14%) 0%,
      hsl(215, 20%, 18%) 40%,
      hsl(215, 25%, 12%) 100%
    );
  background-blend-mode: overlay;

  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.1),
    inset 0 -1px 1px rgba(0, 0, 0, 0.5),
    0 1px 2px rgba(0, 0, 0, 0.25);

  backdrop-filter: blur(1px);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

/* Paragraaf fix */
.fusion-text.fusion-text-1.fk-chip .post-content p {
  margin-bottom: 0;
}