.thank_you_ticket_wrap .ticket_no{margin-right: 5px;background-color: #ddd;text-align:center;font-weight: bold;}

.wxgiveaway-ticket-summary {
	width: 100%;
	max-width: 100%;
	margin-bottom: 10px;
}

.wxgiveaway-ticket-chip,
.no-of-tickets-archive,
.no-of-bonus-tickets-archive,
.no-of-tickets-single,
.no-of-bonus-tickets-single,
.no-of-total-tickets-single {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 8px 0 0;
	padding: 8px 10px;
	border: 1px solid #d9e5f3;
	border-radius: 10px;
	background: #f7fbff;
	color: #2b3b4f;
	font-size: 13px;
	line-height: 1.45;
	overflow-wrap: anywhere;
	word-break: break-word;
	white-space: normal;
	box-sizing: border-box;
}

ul.products li.product .no-of-tickets-archive,
ul.products li.product .no-of-bonus-tickets-archive {
	text-align: left;
}

@media (max-width: 1024px) {
	.wxgiveaway-ticket-chip,
	.no-of-tickets-archive,
	.no-of-bonus-tickets-archive,
	.no-of-tickets-single,
	.no-of-bonus-tickets-single,
	.no-of-total-tickets-single {
		font-size: 12px;
		padding: 7px 9px;
	}
}

@media (max-width: 640px) {
	.wxgiveaway-ticket-chip,
	.no-of-tickets-archive,
	.no-of-bonus-tickets-archive,
	.no-of-tickets-single,
	.no-of-bonus-tickets-single,
	.no-of-total-tickets-single {
		margin-top: 6px;
		border-radius: 8px;
	}
}