.gp-sub-bell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  vertical-align: middle;
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.gp-sub-bell:not(.is-subscribed):hover {
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.9);
}

.gp-sub-bell.is-subscribed {
  background: rgba(96, 165, 250, 0.18);
  color: #60a5fa;
}

.gp-sub-bell.is-subscribed:hover {
  background: rgba(96, 165, 250, 0.28);
  color: #60a5fa;
}

.gp-sub-bell:focus-visible {
  outline: 2px solid rgba(96, 165, 250, 0.55);
  outline-offset: 2px;
}

.gp-sub-bell i {
  font-size: 13px;
  line-height: 1;
  pointer-events: none;
}

.gp-sub-bell.is-subscribed i,
.gp-sub-bell--card.is-subscribed i {
  color: #60a5fa;
}

.gp-sub-bell--inline {
  margin-left: 6px;
}

.nx-card__creator .gp-sub-bell {
  margin-left: auto;
}

.ev-creator .gp-sub-bell,
.ev-yt-hero__creator .gp-sub-bell {
  margin-left: 8px;
}

.ve-channel .gp-sub-bell {
  margin-left: auto;
}

.ev-head__creator-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
}

.ve-channel-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ve-channel-wrap .ve-channel {
  flex: 1 1 auto;
  min-width: 0;
}

.channel .user h5 .gp-sub-bell {
  margin-left: 10px;
  vertical-align: middle;
}

.gp-sub-bell--labeled {
  width: auto;
  height: auto;
  min-height: 28px;
  padding: 4px 12px 4px 8px;
  border-radius: 999px;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
}

.gp-sub-bell__label {
  line-height: 1;
  pointer-events: none;
}

.gp-sub-bell--card {
  width: auto;
  height: auto;
  min-width: 0;
  padding: 0 0.15rem;
  margin: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
}

.gp-sub-bell--card:hover,
.gp-sub-bell--card.is-subscribed {
  background: transparent;
}

.gp-sub-bell--card i {
  font-size: 1.5rem;
}

.ch-card-actions__left .gp-sub-bell--card,
.cat-card-actions__left .gp-sub-bell--card {
  margin-left: 0.15rem;
}

.ch-card-actions__left .gp-sub-bell--card i,
.cat-card-actions__left .gp-sub-bell--card i {
  font-size: 1.35rem;
}

.ch-card-actions__left .gp-sub-bell--card.is-subscribed i,
.cat-card-actions__left .gp-sub-bell--card.is-subscribed i {
  color: #60a5fa;
}
