/* OpenClaw 2026.8.1 renders this badge without component sizing. */
.chat-controls__model-capability-badge {
  color: var(--warn, #d7a84b);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 16px !important;
  width: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important;
  overflow: hidden !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.chat-controls__model-capability-badge svg {
  display: block !important;
  flex: 0 0 16px !important;
  width: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important;
}

.chat-controls__model-capability-badge > span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
