.notifications-page {
	background: #f4f6f8;
	min-height: calc(100vh - 55px);
	padding: 32px 0 72px;
}

.notifications-hero {
	align-items: flex-start;
	border-bottom: 1px solid #d8dee8;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin: 0 auto 22px;
	max-width: 980px;
	padding: 0 20px 22px;
}

.notifications-heading {
	align-items: flex-start;
	display: flex;
	gap: 14px;
	min-width: 0;
}

.notifications-icon,
.notification-day-marker,
.notification-card-icon,
.notifications-empty-icon {
	align-items: center;
	border-radius: 8px;
	display: flex;
	justify-content: center;
}

.notifications-icon {
	background: #eaf4eb;
	border: 1px solid #c7ddc7;
	color: #2f6f3e;
	flex: 0 0 44px;
	font-size: 20px;
	height: 44px;
	width: 44px;
}

.notifications-kicker,
.notification-card-kicker {
	color: #6b7280;
	display: block;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.notifications-kicker {
	margin-bottom: 4px;
}

.notifications-heading h1 {
	color: #172033;
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0 !important;
}

.notifications-heading p {
	color: #526173;
	font-size: 15px;
	line-height: 1.45;
	margin: 8px 0 0;
}

.notifications-permission {
	align-items: center;
	background: #fff;
	border: 1px solid #d8dee8;
	border-radius: 8px;
	display: flex;
	gap: 16px;
	min-height: 72px;
	padding: 12px 14px;
}

.notifications-permission-copy {
	min-width: 0;
}

.notifications-permission-copy strong {
	color: #172033;
	display: block;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 4px;
}

.notifications-permission-copy span {
	color: #526173;
	display: block;
	font-size: 13px;
	line-height: 1.35;
	max-width: 250px;
}

.notifications-permission .mdl-switch {
	flex: 0 0 auto;
	margin: 0;
	width: 52px;
}

.notifications-summary {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 auto 24px;
	max-width: 980px;
	padding: 0 20px;
}

.notifications-summary-item {
	background: #fff;
	border: 1px solid #e1e7ee;
	border-radius: 8px;
	min-width: 0;
	padding: 16px;
}

.notifications-summary-item span,
.notifications-summary-item small {
	color: #6b7280;
	display: block;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.notifications-summary-item strong {
	color: #172033;
	display: block;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.1;
	margin: 6px 0;
}

.notifications-summary-item small {
	font-size: 11px;
	font-weight: 700;
	text-transform: none;
}

.notifications-feed {
	margin: 0 auto;
	max-width: 980px;
	padding: 0 20px;
}

.notifications-timeline {
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.notification-day {
	min-width: 0;
}

.notification-day-header {
	align-items: center;
	display: flex;
	gap: 12px;
	margin-bottom: 12px;
}

.notification-day-marker {
	background: #111827;
	color: #fff;
	flex: 0 0 38px;
	height: 38px;
	width: 38px;
}

.notification-day-header h2 {
	color: #172033;
	font-family: "Roboto", sans-serif;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
}

.notification-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	padding: 0;
}

.notification-item {
	list-style: none;
}

.notification-card {
	align-items: flex-start;
	background: #fff;
	border: 1px solid #e1e7ee;
	border-left: 5px solid #00a6b2;
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(16, 24, 40, 0.07);
	display: grid;
	gap: 14px;
	grid-template-columns: 40px minmax(0, 1fr) auto;
	min-height: 132px;
	padding: 16px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.notification-card:hover {
	border-left-color: #2f6f3e;
	box-shadow: 0 16px 36px rgba(16, 24, 40, 0.11);
	transform: translateY(-2px);
}

.notification-card-icon {
	background: #eaf4eb;
	border: 1px solid #c7ddc7;
	color: #2f6f3e;
	font-size: 16px;
	height: 40px;
	width: 40px;
}

.notification-card-body {
	min-width: 0;
}

.notification-card-body h3 {
	color: #172033;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 3px 0 8px;
}

.notification-card-body p {
	color: #526173;
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
}

.notification-time {
	background: #f4f6f8;
	border: 1px solid #d8dee8;
	border-radius: 8px;
	color: #172033;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	padding: 8px 10px;
	white-space: nowrap;
}

.notifications-empty {
	align-items: center;
	background: #fff;
	border: 1px solid #e1e7ee;
	border-radius: 8px;
	color: #172033;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 560px;
	padding: 36px 24px;
	text-align: center;
}

.notifications-empty-icon {
	background: #eaf4eb;
	border: 1px solid #c7ddc7;
	color: #2f6f3e;
	font-size: 28px;
	height: 56px;
	margin-bottom: 14px;
	width: 56px;
}

.notifications-empty h2 {
	color: #172033;
	font-family: "Roboto", sans-serif;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 8px;
}

.notifications-empty p {
	color: #526173;
	font-size: 15px;
	line-height: 1.45;
	margin: 0;
}

.notifications-page .mdl-switch__input:focus-visible + .mdl-switch__label {
	outline: 3px solid rgba(47, 111, 62, 0.35);
	outline-offset: 4px;
}

@media (max-width: 760px) {
	.notifications-page {
		padding-top: 24px;
	}

	.notifications-hero {
		flex-direction: column;
		gap: 18px;
		padding-bottom: 20px;
	}

	.notifications-heading h1 {
		font-size: 26px !important;
	}

	.notifications-permission {
		width: 100%;
	}

	.notifications-summary {
		grid-template-columns: 1fr;
	}

	.notification-card {
		grid-template-columns: 36px minmax(0, 1fr);
		min-height: 0;
	}

	.notification-card-icon {
		height: 36px;
		width: 36px;
	}

	.notification-time {
		grid-column: 2;
		justify-self: start;
	}
}

@media (max-width: 420px) {
	.notifications-hero,
	.notifications-summary,
	.notifications-feed {
		padding-left: 14px;
		padding-right: 14px;
	}

	.notifications-heading {
		gap: 12px;
	}

	.notifications-icon {
		flex-basis: 40px;
		height: 40px;
		width: 40px;
	}

	.notifications-permission {
		align-items: flex-start;
	}
}
