  .alt-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #708090;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
  }

  .highlight-title {
    color: #222;
    background: linear-gradient(90deg, #0d6efd, #6610f2);
    font-weight: 600;
    border-bottom: 2px solid #0056b3;
    padding-bottom: 4px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .alt-list {
    list-style: none;
    padding: 10px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
  }

  .alt-item {
    margin-bottom: 15px;
    position: relative;
    padding: 8px;
  }

  .alt-link {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    padding-left: 24px;
    position: relative;
    border-bottom: 2px solid transparent;
  }

  .alt-link:hover {
    color: #3d0a01;
  }

  .arrow-icon {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #333;
  }