.articleinfo.mobile[data-v-671666e8] {
  margin-top: 230px;
}
.sticky-tab-bar[data-v-671666e8] {
  position: fixed;
  top: 60px;
  padding-right: 1.5em;
  z-index: 100;
  background-color: var(--onyx-color-base-background-tinted);
  width: 360px;
}
.sticky-tab-bar .segmented-control[data-v-671666e8] {
  margin-bottom: 0;
  width: 360px;
}
.sticky-tab-bar.is-stuck[data-v-671666e8] {
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
}
.segmented-control[data-v-671666e8] {
  width: 600px;
  margin: 18px 0;
}
.tabs[data-v-671666e8] {
  bottom: 6px;
}scu-tile[data-v-3e8fdf8a] {
  margin: 0 26px 26px 0;
  display: flex;
  flex-direction: column;
}
.background-image-top[data-v-3e8fdf8a] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 400px;
  background-image: var(--background-image);
}
.home[data-v-3e8fdf8a] {
  margin-top: -70px;
}
.tile-headline[data-v-3e8fdf8a] {
  padding: 16px 16px 0 16px;
  min-height: 52px;
  flex-shrink: 0;
  display: flex;
}
.tile-headline .title[data-v-3e8fdf8a] {
  flex-grow: 1;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  color: var(--exp-tile-text);
}
.tile-body[data-v-3e8fdf8a] {
  padding: 16px;
  min-height: 70px;
  flex-grow: 1;
  text-align: center;
}
.tile-body .icon-badge[data-v-3e8fdf8a] {
  position: relative;
  display: inline-block;
}
.tile-body .icon-badge scu-badge[data-v-3e8fdf8a] {
  position: absolute;
  top: -5px;
  right: -25px;
}
.content-tile[data-v-3e8fdf8a] {
  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;
}