@use "../../themes/functions.color" as color;

// Card Header
// --------------------------------------------------

:host {
  --background: transparent;
  --color: inherit;

  display: flex;
  position: relative;

  flex-direction: column;

  background: var(--background);
  color: var(--color);
}

:host(.ion-color) {
  background: color.current-color(base);
  color: color.current-color(contrast);
}
