
:host {
  display: inline-block;
}

.date-container {
  position: relative;
}

.date-controls-container {
  z-index: 1;

  &.floating {
    z-index: 2;
    position: absolute;

    &.align-right {
      right: 0;
    }
    &.align-left {
      left: 0;
    }
  }
}

.date-buttons-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
