.results-banner{
  background: transparent;
}

.results-bee-strip {
  width: min(100%, 1040px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(18px, 4vw, 42px);
}

.results-bee-strip__actions {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.results-bee-strip__art {
  grid-column: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  min-width: 230px;
}

.results-bee-strip__icon {
  margin-right: 6px;
}

.stat-pill{
  padding: 14px 18px;
  border-radius: 999px;
  background: var(--card);
  border: 1px solid var(--border);
  box-shadow: 0 16px 36px rgba(15, 23, 42, .08), inset 0 0 0 1px rgba(255,255,255,.55);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

@media (min-width: 768px){
  .stat-pill{ align-items: flex-start; }
}

.stat-big{
  font-weight: 950;
  font-size: 22px;
  line-height: 1.1;
  background: linear-gradient(135deg, var(--cyan), var(--primary));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.stat-small{
  font-size: 13px;
  color: var(--text-dim);
}

@media (max-width: 767.98px) {
  .results-bee-strip {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }

  .results-bee-strip__actions {
    justify-content: center;
  }

  .results-bee-strip__art {
    min-width: 0;
    justify-content: center;
    margin-top: -4px;
    margin-bottom: -10px;
  }

  .results-bee-strip__icon {
    --bee-stage-w: 172px;
    --bee-stage-h: 124px;
    --bee-frame-size: 96px;
    --bee-frame-radius: 28px;
    --bee-orbit-size: 42px;
    --bee-orbit-radius: 14px;
    --bee-emoji-size: 42px;
    --bee-left-x: 8px;
    --bee-left-y: 16px;
    --bee-right-x: 10px;
    --bee-right-y: 10px;
  }
}
