/* Notifications screen restoration */
#sc-notif {
  display: flex !important;
  flex-direction: column;
  background: #fef1ee !important;
  color: #1c1410 !important;
}

#sc-notif .tbar.dark {
  display: flex !important;
  align-items: center;
  flex: 0 0 64px;
  width: 100%;
  height: 64px !important;
  box-sizing: border-box;
  padding: 0 8px !important;
  background: linear-gradient(110deg, #1c1410 0%, #6f2b0d 62%, #e8500a 145%) !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

#sc-notif .tbar.dark .back-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px !important;
  height: 44px !important;
  border-radius: 12px;
  color: #fff !important;
}

#sc-notif .tbar-title.w {
  display: block !important;
  flex: 1 1 auto;
  min-width: 0;
  padding: 0 8px;
  color: #fff !important;
  font-family: 'Google Sans', 'DM Sans', sans-serif !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1.2;
}

#sc-notif .tbar.dark > button:last-child {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 36px;
  box-sizing: border-box;
  padding: 0 10px !important;
  border: 0;
  border-radius: 999px;
  background: #e8500a !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

#sc-notif .notif-scroll,
#sc-notif .scroll.notif-scroll {
  display: block !important;
  flex: 1 1 0 !important;
  min-height: 0;
  box-sizing: border-box;
  padding: 18px 0 96px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  background: #fef1ee !important;
}

#sc-notif #notif-filters {
  width: auto;
  box-sizing: border-box;
  margin: 0 16px 12px;
}

#sc-notif #notif-body {
  display: flex !important;
  flex-direction: column;
  gap: 10px;
  width: auto;
  min-height: 0;
  box-sizing: border-box;
  margin: 0 16px;
  padding: 0 0 32px !important;
}

#sc-notif #notif-body > .nempty {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  box-sizing: border-box;
  padding: 36px 24px !important;
  border: 1px solid rgba(28, 20, 16, 0.08);
  border-radius: 22px;
  background: #fffaf7 !important;
  box-shadow: 0 8px 22px rgba(28, 20, 16, 0.06);
  text-align: center;
}

#sc-notif .nempty-ic {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 64px !important;
  height: 64px !important;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #fff0e6 !important;
  color: #e8500a !important;
}

#sc-notif .nempty-ic svg {
  display: block !important;
  width: 32px !important;
  height: 32px !important;
  max-width: 32px;
  max-height: 32px;
  color: #e8500a !important;
}

#sc-notif .nempty-ttl {
  display: block !important;
  margin-bottom: 6px;
  color: #1c1410 !important;
  font-family: 'Google Sans', 'DM Sans', sans-serif !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  line-height: 1.3;
}

#sc-notif .nempty-sub {
  display: block !important;
  color: #857370 !important;
  font-size: 13px !important;
  line-height: 1.5;
}

#sc-notif #notif-body > .ncard,
#sc-notif #notif-body > .ngroup {
  width: 100%;
  box-sizing: border-box;
}

#sc-notif #notif-body {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

#sc-notif #notif-filters {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

#sc-notif #notif-body > .ncard {
  margin: 0 0 10px;
  border-radius: 16px !important;
  box-shadow: 0 8px 22px rgba(28, 20, 16, 0.06);
}

#sc-notif #notif-body > .ngroup {
  padding-right: 4px;
  padding-left: 4px;
}

@media (max-width: 380px) {
  #sc-notif #notif-body { margin-right: 12px; margin-left: 12px; }
  #sc-notif #notif-filters { margin-right: 12px; margin-left: 12px; }
}
