/* Trading Products - Global */

.tp-trade-badge {
    background: #f9ba00;
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: none;
    padding: 4px 10px;
    z-index: 10;
    pointer-events: none;
    display: block;
    border-radius: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    box-shadow: 0px 0px 25px -5px #afafaf;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
	
}
