#ttb-bar {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9999;
  box-sizing: border-box;
}
#ttb-bar.ttb-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99990; /* sotto #wpadminbar che è 99999 */
}
body.ttb-has-sticky {
  padding-top: var(--ttb-sticky-h, 44px);
}
#ttb-track {
  display: flex;
  align-items: center;
  white-space: nowrap;
  will-change: transform;
}
.ttb-block {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.ttb-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  flex-shrink: 0;
  box-sizing: border-box;
}
.ttb-icon {
  font-family: dashicons;
  speak: never;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  vertical-align: middle;
}
.ttb-img {
  width: auto;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}
.ttb-badge {
  display: inline-block;
  font-weight: 600;
  border-radius: 20px;
  white-space: nowrap;
  line-height: 1.5;
}
.ttb-link {
  text-decoration: none !important;
}
.ttb-link:hover {
  text-decoration: underline !important;
}

a.ttb-item-link { cursor: pointer; }
a.ttb-item-link:hover { opacity: 0.85; }
a.ttb-item-link .ttb-text,
a.ttb-item-link .ttb-badge { color: inherit; }
