:host {
  /**
   * @prop --color: Color of the card subtitle
   */
  display: block;
  position: relative;
  color: var(--color); }

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

:host {
  --color: var(--ion-text-color-step-400, #666666);
  margin: 0 0 4px;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase; }
