.timeline-controls {
  padding: var(--gap);
  justify-content: space-between;

  .zoom-button-group {
    display: inline-flex;
    border: 1px solid;
    border-radius: 8px;

    > button:not(:last-child) {
      border-right: 1px solid;
      border-top-right-radius: 0px !important;
      border-bottom-right-radius: 0px !important;
    }

    > button:last-child {
      border-top-left-radius: 0px !important;
      border-bottom-left-radius: 0px !important;
    }
  }
}