.sshm-cp-frontend-table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}
.sshm-cp-frontend-table th,
.sshm-cp-frontend-table td {
	padding: 10px 12px;
	border: 1px solid #eee;
	text-align: left;
}
.sshm-cp-badge {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 20px;
	font-size: 12px;
	background: #f0f0f1;
}
.sshm-cp-badge-open { background: #fde8e8; color: #a01818; }
.sshm-cp-badge-in_progress { background: #fff4d6; color: #8a6100; }
.sshm-cp-badge-resolved { background: #e6f6e6; color: #226622; }
.sshm-cp-badge-closed { background: #e5e5e5; color: #555; }

.sshm-cp-modal {
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sshm-cp-modal-content {
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	max-width: 420px;
	width: 90%;
	position: relative;
}
.sshm-cp-modal-close {
	position: absolute;
	top: 12px;
	right: 16px;
	cursor: pointer;
	font-size: 22px;
	line-height: 1;
}
