.xpeb-container {
	max-width: 100%;
	width: fit-content;
	margin: 24px auto;
	border: 1px solid #e1e8ed;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.08 );
	box-sizing: border-box;
}

/* בלי flex, בלי width מאולץ - נותנים ל-X לקבוע את המידות של הכרטיס בעצמו
   (זה מה שמונע עיוות/חיתוך של תמונות ווידאו), ורק ממרכזים אותו. */
.xpeb-embed {
	padding: 12px;
	text-align: center;
}

.xpeb-embed > * {
	margin: 0 auto !important;
}

.xpeb-empty {
	text-align: center;
	color: #6b7280;
	font-style: italic;
	padding: 16px;
}
