.sd-dev-cambios-button > img {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  object-fit: contain;
}

.sd-dev-cambios-dot {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #30d158;
  border: 1.5px solid rgba(10, 14, 24, .92);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .32), 0 0 9px rgba(48, 209, 88, .62);
  pointer-events: none;
}

.sd-dev-cambios-window {
  width: min(460px, 34vw) !important;
  height: auto !important;
  max-height: 66vh !important;
  padding: 18px !important;
  border: 1px solid rgba(255, 255, 255, .10);
  background: rgba(5, 8, 12, .94) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .46) !important;
}

.sd-dev-cambio-card {
  padding: 13px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .10);
  background: rgba(255, 255, 255, .045);
  margin-bottom: 10px;
}

.sd-dev-cambio-card-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.sd-dev-cambio-team {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sd-dev-cambio-vs {
  color: rgba(255, 255, 255, .45);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.sd-dev-cambio-meta {
  margin-top: 6px;
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
}

.sd-dev-cambio-list {
  margin: 10px 0 0 16px;
  padding: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  line-height: 1.45;
}
