.resume22 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Calibri, sans-serif;
  word-break: break-word;
}

body {
  margin: 0;
  padding: 0;
  background-color: white;
}

.resume22 {
  width: 100%;
  min-height: 297mm;
  background-color: white;
}

.resume22 header {
  display: none;
}

.resume22 p,
.resume22 li,
.resume22 a {
  font-size: 14px;
  list-style: none;
  text-decoration: none;
}

.resume22 p {
  line-height: 1.4;
}

/* Header */
.resume22 .header {
  background-color: #5E29AF;
  color: white;
  text-align: center;
  padding: 40px 20px 30px;
  position: relative;
}

/* Image */
.resume22 .header .image-container {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px auto;
}

.resume22 .header .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Name Container */
.resume22 .name-container h1 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 400;
}

.resume22 .name-container h1 span.lname {
  font-weight: bold;
  color: yellow;
}

.resume22 .name-container p {
  font-size: 18px;
  margin-top: 8px;
  text-transform: uppercase;
}

/* Main Content */
.resume22 .main-content {
  display: flex;
  flex-wrap: wrap;
  margin: 30px;
}

.resume22 .left,
.resume22 .right {
  padding: 0 20px;
  break-inside: avoid;
}

.resume22 .left {
  flex: 1 1 35%;
}

.resume22 .right {
  flex: 1 1 60%;
}

/* Section Headers */
.resume22 h2 {
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 3px solid #FFD14F;
  margin-bottom: 10px;
  padding-bottom: 2px;
}

/* Tables */
.resume22 table {
  width: 100%;
  border-spacing: 0 10px;
  border-collapse: separate;
}

.resume22 table td {
  font-size: 14px;
  vertical-align: top;
  color: black;
}

.resume22 table td img {
  width: 15px;
  height: 15px;
  margin-right: 15px;
}

.resume22 table td a,
.resume22 table td span {
  font-size: 14px;
  color: black;
  text-decoration: none;
}

/* About, Experience, Skills, etc. */
.resume22 .about-section,
.resume22 .education-section,
.resume22 .experience-section,
.resume22 .skill-section,
.resume22 .language-section {
  margin-bottom: 20px;
  break-inside: avoid;
}

.resume22 .job {
  margin-bottom: 15px;
  break-inside: avoid;
}

/* Skill Stars */
.resume22 .main-skills-section .star-skill {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

.resume22 .star-container {
  display: flex;
}

.resume22 .star-container img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

/* Hover */
.resume22 .main-content a:hover,
.resume22 .main-content span:hover {
  color: rgb(39, 39, 255) !important;
  cursor: pointer;
}

/* Print Styles */
@media print {
  .resume22 header {
    position: running(header);
    height: 30px;
    display: block;
  }

  .resume22 header a {
    text-decoration: none;
  }

  .resume22 header img {
    height: 30px;
    width: 150px;
  }

  @page {
    size: A4;
    margin: 1cm 0.5cm;
    @bottom-center {
      content: element(header);
    }
  }

  @page:first {
    margin: 0;
  }
}
