:host {
  display: block;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

:host {
  padding: 20px 20px 16px; }

:host(.card-header-translucent) {
  background-color: rgba(var(--ion-background-color-rgb, 255, 255, 255), 0.9);
  backdrop-filter: saturate(180%) blur(30px); }
