   .cert-block-label-container {
      display: inline-block;
      margin-top: 5px;
      
  }

  .cert-block-label {
      cursor: pointer;
      display: inline-block;
      padding: 5px 10px;
      background-color: #2D8ACF;
      color: #fff;
      font-weight: bold;
      border-radius: 5px;
      text-align: center;
       margin-left: 2px; /* Space on the left side */
    margin-right: 2px; /* Space on the right side */
    pointer-events: auto;
  }
