.v982CycleGrid {
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.v982CycleChannel {
  width: 100%;
  min-width: 0;
}

.v982ChannelIdentity {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.v982ChannelAvatar {
  width: 48px;
  height: 48px;
  border: 1px solid #d7e6e0;
  border-radius: 50%;
  background: #eef5f2;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(19, 61, 52, 0.1);
}

.v982ChannelAvatarFallback {
  display: grid;
  place-items: center;
  color: #0b5e55;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.v982ChannelIdentityText {
  min-width: 0;
}

.v982ChannelTitleRow {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex-wrap: wrap;
}

.v982ChannelTitleRow h3 {
  min-width: 0;
  overflow-wrap: anywhere;
}

.v982ChannelLink {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 9px;
  border: 1px solid #b9d8cd;
  border-radius: 999px;
  color: #0b665d;
  background: #f2faf7;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.v982ChannelLink:hover,
.v982ChannelLink:focus-visible {
  border-color: #68aa96;
  background: #e5f5ef;
  color: #074b44;
  outline: none;
}

@media (max-width: 700px) {
  .v982CycleHead {
    align-items: stretch;
    flex-direction: column;
  }

  .v982ChannelIdentity {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .v982ChannelAvatar {
    width: 42px;
    height: 42px;
  }

  .v982ChannelLink {
    white-space: normal;
  }
}
