/* Knockout Bracket Styles */
#knockout-bracket-show {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior: none;
}

.kb-grid {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.kb-col {
  position: relative;
  min-width: 200px;
}

.kb-match {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 6px 8px;
  position: absolute;
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.15;
  padding-top: 6px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

.kb-match.kb-match--clickable {
  cursor: pointer;
}

.kb-slot {
  margin-bottom: 2px;
  font-size: 0.875rem;
  color: #343a40;
}

.kb-vs {
  text-align: center;
  opacity: .65;
  font-size: .8rem;
  padding: 0 4px;
  color: #6c757d;
}

.kb-badge {
  position: absolute;
  top: 6px;
  right: 8px;
  z-index: 1;
  background: #f1f3f5;
  color: #495057;
  border: 1px solid #e9ecef;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 0.7rem;
  line-height: 1;
  font-weight: 500;
}

.kb-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* Knockout Form Styles */
#knockout-bracket-container {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}
