.mule_bq {    
  background-color: rgba(252, 241, 235, 1);    
  color: rgba(254, 95, 71, 1) !important;    
  margin-right: 2px;    
  min-width: max-content;    
  padding: 0 8px;    
  height: 24px;    
  line-height: 24px !important;    
  font-size: 12px !important;    
  font-weight: bold;    
  border-radius: 2px;    
  display: inline-block;    
  margin-bottom: 8px;
}

.mule_adv {    
  display: inline-block;    
  padding-left: 3px;    
  padding-right: 3px;    
  border: 1px solid #0008ff;  /* 合并 border 属性 */    
  font-size: 12px !important;    
  font-style: normal;    
  line-height: 16px !important;    
  border-radius: 2px;    
  background: #fff;    
  color: #0008ff !important;    
  position: relative;    
  float: right;    
  margin-top: 5px;
}

    /* 文档链接：类选择器样式（蓝色胶囊外链） */
    .mule_doclink {
        /* 防止被全局样式影响：先重置，再设定 */
        all: unset;
        display: inline-flex;
        align-items: center;
        /* gap: 1px; */
        padding: 1px 4px;
        border-radius: 5px;
        font-size: 8px;
        line-height: 1;
        color: #2b6bed !important;
        background: #e8f3ff !important;
        border: 1px solid #cfe4ff !important;
        text-decoration: none !important;
        -webkit-appearance: none;
        appearance: none;
        box-sizing: border-box;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
        transition: background-color .2s ease, color .2s ease, border-color .2s ease;
        vertical-align: text-bottom;
        cursor: pointer;
        white-space: nowrap;
    }

    .mule_doclink .ext {
        font-size: 4px;
        opacity: 0.8;
    }

    .mule_doclink:hover {
        background: #d9ecff;
        border-color: #b9ddff;
        color: #2157c9;
    }

    .mule_doclink:active {
        background: #cfe4ff;
    }