body.notifications-page {
  margin: 0;
  font-family: "Inder", system-ui, sans-serif;
  background: #f9cdd5;
  color: #7a8450;
}

.notifications-page__main {
  max-width: 760px;
  margin: 0 auto;
  padding: 18px;
}

.notifications-page__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.notifications-page__header h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.notifications-page__back {
  color: #7a8450;
  text-decoration: underline;
}

.notifications-page__card {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.notifications-page__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.notifications-page__item + .notifications-page__item {
  margin-top: 10px;
}

.notifications-page__link {
  color: #7a8450;
  text-decoration: none;
  display: block;
  padding: 10px 12px;
  border-radius: 0;
  background: transparent;
}

.notifications-page__link--unread {
  font-weight: 700;
}

.notifications-page__empty {
  margin: 0;
  opacity: 0.8;
}
