:host {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mx-content-wrapper {
  flex: 1;
  overflow: auto;
}

.mx-fixed-bottom-bar {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;

  &__content {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
