.lpvv-verify-option {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.lpvv-manual-payment-note {
	margin-top: 14px;
	padding: 14px;
	border-radius: 10px;
	background: #f8fafc;
	border: 1px solid #dbe5f0;
}

.lpvv-manual-payment-note h4 {
	margin: 0 0 8px;
	font-size: 15px;
}

.lpvv-manual-payment-note p {
	margin: 0;
	line-height: 1.7;
}

.lpvv-manual-payment-note .lpvv-manual-payment-note-sub {
	margin-top: 8px;
	color: #64748b;
	font-size: 13px;
}

.lpvv-tile-block {
	margin-top: 10px;
	padding: 12px;
	border-radius: 12px;
	background: #f8fafc;
	border: 1px solid #dbe5f0;
	display: grid;
	gap: 9px;
}

.lpvv-status-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.lpvv-status-label {
	font-weight: 600;
	color: #1e293b;
}

.lpvv-status-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 999px;
	background: #e2e8f0;
	color: #334155;
}

.lpvv-status-pill.status-unpaid {
	background: #f1f5f9;
	color: #475569;
}

.lpvv-status-pill.status-receipt_uploaded,
.lpvv-status-pill.status-receipt_under_review {
	background: #fff7ed;
	color: #9a3412;
}

.lpvv-status-pill.status-receipt_approved {
	background: #ecfdf5;
	color: #166534;
}

.lpvv-status-pill.status-receipt_rejected {
	background: #fef2f2;
	color: #b91c1c;
}

.lpvv-status-pill.status-pending,
.lpvv-status-pill.status-waiting_for_payment,
.lpvv-status-pill.status-waiting_for_reception {
	background: #eef2ff;
	color: #3730a3;
}

.lpvv-status-pill.status-ready_for_join,
.lpvv-status-pill.status-waiting_room {
	background: #ecfeff;
	color: #155e75;
}

.lpvv-status-pill.status-admitted,
.lpvv-status-pill.status-in_progress {
	background: #f0fdf4;
	color: #166534;
}

.lpvv-status-pill.status-completed {
	background: #eff6ff;
	color: #1d4ed8;
}

.lpvv-status-pill.status-cancelled,
.lpvv-status-pill.status-expired,
.lpvv-status-pill.status-failed {
	background: #f8fafc;
	color: #475569;
}

.lpvv-card-info {
	padding: 10px;
	border-radius: 10px;
	background: #ffffff;
	border: 1px dashed #bfdbfe;
	font-size: 13px;
}

.lpvv-card-info p {
	margin: 5px 0 0;
	line-height: 1.7;
}

.lpvv-upload-row label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 600;
}

.lpvv-upload-row input[type='file'] {
	width: 100%;
}

.lpvv-upload-actions {
	margin-top: 8px;
}

.lpvv-pending-row,
.lpvv-queue-row,
.lpvv-bale-row,
.lpvv-receipt-link-row,
.lpvv-window-row,
.lpvv-review-note-row,
.lpvv-not-started-row,
.lpvv-rejected-row,
.lpvv-wait-reason-row {
	font-size: 13px;
}

.lpvv-review-note-row {
	display: grid;
	gap: 2px;
}

.lpvv-not-started-row,
.lpvv-wait-reason-row {
	color: #334155;
}

.lpvv-rejected-row {
	color: #b91c1c;
	font-weight: 600;
}

.lpvv-customer-video-grid {
	display: grid;
	gap: 14px;
}

.lpvv-customer-video-card {
	border: 1px solid #dbe5f0;
	border-radius: 14px;
	padding: 14px;
	background: #ffffff;
}

.lpvv-customer-video-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}

.lpvv-customer-video-head h6 {
	margin: 0;
	font-size: 15px;
}

.lpvv-customer-video-head span {
	font-size: 12px;
	color: #64748b;
}

.lpvv-customer-video-meta {
	display: grid;
	gap: 5px;
	margin-bottom: 8px;
	font-size: 13px;
}

.salamat-doctor-directory .sdd-card.lpvv-video-enabled {
	border-color: rgba(20, 154, 106, 0.3);
	box-shadow: 0 16px 28px rgba(20, 154, 106, 0.12);
}

.salamat-doctor-directory .lpvv-video-badge {
	background: linear-gradient(135deg, #0f766e, #0e9f6e);
	color: #ffffff;
	border: 0;
	font-weight: 700;
}

.salamat-doctor-directory .lpvv-video-filter-group {
	border-top: 1px solid rgba(15, 23, 42, 0.08);
	margin-top: 1rem;
	padding-top: 1rem;
}

.salamat-doctor-directory .lpvv-video-filter-title {
	margin-bottom: 0.6rem;
}

@media (max-width: 640px) {
	.lpvv-status-row {
		flex-direction: column;
		align-items: flex-start;
	}
}
