.search-api-index-status  {
    padding: 5px 20px 2px 20px; /** l临时fix search api 状态页的边距 **/
}

.search-api-index-status {
      margin-bottom: 3em !important;
}

.node-metadata-item__title__text, .node-metadata-item__value {
	white-space: nowrap;
}

/**临时修复首页的悬浮图标在移动下的bug **/
@media (max-width: 767px) {
  #i4qgm {
    display: none; /* Hide the element entirely */
  }
}