
  /* =========================================================
     VLALIRA｜产品详情页｜测量指南入口
     稳定显示版：沿用已验证成功的定位逻辑
     ========================================================= */

  .vl-measure-title-row {
    width: 100% !important;

    display: flex !important;
    align-items: baseline !important;
    justify-content: flex-start !important;

    gap: 18px !important;
    flex-wrap: wrap !important;
  }

  .vl-measure-test-link {
    flex: 0 0 auto !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;

    color: #7b6d65 !important;

    font-family: inherit !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;

    white-space: nowrap !important;

    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px !important;

    cursor: pointer !important;

    transition: color 0.2s ease !important;
  }

  .vl-measure-test-link:hover {
    color: #5f534c !important;
  }

  @media (max-width: 767px) {
    .vl-measure-title-row {
      gap: 12px !important;
    }

    .vl-measure-test-link {
      font-size: 12px !important;
    }
  }
