/* قالب تمام‌صفحهٔ فایا — بدون هدر/فوتر */

html {
	height: 100%;
}

body.faya-fullscreen-body {
	height: 100%;
	margin: 0;
	background: #fafafa;
}

.faya-fullscreen {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	box-sizing: border-box;
}

.faya-fullscreen .faya-wrap {
	padding: 0;
}

.faya-fullscreen-content {
	width: 100%;
}

/* !important روی رنگ/پس‌زمینه/حاشیه عمداً است: این یک <button> ساده است و بعضی قالب‌ها با
   سلکتورهای عمومی روی button پس‌زمینه/رنگ آن را بازنویسی می‌کنند و باعث تضاد پایین (آیکن نامرئی) می‌شوند */
.faya-fullscreen-back {
	position: absolute !important;
	top: 20px;
	inset-inline-start: 20px;
	width: 40px;
	height: 40px;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: #ffffff !important;
	border: 1.5px solid #e5e7eb !important;
	border-radius: 12px !important;
	color: #111827 !important;
	cursor: pointer !important;
	padding: 0 !important;
	transition: background 0.15s, transform 0.1s !important;
}

.faya-fullscreen-back:hover {
	background: #f3f4f6 !important;
}

.faya-fullscreen-back:active {
	transform: scale(0.94);
}

[dir="rtl"] .faya-fullscreen-back svg {
	transform: scaleX(-1);
}

@media (max-width: 420px) {
	.faya-fullscreen-back {
		top: 14px;
		inset-inline-start: 14px;
	}
}
