.tempario-user-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-start;
}

.tempario-user-card {
	border: 1px solid #ccd0d4;
	border-radius: 4px;
	padding: 10px 12px;
	background: #fff;
	min-width: 260px;
	flex: 1 1 320px;
	max-width: 100%;
	min-height: 120px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 0;
}

@media (max-width: 1200px) {
	.tempario-user-card {
		flex-basis: 48%;
	}
}

@media (max-width: 800px) {
	.tempario-user-card {
		flex-basis: 100%;
	}
}

.tempario-user-card.sospetto {
	border-color: #d63638;
	background: #fff5f5;
}

.tempario-user-card.confermato {
	border-color: #008a00;
	background: #f0fff0;
}

.tempario-user-meta {
	font-size: 12px;
	color: #444;
	margin-bottom: 6px;
}

.tempario-user-actions {
	margin-top: 8px;
	display: flex;
	gap: 8px;
	align-items: center;
}

.tempario-user-checkbox {
	margin-right: 8px;
}

.tempario-user-id {
	color: #888;
	font-size: 11px;
}

.tempario-user-sospetto {
	font-weight: bold;
	color: #d63638;
}

.tempario-user-confermato {
	font-weight: bold;
	color: #008a00;
}

.tempario-user-ok {
	color: #008a00;
}

.tempario-user-name {
	font-weight: bold;
	font-size: 15px;
}

.tempario-user-email {
	font-size: 12px;
	color: #555;
}

.tempario-user-role {
	font-size: 12px;
	color: #666;
}

.tempario-user-meta-list {
	margin: 4px 0 0 0;
	padding: 0;
	list-style: none;
}

.tempario-user-meta-list li {
	margin: 0;
	padding: 0;
}

.tempario-bulk-actions {
	margin: 16px 0 10px 0;
	display: flex;
	gap: 12px;
}

.tempario-user-card.selected {
	border: 2px solid #2271b1;
	background: #eaf6ff;
}

.tempario-user-card {
	cursor: pointer;
}

/* Modal styles */
.tempario-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 100000;
	display: none;
	justify-content: center;
	align-items: center;
}

.tempario-modal {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	width: 450px;
	max-width: 90%;
	padding: 20px;
}

.tempario-modal-header {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}

.tempario-modal-content {
	margin-bottom: 20px;
}

.tempario-modal-footer {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
}

body.modal-open {
	overflow: hidden;
}

.tempario-user-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-start;
}

.tempario-user-card {
	border: 1px solid #ccd0d4;
	border-radius: 4px;
	padding: 10px 12px;
	background: #fff;
	min-width: 260px;
	flex: 1 1 320px;
	max-width: 100%;
	min-height: 120px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 0;
}

@media (max-width: 1200px) {
	.tempario-user-card {
		flex-basis: 48%;
	}
}

@media (max-width: 800px) {
	.tempario-user-card {
		flex-basis: 100%;
	}
}

.tempario-user-card.sospetto {
	border-color: #d63638;
	background: #fff5f5;
}

.tempario-user-card.confermato {
	border-color: #008a00;
	background: #f0fff0;
}

.tempario-user-meta {
	font-size: 12px;
	color: #444;
	margin-bottom: 6px;
}

.tempario-user-actions {
	margin-top: 8px;
	display: flex;
	gap: 8px;
	align-items: center;
}

.tempario-user-checkbox {
	margin-right: 8px;
}

.tempario-user-id {
	color: #888;
	font-size: 11px;
}

.tempario-user-sospetto {
	font-weight: bold;
	color: #d63638;
}

.tempario-user-confermato {
	font-weight: bold;
	color: #008a00;
}

.tempario-user-ok {
	color: #008a00;
}

.tempario-user-name {
	font-weight: bold;
	font-size: 15px;
}

.tempario-user-email {
	font-size: 12px;
	color: #555;
}

.tempario-user-role {
	font-size: 12px;
	color: #666;
}

.tempario-user-meta-list {
	margin: 4px 0 0 0;
	padding: 0;
	list-style: none;
}

.tempario-user-meta-list li {
	margin: 0;
	padding: 0;
}

.tempario-bulk-actions {
	margin: 16px 0 10px 0;
	display: flex;
	gap: 12px;
}

.tempario-user-card.selected {
	border: 2px solid #2271b1;
	background: #eaf6ff;
}

.tempario-user-card {
	cursor: pointer;
}

/* Modal styles */
.tempario-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 100000;
	display: none;
	justify-content: center;
	align-items: center;
}

.tempario-modal {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	width: 450px;
	max-width: 90%;
	padding: 20px;
}

.tempario-modal-header {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}

.tempario-modal-content {
	margin-bottom: 20px;
}

.tempario-modal-footer {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
}

body.modal-open {
	overflow: hidden;
}
