/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 10 2026 | 16:01:44 */
.tag-new {
	position: absolute;
    top: -10px;
    right: -12px;
    background: #cb5034;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 0px 4px;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	letter-spacing: 2px;
	border: 2px solid #F6F6F6;
}



@media (max-width: 1024px) {
	.tag-new {
		left: 200px;
		right: unset;
	}
	#gt_float_wrapper {
		bottom: 120px!important;
	}
}
