.lp180d-slot {
	display: block !important;
	width: 100%;
}

.lp180d-google-wrap {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	margin: 0 0 18px;
	text-align: center;
	direction: rtl;
}

.lp180d-google-btn {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 18px;
	border: 1px solid #dbe0e8;
	border-radius: 10px;
	background: #fff;
	color: #22282f !important;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none !important;
	box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
	transition: background .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.lp180d-google-btn:hover {
	background: #f7f9fc;
	border-color: #c9d1dd;
	box-shadow: 0 4px 12px rgba(16, 24, 40, .08);
}

.lp180d-google-btn svg {
	flex: 0 0 auto;
}

.lp180d-or {
	position: relative;
	margin: 16px 0 4px;
	text-align: center;
}

.lp180d-or:before {
	content: "";
	position: absolute;
	inset-block-start: 50%;
	inset-inline: 0;
	height: 1px;
	background: #e6e9f0;
}

.lp180d-or span {
	position: relative;
	display: inline-block;
	padding: 0 12px;
	background: #fff;
	color: #8b94a3;
	font-size: 13px;
}

/* ================= التنبيهات (Toast) ================= */
.lp180d-toast {
	position: fixed;
	top: 24px;
	left: 50%;
	transform: translate(-50%, -24px);
	z-index: 2147483000;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	width: calc(100% - 32px);
	max-width: 480px;
	box-sizing: border-box;
	padding: 16px 18px;
	border-radius: 14px;
	background: #fff;
	color: #1f2430;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.8;
	text-align: right;
	box-shadow: 0 18px 44px rgba(16, 24, 40, .18), 0 2px 6px rgba(16, 24, 40, .06);
	border: 1px solid #e8ebf1;
	opacity: 0;
	transition: opacity .28s ease, transform .28s cubic-bezier(.22, .9, .32, 1);
	pointer-events: auto;
}

.lp180d-toast.is-in {
	opacity: 1;
	transform: translate(-50%, 0);
}

.lp180d-toast:before {
	content: "";
	position: absolute;
	inset-block: 0;
	inset-inline-end: 0;
	width: 4px;
	border-radius: 14px 0 0 14px;
	background: currentColor;
	opacity: .9;
}

.lp180d-toast__icon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
}

.lp180d-toast__body {
	flex: 1 1 auto;
	min-width: 0;
}

.lp180d-toast__title {
	display: block;
	margin-bottom: 4px;
	font-size: 15px;
	font-weight: 700;
	color: #111827;
}

.lp180d-toast__text {
	margin: 0;
	color: #414a5a;
}

.lp180d-toast__close {
	flex: 0 0 auto;
	background: none;
	border: 0;
	padding: 4px;
	margin: -4px -4px 0 0;
	color: #98a1b0;
	cursor: pointer;
	line-height: 0;
	border-radius: 6px;
}

.lp180d-toast__close:hover {
	color: #414a5a;
	background: #f1f3f7;
}

.lp180d-toast--success {
	color: #178055;
}

.lp180d-toast--success .lp180d-toast__icon {
	background: #e6f7ee;
	color: #178055;
}

.lp180d-toast--warning {
	color: #b5730a;
}

.lp180d-toast--warning .lp180d-toast__icon {
	background: #fdf3e2;
	color: #b5730a;
}

.lp180d-toast--error {
	color: #c0392f;
}

.lp180d-toast--error .lp180d-toast__icon {
	background: #fdecea;
	color: #c0392f;
}

@media (max-width: 600px) {
	.lp180d-toast {
		top: auto;
		bottom: 16px;
		transform: translate(-50%, 24px);
		padding: 14px 15px;
	}

	.lp180d-toast.is-in {
		transform: translate(-50%, 0);
	}
}

/* إعادة الإرسال */
.lp180d-resend {
	margin-top: 12px;
}

.lp180d-toast .lp180d-resend label {
	color: #414a5a;
	font-weight: 500;
}

.lp180d-resend label {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 600;
}

.lp180d-resend-row {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.lp180d-resend-row input[type="email"] {
	flex: 1 1 220px;
	padding: 10px 12px;
	border: 1px solid #dbe0e8;
	border-radius: 8px;
	font-size: 14px;
	background: #fff;
}

.lp180d-resend-row button {
	padding: 10px 20px;
	border: 0;
	border-radius: 8px;
	background: #2f6df6;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.lp180d-resend-row button:hover {
	background: #1f57d0;
}

/* الزر جوّه بوب-أب الثيم */
.lp180d-slot {
	margin-bottom: 14px;
}

/* فورم الدخول فقط، في المنتصف */
.lp180d-hidden {
	display: none !important;
}

.lp180d-centered {
	display: flex !important;
	justify-content: center !important;
	align-items: flex-start;
	width: 100%;
	float: none !important;
}

.lp180d-single {
	width: 100% !important;
	max-width: 480px !important;
	float: none !important;
	margin: 0 auto !important;
	flex: 0 1 480px;
}

/* الموبايل: الزر لازم يبان ويبقى متناسق جوّه البوب-أب */
@media (max-width: 782px) {
	.lp180d-google-wrap {
		margin: 0 0 14px;
	}

	.lp180d-google-btn {
		padding: 12px 14px;
		font-size: 14px;
		border-radius: 8px;
	}

	.lp180d-google-btn svg {
		width: 18px;
		height: 18px;
	}

	.lp180d-or {
		margin: 12px 0 2px;
	}

	.lp180d-resend-row input[type="email"],
	.lp180d-resend-row button {
		flex: 1 1 100%;
	}
}

/* ملاحظة مكان خانة كلمة المرور الحالية لمستخدمي جوجل */
.lp180d-pass-note {
	margin: 0 0 6px;
	padding: 10px 12px;
	border-radius: 8px;
	background: #f4f6fb;
	border: 1px solid #e3e7ef;
	color: #5a6475;
	font-size: 13px;
	line-height: 1.7;
	text-align: right;
}
