.site-header .navbar .actions > .eggio-notification-center__bell {
	position: relative;
	order: 90;
	display: inline-flex;
	flex: 0 0 30px;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 32px;
	margin-left: .5rem;
	padding: .25rem;
	box-sizing: border-box;
	color: inherit;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.site-header .navbar .actions > .action-hover-menu {
	order: 100;
}

.site-header .navbar .actions > .burger {
	order: 110;
}

.site-header .navbar .actions > .eggio-notification-center__bell .eggio-notification-center__icon {
	display: block;
	width: 19px;
	height: 19px;
	flex: 0 0 19px;
}

.site-header .navbar .actions > .eggio-notification-center__bell .eggio-notification-center__badge {
	position: absolute;
	top: -3px;
	right: -6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 17px;
	height: 17px;
	padding: 0 4px;
	border: 2px solid #fff;
	border-radius: 999px;
	background: #dc2626;
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	line-height: 13px;
	letter-spacing: 0;
	box-sizing: border-box;
	pointer-events: none;
}

@media screen and (max-width: 767px) {
	.site-header .navbar .actions > .eggio-notification-center__bell {
		flex-basis: 22px;
		width: 22px;
		min-width: 22px;
		height: 32px;
		padding: 0;
	}

	.site-header .navbar .actions > .eggio-notification-center__bell .eggio-notification-center__icon {
		width: 18px;
		height: 18px;
		flex-basis: 18px;
	}

	.site-header .navbar .actions > .eggio-notification-center__bell .eggio-notification-center__badge {
		top: -2px;
		right: -7px;
	}
}

.eggio-notification-center__page {
	max-width: 920px;
	margin: 0 auto;
	padding: 32px 18px 52px;
	color: #374151;
}

.eggio-notification-center__page-header {
	margin-bottom: 20px;
}

.eggio-notification-center__page h2 {
	margin: 0;
	color: #111827;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.25;
}

.eggio-notification-center__page-header p,
.eggio-notification-center__page--login p {
	margin: 8px 0 0;
	color: #6b7280;
}

.eggio-notification-center__toolbar {
	display: flex;
	justify-content: flex-end;
	margin: 0 0 18px;
}

.eggio-notification-center__toolbar button,
.eggio-notification-center__open-form button,
.eggio-notification-center__login {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 999px;
	background: #111827;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
}

.eggio-notification-center__toolbar button {
	min-height: 38px;
	padding: 10px 17px;
}

.eggio-notification-center__list {
	display: grid;
	gap: 12px;
}

.eggio-notification-center__notice {
	position: relative;
	padding: 18px 18px 17px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}

.eggio-notification-center__notice.is-unread {
	border-color: #93c5fd;
	background: #f8fbff;
	box-shadow: 0 8px 24px rgba(37, 99, 235, .07);
}

.eggio-notification-center__notice-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.eggio-notification-center__notice h3 {
	margin: 0;
	color: #111827;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.45;
}

.eggio-notification-center__status {
	flex: 0 0 auto;
	padding: 4px 8px;
	border-radius: 999px;
	background: #f3f4f6;
	color: #6b7280;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.eggio-notification-center__notice.is-unread .eggio-notification-center__status {
	background: #dbeafe;
	color: #1d4ed8;
}

.eggio-notification-center__time {
	display: block;
	margin-top: 6px;
	color: #6b7280;
	font-size: 13px;
}

.eggio-notification-center__message {
	margin-top: 10px;
	color: #374151;
	line-height: 1.7;
	overflow-wrap: anywhere;
}

.eggio-notification-center__message p {
	margin: 0;
}

.eggio-notification-center__open-form {
	margin: 14px 0 0;
}

.eggio-notification-center__open-form button,
.eggio-notification-center__login {
	min-height: 34px;
	padding: 9px 15px;
	background: #2563eb;
}

.eggio-notification-center__empty,
.eggio-notification-center__page--login {
	padding: 22px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #fff;
}

.eggio-notification-center__page--login .eggio-notification-center__login {
	margin-top: 18px;
}

@media screen and (max-width: 767px) {
	.eggio-notification-center__page {
		padding: 24px 14px 40px;
	}

	.eggio-notification-center__page h2 {
		font-size: 24px;
	}

	.eggio-notification-center__notice {
		padding: 15px;
	}

	.eggio-notification-center__notice h3 {
		font-size: 16px;
	}
}
