.content-wrapper {
  height: calc(100vh - 98px);

  &.displaced {
    height: calc(100vh - 116px);
  }
}

.more-menu-wrap {
  display: flex;
  flex-flow: column nowrap;
}

.settings-button {
  display: flex;
  align-items: center;
  justify-content: center;

  app-cmf-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 24px;
    height: 24px;
  }
}
