html {
  scroll-padding-top: 200px;
}

.resume_preview, .content-inner {
  .single-resume-content .resume-aside {
      
      .resume-links {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 4px;

        .resume-link, .resume-file {


          text-decoration: none;
          margin: 0 0 0 0;

          &::marker {
            display: none;
          }
        }
      }
      .job-title {
          padding-left: 0;
      }
      .location {
          padding-left: 0;
      }
  }
}
