    .term {
      color: #0056b3;
      cursor: pointer;
      position: relative;
      font-weight: 500;
      border-bottom: 1px dashed #0056b3;
    }

    /* Стиль всплывающего окна */
    .tooltip {
      display: none;
      position: absolute;
      background: #ffffff;
      border: 1px solid #ccc;
      border-radius: 8px;
      padding: 10px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.2);
      max-width: 250px;
      z-index: 10;
      font-size: 14px;
    }