/* Desktop-only notification center layout. The existing phone timeline remains
   unchanged at 900px and below. */
@media screen and (min-width: 901px) {
  html body:has(#root .app-shell.player-shell .notifications-page)
    #root .app-shell.player-shell > .main-area > .page-content {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    min-height: calc(100vh - 1px) !important;
    margin: 0 !important;
    padding: 24px 32px 36px !important;
  }

  html body #root .app-shell.player-shell .notifications-page {
    box-sizing: border-box !important;
    width: min(100%, 1180px) !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    overflow: visible !important;
    border: 1px solid var(--notice-line) !important;
    border-radius: 18px !important;
    background: var(--notice-ivory) !important;
    box-shadow: 0 10px 28px rgba(55, 42, 18, 0.06) !important;
  }

  html body #root .app-shell.player-shell .notifications-header {
    box-sizing: border-box !important;
    height: 72px !important;
    min-height: 72px !important;
    padding: 0 24px !important;
    grid-template-columns: 52px minmax(0, 1fr) 112px !important;
    border-radius: 18px 18px 0 0 !important;
    background: transparent !important;
  }

  html body #root .app-shell.player-shell .notifications-header h1 {
    font-size: 24px !important;
  }

  html body #root .app-shell.player-shell .notifications-back {
    width: 42px !important;
    height: 42px !important;
  }

  html body #root .app-shell.player-shell .notifications-read-all {
    max-width: none !important;
    min-height: 42px !important;
    font-size: 14px !important;
    white-space: nowrap !important;
  }

  html body #root .app-shell.player-shell .notifications-day-bar {
    box-sizing: border-box !important;
    width: 100% !important;
    min-height: 64px !important;
    padding: 0 24px !important;
    grid-template-columns: 170px minmax(0, 1fr) !important;
    column-gap: 24px !important;
  }

  html body #root .app-shell.player-shell .notifications-unread-count {
    font-size: 15px !important;
  }

  html body #root .app-shell.player-shell .notifications-day-tabs button {
    min-height: 63px !important;
    font-size: 16px !important;
  }

  html body #root .app-shell.player-shell .notification-timeline {
    box-sizing: border-box !important;
    width: auto !important;
    min-height: 230px !important;
    margin: 20px 24px 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-content: start !important;
    gap: 14px !important;
  }

  html body #root .app-shell.player-shell .notification-timeline::before {
    content: none !important;
    display: none !important;
  }

  html body #root .app-shell.player-shell .notifications-page
    .notification-timeline-row,
  html body #root .app-shell.player-shell .notifications-page
    .notification-timeline-row:nth-child(n) {
    box-sizing: border-box !important;
    min-height: 118px !important;
    height: auto !important;
    padding: 18px 18px 16px 82px !important;
    border: 1px solid var(--notice-line) !important;
    border-radius: 14px !important;
    background: var(--notice-ivory) !important;
  }

  html body #root .app-shell.player-shell .notification-timeline-icon {
    top: 18px !important;
    left: 17px !important;
    width: 48px !important;
    height: 48px !important;
  }

  html body #root .app-shell.player-shell .notification-timeline-copy strong {
    font-size: 16px !important;
  }

  html body #root .app-shell.player-shell .notification-timeline-copy small {
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  html body #root .app-shell.player-shell .notification-timeline .empty-state {
    box-sizing: border-box !important;
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-height: 210px !important;
    border: 1px dashed var(--notice-sage-line) !important;
    border-radius: 14px !important;
    background: var(--notice-cream) !important;
    font-size: 15px !important;
  }

  html body #root .app-shell.player-shell .notifications-more {
    box-sizing: border-box !important;
    width: calc(100% - 48px) !important;
    min-height: 58px !important;
    margin: 0 24px 22px !important;
    font-size: 14px !important;
  }
}
