/* promo bar styles */
.tf_promotion_bar {
    background: linear-gradient(116.22deg,#d80e80 16.5%,#7800bf 35.6%,#5447d6 56.81%,#287ab8 75.46%,#007a7d 90.42%);
    color: #fff;
    padding: 5px;
}
.tf_promotion_bar p {
    font-size: 16px;
    min-height: 24px;
    text-align: center;
    margin: 5px;
}
.tf_promotion_bar a {
    font-size: 16px;
    min-height: 24px;
    text-decoration: none;
}
.tf_promotion_bar a:hover {
    text-decoration: underline;
}
