.cTextLineBanner {
  height: auto;
  display: inherit;
  border-bottom: 1px solid #ff7b0f;
  text-align: center;
  line-height: 34px !important;
  letter-spacing: 0.3px;
  background: #ff7b0f;
  background: linear-gradient(
    90deg,
    rgba(255, 123, 15, 1) 0%,
    rgba(255, 79, 0, 1) 50%,
    rgba(255, 123, 15, 1) 100%
  );
  width: 100% !important;
}

.cTextLineBanner.cStickyPanel {
  display: none !important;
}

.cTextLineBanner p {
  margin: 0;
  line-height: 23px;
  padding: 10px;
}

.cTextLineBanner p a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.cTextLineBanner p a:hover {
  text-decoration: underline;
}
