<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ttcmstopoffer {
    float: right;
}
#ttcmstopoffer a {
    background: var(--secondary-bg-color);
    padding: 13px 15px;
    margin-right: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    white-space: nowrap;
    float: left;
    position: relative;
    font-style: italic;
}
.ttcmstopofferwrap {
    margin-left: auto;
}
.ttcmstopofferwrap p {
    float: left;
    margin: auto;
}
/*#ttcmstopoffer a.offer-content::after {
	content: "%";
	line-height: 20px;
	font-weight: 500;
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	float: left;
	margin: 0 8px 0 0;
	color: var(--secondary-text-color);
}
#ttcmstopoffer a.offer-content:hover::after {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}*/
#ttcmstopoffer p:nth-child(1) a {
    background: var(--primary-bg-color);
    color: #fff;
}
#ttcmstopoffer p:nth-child(2) a {
    background: var(--primary-bg-color);
    color: #fff;
}
@media (min-width: 1300px) {
    .ttcmstopofferwrap {
        display: flex;
    }
}
@media (max-width:1299px) {
.ttcmstopofferwrap p {
    float: none;
    display: inline-block;
    vertical-align: top;
}
#ttcmstopoffer a {
    padding: 10px 12px;
}
#ttcmstopoffer {
    float: left;
    width: 100%;
    text-align: center;
}
}</pre></body></html>