.emwc-my-tickets table code {
	background: #f5f5f5;
	padding: 3px 8px;
	border-radius: 3px;
	font-size: 12px;
}

.emwc-ticket-actions {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}

.emwc-ticket-actions .button {
	margin: 0 !important;
	padding: 5px 10px;
	font-size: 12px;
}

.emwc-event-badge {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 3px;
	font-size: 11px;
	font-weight: 600;
	margin-left: 8px;
	vertical-align: middle;
}

.emwc-badge-upcoming {
	background: #d4edda;
	color: #155724;
}

.emwc-badge-ongoing {
	background: #fff3cd;
	color: #856404;
}

.emwc-badge-past {
	background: #f8d7da;
	color: #721c24;
}

.emwc-qr-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.emwc-qr-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
}

.emwc-qr-modal-content {
	position: relative;
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	max-width: 400px;
	width: 90%;
	text-align: center;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.emwc-qr-modal-close {
	position: absolute;
	top: 12px;
	right: 12px;
	background: #f0f0f0;
	border: none;
	font-size: 14px;
	cursor: pointer;
	color: #666;
	width: 28px;
	height: 28px;
	min-width: 28px;
	min-height: 28px;
	max-width: 28px;
	max-height: 28px;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.emwc-qr-modal-close:hover {
	color: #000;
	background: #ddd;
}

.emwc-qr-modal-title {
	margin: 0 0 20px;
	font-size: 18px;
	padding-right: 30px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.emwc-qr-image {
	max-width: 200px;
	height: auto;
	margin: 0 auto 15px;
	display: block;
}

.emwc-qr-code-text {
	margin: 15px 0 10px;
}

.emwc-qr-ticket-code {
	font-size: 14px;
	background: #f5f5f5;
	padding: 5px 10px;
	border-radius: 4px;
}

.emwc-qr-instructions {
	color: #666;
	font-size: 13px;
	margin: 15px 0 15px;
}

.emwc-qr-save {
	margin-top: 10px !important;
}

.emwc-na {
	color: #999;
}
