.jwt-section {
	margin-bottom: 1.5rem;
}
.jwt-info-card {
	background: #f8f9fa;
	border-radius: 8px;
	padding: 1rem;
	margin-bottom: 1rem;
}
.jwt-info-item {
	display: flex;
	justify-content: space-between;
	padding: 0.5rem 0;
	border-bottom: 1px solid #e9ecef;
}
.jwt-info-item:last-child {
	border-bottom: none;
}
.jwt-info-label {
	font-weight: 600;
	color: #495057;
}
.jwt-info-value {
	color: #212529;
	word-break: break-all;
}
.jwt-error {
	color: #dc3545;
	background: #f8d7da;
	border: 1px solid #f5c6cb;
	border-radius: 4px;
	padding: 0.75rem;
	margin-bottom: 1rem;
}
.jwt-success {
	color: #155724;
	background: #d4edda;
	border: 1px solid #c3e6cb;
	border-radius: 4px;
	padding: 0.75rem;
	margin-bottom: 1rem;
}

