.rhythm-pulse-orbit-sidebar {
  .form-label {
    margin-bottom: .25rem;
    font-size: .8125rem;
  }

  form .mb-3 {
    margin-bottom: .65rem !important;
  }

  .entity-tag-selector__input {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
  }

  .entity-tag-selector__help {
    margin-top: .2rem;
    font-size: .75rem;
    line-height: 1.3;
  }

  .form-check-label {
    font-size: .8125rem;
  }
}

.rhythm-pulse-orbit-bottom-transport {
  width: 100%;
  min-width: 0;
}

.rhythm-pulse-orbit-bottom-transport [data-controller~="sandbox-transport"] {
  width: 100%;
}

.rhythm-pulse-orbit-bottom-transport .sandbox-transport-card {
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  background: transparent;
}

.rhythm-pulse-orbit-bottom-transport .sandbox-transport-card > .card-body,
.rhythm-pulse-orbit-bottom-transport .sandbox-transport-card__body-embedded {
  width: 100%;
  padding: 0;
}

.rhythm-pulse-orbit-bottom-transport [data-sandbox-transport-target="details"] {
  margin-top: 0.45rem;
}
