

/* Start:/local/components/glit/notification.settings/templates/.default/style.css?17836787914736*/
.notification-settings-page {
	width: min(calc(100% - 32px), var(--breakpoint-max-container-width, 1472px));
	margin: 0 auto;
	padding: 40px 0 72px;
}

.notification-settings-header {
	width: min(100%, 860px);
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin: 0 auto 24px;
}

.notification-settings-header__label,
.notification-settings-state__label {
	margin: 0 0 8px;
	color: #6f54dd;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

.notification-settings-header__title,
.notification-settings-state__title {
	margin: 0;
	color: #151515;
	font-size: 42px;
	font-weight: 900;
	line-height: 1.05;
}

.notification-settings-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.notification-settings-nav a,
.notification-settings-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 40px;
	padding: 9px 13px;
	border: 1px solid rgba(21, 21, 21, 0.1);
	border-radius: 8px;
	background: #fff;
	color: #151515;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	transition: transform 150ms ease, border-color 150ms ease, background-color 150ms ease;
}

.notification-settings-nav a:hover,
.notification-settings-button:hover {
	transform: translateY(-1px);
	border-color: rgba(111, 84, 221, 0.38);
}

.notification-settings-nav a.is-active,
.notification-settings-button--primary {
	border-color: #151515;
	background: #151515;
	color: #fff;
}

.notification-settings-form,
.notification-settings-state {
	width: min(100%, 860px);
	max-width: 860px;
	margin: 0 auto;
	border: 1px solid rgba(21, 21, 21, 0.08);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(21, 21, 21, 0.07);
}

.notification-settings-form {
	display: grid;
	gap: 16px;
	padding: 18px;
}

.notification-settings-state {
	padding: 32px;
}

.notification-settings-state__text {
	margin: 12px 0 0;
	color: rgba(21, 21, 21, 0.62);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.5;
}

.notification-settings-alert {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	padding: 10px 12px;
	border-radius: 8px;
	background: rgba(54, 180, 117, 0.16);
	color: #167047;
	font-size: 14px;
	font-weight: 900;
}

.notification-settings-card {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
	padding: 18px;
	border-radius: 8px;
	background: #f7f7f7;
}

.notification-settings-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 8px;
	background: #151515;
	color: #fff;
	font-size: 20px;
}

.notification-settings-card__content h2 {
	margin: 0;
	color: #151515;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.15;
}

.notification-settings-card__content p {
	max-width: 620px;
	margin: 8px 0 0;
	color: rgba(21, 21, 21, 0.58);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
}

.notification-settings-toggle {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #151515;
	font-size: 14px;
	font-weight: 900;
	white-space: nowrap;
	cursor: pointer;
}

.notification-settings-toggle input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.notification-settings-toggle span {
	position: relative;
	width: 54px;
	height: 30px;
	border-radius: 999px;
	background: rgba(21, 21, 21, 0.14);
	transition: background-color 160ms ease;
}

.notification-settings-toggle span::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(21, 21, 21, 0.18);
	transition: transform 160ms ease;
}

.notification-settings-toggle input:checked + span {
	background: #151515;
}

.notification-settings-toggle input:checked + span::before {
	transform: translateX(24px);
}

.notification-settings-actions {
	display: flex;
	justify-content: flex-end;
}

@media (max-width: 720px) {
	.notification-settings-page {
		padding-top: 28px;
		padding-bottom: 48px;
	}

	.notification-settings-header {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	.notification-settings-nav {
		justify-content: flex-start;
	}

	.notification-settings-header__title,
	.notification-settings-state__title {
		font-size: 32px;
	}

	.notification-settings-card {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.notification-settings-card__icon {
		width: 48px;
		height: 48px;
	}

	.notification-settings-toggle {
		grid-column: 1 / -1;
		justify-content: space-between;
		width: 100%;
	}

	.notification-settings-actions {
		justify-content: stretch;
	}

	.notification-settings-button {
		width: 100%;
	}
}

/* End */
/* /local/components/glit/notification.settings/templates/.default/style.css?17836787914736 */
