.sticky-rad-header {
		position: -webkit-sticky;
		position: sticky;
		top: 80px;
		z-index: 1029;
		border-bottom: 1px solid #fff;
	    background-color: #082354;
	    color: #fff;
	    text-align: center;
	    padding: 10px 0;
	    font-size: 13px;
	    min-height: 40px;
	    font-family: 'Inter', Arial !important
	}

	.sticky-rad-header a {
	    color: #fff;
	    text-decoration: underline;
	}


.sticky-rad-header .orange-tag {
	padding: 4px 4px;
	margin-right: 5px;
	font-size: inherit;
}

.orange-tag {
    background-color: #FF4B00;
    display: inline-block;
    line-height: 1;
    font-weight: bold;
    color: #ffffff;
    font-size: 21px;
    padding: 8px 12px;
}