.trx-admin-history-strip {
  margin: 10px 0 14px;
  padding: 0;
}

.trx-admin-history-strip__scroller {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 0 6px;
  scrollbar-width: thin;
}

.trx-admin-history-strip__scroller::-webkit-scrollbar {
  height: 8px;
}

.trx-admin-history-strip__scroller::-webkit-scrollbar-thumb {
  background: rgba(100, 116, 139, 0.35);
  border-radius: 999px;
}

.trx-admin-history-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 240px;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid #d7dde6;
  border-radius: 8px;
  background: #f8fafc;
  color: #35516a;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  flex: 0 0 auto;
  box-shadow: 0 1px 1px rgba(0,0,0,.02);
}

.trx-admin-history-tab:hover {
  background: #eef3f8;
  border-color: #c9d5e2;
  text-decoration: none;
}

.trx-admin-history-tab.is-active {
  background: #4f8fb8;
  border-color: #4f8fb8;
  color: #ffffff;
}

.trx-admin-history-tab__text {
  overflow: hidden;
  text-overflow: ellipsis;
}

.trx-admin-history-tab__close {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  padding: 0;
  opacity: 0.72;
}

.trx-admin-history-tab__close:hover {
  opacity: 1;
}

.trx-admin-history-tab.is-active .trx-admin-history-tab__close {
  color: #ffffff;
}

.trx-admin-history-strip__empty {
  color: #94a3b8;
  font-size: 12px;
  padding: 4px 0;
}
