
.publicity-tpbar-text {
  height: 50px;
  width: 100%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Jost', sans-serif;
  overflow: hidden;
  z-index: 999;
  gap: 10px;
}

.publicity-tpbar-text i {
  font-size: 16px;
  opacity: 1;
}

.publicity-tpbar-text p {
  margin: 0;
  color: #111111;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  opacity: 1;
}
