
  /* 固定在 LOGO 上方的 Trustpilot 小部件 */
  #tp-over-logo {
    position: absolute;
    z-index: 9999;

    /* ===== 关键定位参数 ===== */
    top: 0px;      /* 距离页面顶部位置 → 可根据结果调整 */
    left: 520px;    /* LOGO 左对齐位置 → 你的网站 LOGO 大约在这里 */
  }

  #tp-over-logo .trustpilot-widget {
    width: auto !important;
    display: inline-block !important;
  }
