:host {
  /**
   * @prop --color: Color of the card title
   */
  --color: var(--lu-color-step-850, #262626);
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  color: var(--color);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

:host(.lu-color) {
  color: var(--lu-color-base);
}