.wpsh-table td[data-title]::before {
	content: attr(data-title);
}

.wpsh-status {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.wpsh-status--active {
	background: #d4edda;
	color: #155724;
}

.wpsh-status--pending {
	background: #fff3cd;
	color: #856404;
}

.wpsh-status--suspended,
.wpsh-status--cancelled {
	background: #f8d7da;
	color: #721c24;
}

.wpsh-status--expired {
	background: #e2e3e5;
	color: #383d41;
}

.wpsh-status--open,
.wpsh-status--in_progress {
	background: #cce5ff;
	color: #004085;
}

.wpsh-status--waiting_for_client {
	background: #fff3cd;
	color: #856404;
}

.wpsh-status--resolved {
	background: #d4edda;
	color: #155724;
}

.wpsh-status--closed {
	background: #e2e3e5;
	color: #383d41;
}

.wpsh-ticket-thread {
	margin: 20px 0;
}

.wpsh-reply {
	padding: 12px 16px;
	margin-bottom: 12px;
	border-radius: 4px;
	background: #f5f5f5;
}

.wpsh-reply--staff {
	background: #e7f1ff;
}

.wpsh-reply-meta {
	margin: 0 0 6px;
	font-size: 13px;
	color: #555;
}

.wpsh-attachments {
	margin: 8px 0 0;
	padding-left: 18px;
}

.wpsh-delete-link {
	color: #a00;
}

.wpsh-add-website-form .form-row {
	margin-bottom: 1em;
}

.wpsh-add-website-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}

.wpsh-add-website-form input[type="text"],
.wpsh-add-website-form input[type="url"],
.wpsh-add-website-form select,
.wpsh-add-website-form textarea {
	width: 100%;
}

.wpsh-add-website-form small {
	display: block;
	color: #666;
	margin-top: 4px;
}
