.nav-contributor-notifications { position: relative; }
.nav-contributor-notifications__toggle { align-items: center; background: #ffffff; border: 1px solid #e4e7ec; border-radius: 999px; color: #344054; cursor: pointer; display: inline-flex; height: 38px; justify-content: center; position: relative; width: 38px; }
.nav-contributor-notifications__toggle:hover, .nav-contributor-notifications__toggle:focus { border-color: #84adff; color: #155eef; outline: none; }
.nav-contributor-notifications__count { align-items: center; background: #d92d20; border: 2px solid #ffffff; border-radius: 999px; color: #ffffff; display: inline-flex; font-size: 10px; font-weight: 800; height: 20px; justify-content: center; min-width: 20px; padding: 0 4px; position: absolute; right: -7px; top: -8px; }
.nav-contributor-notifications__count.is-hidden { display: none; }
.nav-contributor-notifications__menu { background: #ffffff; border: 1px solid #e4e7ec; border-radius: 8px; box-shadow: 0 12px 28px rgba(16, 24, 40, .16); max-width: min(380px, calc(100vw - 24px)); position: absolute; right: 0; top: 48px; width: 360px; z-index: 80; }
.nav-contributor-notifications__menu[hidden] { display: none !important; }
.nav-contributor-notifications__heading { align-items: center; border-bottom: 1px solid #eaecf0; display: flex; justify-content: space-between; padding: 13px 14px; }
.nav-contributor-notifications__heading strong { color: #101828; font-size: 14px; }
.nav-contributor-notifications__heading span { align-items: center; color: #667085; display: inline-flex; font-size: 12px; gap: 8px; }
.nav-contributor-notifications__heading a { color: #667085; text-decoration: none; }
.nav-contributor-notifications__heading a:hover { color: #155eef; }
.nav-contributor-notifications__items { max-height: 380px; overflow-y: auto; }
.nav-contributor-notifications__item { border-bottom: 1px solid #f2f4f7; color: inherit; display: flex; gap: 10px; padding: 12px 14px; text-decoration: none; }
.nav-contributor-notifications__item:hover { background: #f8fbff; }
.nav-contributor-notifications__item > span:last-child { display: grid; gap: 3px; min-width: 0; }
.nav-contributor-notifications__item strong { color: #344054; font-size: 13px; overflow-wrap: anywhere; }
.nav-contributor-notifications__item small { color: #667085; font-size: 12px; line-height: 1.4; overflow-wrap: anywhere; }
.nav-contributor-notifications__item em { color: #98a2b3; font-size: 11px; font-style: normal; }
.nav-contributor-notifications__icon { align-items: center; background: #eff8ff; border-radius: 50%; color: #155eef; display: inline-flex; flex: 0 0 30px; height: 30px; justify-content: center; width: 30px; }
.nav-contributor-notifications__empty { color: #667085; font-size: 13px; padding: 22px 14px; text-align: center; }
@media (max-width: 767px) {
    .nav-contributor-notifications { display: none; }
}
