/* Güven rozetleri */
.mb-trust-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
}

.mb-trust-badge {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 3px 8px;
	border-radius: 100px;
	font-size: 11px;
	font-weight: 600;
	background: #f1f5f9;
	color: #334155;
	border: 1px solid #e2e8f0;
}

.mb-trust-badges--md .mb-trust-badge {
	font-size: 12px;
	padding: 4px 10px;
}

.mb-trust--phone { background: #ecfdf5; color: #047857; border-color: #a7f3d0; }
.mb-trust--verified { background: #eff6ff; color: #1d4ed8; border-color: #bfdbfe; }
.mb-trust--edevelt { background: #fef3c7; color: #b45309; border-color: #fde68a; }
.mb-trust--corporate { background: #f5f3ff; color: #6d28d9; border-color: #ddd6fe; }
.mb-trust--premium { background: linear-gradient(135deg, #fef3c7, #fde68a); color: #92400e; border-color: #fcd34d; }

.mb-trust-badge__icon { line-height: 1; }

.mb-trust-badges--sm .mb-trust-badge__label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
}

/* Boş durum */
.mb-empty-state {
	text-align: center;
	padding: 48px 24px;
	background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
	border: 2px dashed #e2e8f0;
	border-radius: 20px;
}

.mb-empty-state__icon {
	font-size: 3rem;
	margin-bottom: 12px;
	opacity: 0.85;
}

.mb-empty-state__title {
	margin: 0 0 8px;
	font-size: 1.25rem;
	color: #0f172a;
}

.mb-empty-state__text {
	margin: 0 0 20px;
	color: #64748b;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.55;
}

/* Impersonate banner */
.mb-impersonate-bar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	background: linear-gradient(90deg, #dc2626, #ea580c);
	color: #fff;
	padding: 10px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.mb-impersonate-bar a {
	color: #fff;
	background: rgba(255,255,255,0.2);
	padding: 6px 14px;
	border-radius: 8px;
	text-decoration: none;
}

body.has-impersonate-bar { padding-top: 48px; }

/* PayTR iframe */
.mb-paytr-frame {
	width: 100%;
	min-height: 520px;
	border: 0;
	border-radius: 16px;
	box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}
