.qc-promoted-resources {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: visible;
}

.qc-promoted-resources > * {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.qc-tool-call-group
  .qc-promoted-resources:not(.qc-group-promoted-resources) {
  display: none;
}

iframe[title="MCP HTML Resource (Embedded Content)"][data-qc-resource="comparison"],
iframe[title="MCP HTML Resource (Embedded Content)"][data-qc-resource="classification"] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  border-radius: 0.5rem;
}

iframe[title="MCP HTML Resource (Embedded Content)"][data-qc-resource="comparison"]:focus-visible,
iframe[title="MCP HTML Resource (Embedded Content)"][data-qc-resource="classification"]:focus-visible {
  outline: 3px solid #0b5fff;
  outline-offset: 2px;
}

iframe[title="MCP HTML Resource (Embedded Content)"][data-qc-resource].qc-duplicate-resource-card {
  display: none !important;
}
