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