.job-wrapper-custom {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
  }
  
  .job-card-custom {
    background: linear-gradient(180deg, #F3F7FF 0%, #FFFFFF 100%);
    border: 1px solid #00000033;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
  }
  
  .job-title-custom {
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 12px;
    color: #000000;
    font-family: 'Inter', sans-serif;
  }
  
  .job-description-custom {
    font-weight: 400;
    font-size: 16px;
    margin: 25px 0px;
    color: #000000;
    font-family: 'Inter', sans-serif;
  }
  
  .toggle-link {
    color: #007bff;
    cursor: pointer;
    font-size: 14px;
    /* margin-left: 5px; */
  }

  .force-hide {
    display: none !important;
  }
  
  
  .tag-container-custom {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  
  .tag-custom {
    border: 1px solid #ccc;
    border-radius: 64px;
    padding: 4px 16px;
    font-size: 14px;
    height: 35px;
    display: flex;
    align-items: center;
    color: #000000;
    font-family: 'Inter', sans-serif;
  }
  
  @media screen and (max-width: 768px) {
    .job-title-custom { font-size: 18px;
     line-height:24px;	}
    .job-card-custom { padding: 16px; }
  }
  
  .highlight-skills {
    font-weight: 600;
    color: #000000; /* Customize as needed */
  }
  