
  .popup-table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    font-size: 14px;
  }

  
  .popup-key {
    font-weight: bold;
    width: 30%;
    background-color: #f9f9f9;
  }
  
  .popup-val {
    width: 70%;
    color: #333;
  }
  
  .popup-val a {
    color: #0066cc;
    text-decoration: none;
    word-break: break-all;
  }
  
  .popup-val a:hover {
    text-decoration: underline;
  }
  