.uwc-support-tickets {
	max-width: 900px;
	margin: 0 auto;
}

.uwc-ticket-form input,
.uwc-ticket-form textarea,
.uwc-ticket-form select {
	width: 100%;
	box-sizing: border-box;
	margin-top: 6px;
}

.uwc-honeypot {
	position: absolute;
	left: -9999px;
}

.uwc-ticket-list ul {
	list-style: none;
	padding-left: 0;
}

.uwc-ticket-list li {
	margin-bottom: 6px;
}

.uwc-ticket-status {
	margin-left: 8px;
	font-size: 0.9em;
	color: #666;
}

.uwc-ticket-reply {
	border-left: 3px solid #ccc;
	padding-left: 10px;
	margin: 12px 0;
}

.uwc-ticket-notice {
	background: #f0f7ff;
	border: 1px solid #cfe2ff;
	padding: 10px 12px;
	margin-bottom: 16px;
}
