.event-status-stack {
  position: absolute;
  z-index: 2;
  left: calc(100% - 1px);
  bottom: calc(100% - 3px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.event-status-stack .event-status-badge {
  position: static;
}

@media (max-width: 430px) {
  .event-status-stack {
    transform: translateX(-2px);
  }
}
