.global-competition-banner {
  overflow-x: auto;
}

.competition-logo {
  width: 45px;
  height: 60px;
  object-fit: cover;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.bg-success {
  background-color: #28a745 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}
