.gcli-bell-dropdown {
  display: inline-flex;
  align-items: center;
}

.gcli-bell-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #d9e2ec;
  border-radius: 12px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .18s ease;
}

.gcli-bell-btn:hover {
  background: #f8fbff;
  border-color: #bfd3ea;
  transform: translateY(-1px);
}

.gcli-bell-btn:focus,
.gcli-bell-btn.show {
  background: #f4f8ff;
  border-color: #9fc0e6;
  box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .10);
}

.gcli-bell-btn__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gcli-bell-btn__icon {
  font-size: 1rem;
  color: #344054;
}

.gcli-bell-badge {
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  font-size: .7rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #ff5a5f 0%, #e03131 100%);
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 4px 10px rgba(224, 49, 49, .18);
}

.gcli-bell-menu {
  width: 390px;
  max-width: calc(100vw - 20px);
  border-radius: 18px;
  overflow: hidden;
  margin-top: 10px !important;
  background: #fff;
}

.gcli-bell-header {
  padding: 1rem 1rem .85rem 1rem;
  border-bottom: 1px solid #edf2f7;
  background: linear-gradient(180deg, #fbfdff 0%, #f6f9fc 100%);
}

.gcli-bell-header__content {
  display: flex;
  align-items: center;
  gap: .9rem;
}

.gcli-bell-header__icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(13, 110, 253, .08);
  color: #0d6efd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.gcli-bell-header__text {
  min-width: 0;
  flex: 1;
}

.gcli-bell-header__title {
  font-size: .98rem;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.2;
}

.gcli-bell-header__subtitle {
  margin-top: .15rem;
  font-size: .78rem;
  color: #667085;
  line-height: 1.35;
}

.gcli-bell-header__meta {
  margin-top: .75rem;
}

.gcli-bell-counter {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .35rem .65rem;
  border-radius: 999px;
  background: #eef4ff;
  color: #315ea8;
  font-size: .75rem;
  font-weight: 600;
}

.gcli-bell-list {
  max-height: 420px;
  overflow-y: auto;
  background: #fff;
}

.gcli-bell-list::-webkit-scrollbar {
  width: 8px;
}

.gcli-bell-list::-webkit-scrollbar-thumb {
  background: #d7dee7;
  border-radius: 999px;
}

.gcli-bell-state {
  min-height: 120px;
  padding: 1.25rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  text-align: center;
  color: #667085;
  font-size: .9rem;
}

.gcli-bell-state--loading {
  background: #fff;
}

.gcli-bell-footer {
  border-top: 1px solid #edf2f7;
  background: #fafbfd;
  padding: .8rem 1rem;
}

.gcli-bell-footer__hint {
  font-size: .76rem;
  line-height: 1.4;
  color: #667085;
}

.gcli-bell-item {
  transition: background-color .15s ease;
}

.gcli-bell-item:hover {
  background: #fafcff;
}

.gcli-bell-item-meta {
  font-size: .76rem;
  color: #667085;
}

.gcli-bell-item-text {
  font-size: .92rem;
  line-height: 1.45;
  color: #1f2937;
}

@media (max-width: 575.98px) {
  .gcli-bell-menu {
    width: 340px;
  }
}