scu-tile[data-v-d6ea31bb] {
  margin: 0 26px 26px 0;
  display: flex;
  flex-direction: column;
}
.background-image-top[data-v-d6ea31bb] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 400px;
  background-image: var(--background-image);
}
.home[data-v-d6ea31bb] {
  margin-top: -70px;
}
.tile-headline[data-v-d6ea31bb] {
  padding: 16px 16px 0 16px;
  min-height: 52px;
  flex-shrink: 0;
  display: flex;
}
.tile-headline .title[data-v-d6ea31bb] {
  flex-grow: 1;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  color: var(--exp-tile-text);
}
.tile-body[data-v-d6ea31bb] {
  padding: 16px;
  min-height: 70px;
  flex-grow: 1;
  text-align: center;
}
.tile-body .icon-badge[data-v-d6ea31bb] {
  position: relative;
  display: inline-block;
}
.tile-body .icon-badge scu-badge[data-v-d6ea31bb] {
  position: absolute;
  top: -5px;
  right: -25px;
}
.content-tile[data-v-d6ea31bb] {
  width: 270px;
  height: 270px;
}.content {
  padding: 16px;
}
.settings {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.settings scu-tile {
  padding: var(--sit-space-s);
  display: flex;
}
.settings scu-tile scu-bottom-bar {
  border-top: 0;
}