.topbar {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
  min-height: 68px !important;
  height: 68px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  overflow: visible !important;
}

.topbar > * {
  min-width: 0;
}

.topbar > .workspace-actions {
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  gap: 9px !important;
  margin-left: auto !important;
  order: 90;
}

.topbar > .workspace-actions + * {
  flex: 0 0 auto !important;
  margin-left: 0 !important;
  order: 100;
  white-space: nowrap;
}

.topbar > .workspace-actions .secondary-button,
.topbar > .workspace-actions .primary-button {
  min-height: 40px;
  white-space: nowrap;
}

.topbar > .workspace-actions .actions-menu-wrap {
  position: relative;
}

.topbar > .workspace-actions .actions-menu {
  top: calc(100% + 10px);
  right: 0;
  left: auto;
  z-index: 2147483000;
}

@media (max-width: 1100px) {
  .topbar {
    gap: 8px !important;
  }

  .topbar > .workspace-actions {
    gap: 6px !important;
  }

  .topbar > .workspace-actions .secondary-button,
  .topbar > .workspace-actions .primary-button {
    padding-left: 12px;
    padding-right: 12px;
  }
}
