.szlan-install {
	position: fixed;
	left: 18px;
	right: auto;
	bottom: 20px;
	z-index: 99990;
}

.szlan-push-settings {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	max-width: 920px;
	margin: 24px auto;
	padding: 22px 24px;
	border: 1px solid #dfcfb9;
	border-radius: 22px;
	background: linear-gradient(135deg, #fffdf9, #f6eee3);
	box-shadow: 0 12px 32px rgba(90, 58, 41, 0.08);
}

.szlan-profile-settings-fallback {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 0 18px 22px;
	background: #f4efe7;
}

.szlan-profile-settings-fallback .szlan-push-settings {
	margin-top: 0;
}

.szlan-push-settings-icon {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border: 1px solid #d9bd84;
	border-radius: 50%;
	background: #fff;
	color: #6f1d2a;
	font-size: 24px;
}

.szlan-push-settings-copy small {
	color: #c6a15b;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.14em;
}

.szlan-push-settings-copy h2 {
	margin: 4px 0;
	color: #5a3a29;
	font: 700 25px/1.15 Georgia, serif;
}

.szlan-push-settings-copy p {
	margin: 5px 0 0;
	color: #64564e;
	font-size: 15px;
}

.szlan-push-settings button {
	padding: 10px 15px;
	border: 1px solid #c6a15b;
	border-radius: 999px;
	background: #fffdf9;
	color: #6f1d2a;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
}

.szlan-push-settings button[data-action="disable"] {
	border-color: #d8b6b9;
	color: #7d2936;
}

@media (max-width: 600px) {
	.szlan-install {
		left: 12px;
		right: auto;
		bottom: 14px;
		width: auto;
		min-width: 122px;
		padding: 10px 14px;
		font-size: 14px;
	}

	.szlan-install span {
		display: inline;
		margin-left: 6px;
	}

	.szlan-push-settings {
		grid-template-columns: 48px 1fr;
		margin: 18px 8px;
		padding: 18px 16px;
	}

	.szlan-profile-settings-fallback {
		padding: 0 0 16px;
	}

	.szlan-push-settings-icon {
		width: 46px;
		height: 46px;
	}

	.szlan-push-settings-copy h2 {
		font-size: 22px;
	}

	.szlan-push-settings button {
		grid-column: 1 / -1;
		width: 100%;
		min-height: 44px;
	}
}
