.cc_xxJ4QqhzHX_F1POh2cDwG .kombos-story-box-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: auto;
  max-width: 100%;
  min-width: 0;
  text-decoration: none;
  color: var(--kombos-gray-900);
  transition: opacity 0.15s ease;
}

.cc_xxJ4QqhzHX_F1POh2cDwG .kombos-story-box-item:hover {
  opacity: 0.85;
}

.cc_xxJ4QqhzHX_F1POh2cDwG .kombos-story-box-item__avatar-wrap {
  width: 100%;
  max-width: 5.5rem;
  aspect-ratio: 1;
  padding: 2px;
  border-radius: 50%;
  background: linear-gradient(
    to right,
    var(--kombos-brand-500),
    var(--kombos-brand-900)
  );
  box-sizing: border-box;
  flex-shrink: 0;
}

.cc_xxJ4QqhzHX_F1POh2cDwG .kombos-story-box-item__avatar-inner {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px;
  border-radius: 50%;
  background: var(--kombos-white);
  box-sizing: border-box;
}

.cc_xxJ4QqhzHX_F1POh2cDwG .kombos-story-box-item__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.cc_xxJ4QqhzHX_F1POh2cDwG .kombos-story-box-item__label {
  width: 100%;
  max-width: 5.5rem;
  text-align: center;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

@media (min-width: 768px) {
.cc_xxJ4QqhzHX_F1POh2cDwG .kombos-story-box-item {
    gap: 0.625rem;
  }

.cc_xxJ4QqhzHX_F1POh2cDwG .kombos-story-box-item__avatar-wrap {
    max-width: 6rem;
  }

.cc_xxJ4QqhzHX_F1POh2cDwG .kombos-story-box-item__label {
    max-width: 6rem;
  }
}

@media (min-width: 1024px) {
.cc_xxJ4QqhzHX_F1POh2cDwG .kombos-story-box-item__avatar-wrap {
    max-width: 5.5rem;
  }

.cc_xxJ4QqhzHX_F1POh2cDwG .kombos-story-box-item__label {
    max-width: 5.5rem;
  }
}
