.elementor-211 .elementor-element.elementor-element-cd528e4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-fcae0e5 */.resume-top-actions,
.resume-paper-wrap {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* OUTER AREA */
.resume-paper-wrap {
  padding: 38px 24px 60px;
  background:
    radial-gradient(circle at top, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0) 34%),
    linear-gradient(180deg, #f4efe7 0%, #efe7db 100%);
  border-radius: 24px;
}

/* TOP BUTTONS */
.resume-top-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin: 0 0 28px 0;
}

.resume-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  padding: 14px 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #8a2727 0%, #6f1d1d 100%);
  color: #fff !important;
  text-decoration: none !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.4px;
  border: 1px solid rgba(78, 33, 21, 0.18);
  box-shadow:
    0 10px 18px rgba(70, 40, 20, 0.10),
    inset 0 1px 0 rgba(255,255,255,0.20);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.resume-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow:
    0 14px 24px rgba(70, 40, 20, 0.14),
    inset 0 1px 0 rgba(255,255,255,0.20);
}

.resume-btn-contact {
  background: linear-gradient(180deg, #376853 0%, #294f3f 100%);
}

.resume-btn-contact:hover {
  filter: brightness(1.05);
}

/* PAPER SHEET */
.resume-paper {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.70) 0%, rgba(255,255,255,0.18) 100%),
    #fffcf6;
  border: 1px solid #ddd2c4;
  border-radius: 8px;
  box-shadow:
    0 3px 8px rgba(55, 38, 23, 0.06),
    0 18px 50px rgba(55, 38, 23, 0.14);
  padding: 62px 60px 58px;
  overflow: hidden;
}

/* subtle paper texture/light */
.resume-paper::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(255,255,255,0.38), rgba(255,255,255,0.05)),
    radial-gradient(circle at top left, rgba(255,255,255,0.42), transparent 30%),
    radial-gradient(circle at bottom right, rgba(120,100,70,0.04), transparent 34%);
}

/* inner frame */
.resume-paper::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(150, 126, 94, 0.12);
  border-radius: 4px;
  pointer-events: none;
}

/* HEADER */
.resume-header {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 36px;
  padding-bottom: 22px;
  border-bottom: 1px solid #d8ccbd;
}

.resume-header h1 {
  margin: 0 0 12px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 35px;
  line-height: 1.08;
  letter-spacing: 1.2px;
  color: #2d221a;
  text-transform: uppercase;
}

.resume-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-size: 13.5px;
  color: #655646;
}

.resume-contact a {
  color: #655646;
  text-decoration: none;
}

.resume-contact a:hover {
  text-decoration: underline;
}

/* MAIN TITLE */
.resume-section h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 26px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  letter-spacing: 2.2px;
  color: #493527;
  text-align: center;
  text-transform: uppercase;
}

/* SECTION BLOCKS */
.resume-block {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}

.resume-block h3 {
  margin: 0 0 14px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #e3d9cc;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #6b4d37;
  text-transform: uppercase;
}

/* ENTRIES */
.resume-item {
  margin-bottom: 13px;
  padding-bottom: 10px;
}

.resume-row {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(190px, 1.32fr) minmax(135px, 0.95fr);
  column-gap: 20px;
  row-gap: 4px;
  align-items: start;
}

.resume-event {
  grid-column: 1;
  color: #2e241d;
  font-weight: 700;
  font-size: 13.5px;
  line-height: 1.45;
}

.resume-job {
  grid-column: 2;
  color: #54463a;
  font-style: italic;
  font-size: 13.3px;
  line-height: 1.45;
}

.resume-date {
  grid-column: 3;
  text-align: right;
  color: #776453;
  font-weight: 600;
  font-size: 12.8px;
  line-height: 1.45;
}

.resume-subrole {
  grid-column: 2;
  color: #5f4f41;
  font-size: 12.9px;
  line-height: 1.45;
}

.resume-description {
  grid-column: 1 / 4;
  margin-top: 7px;
  color: #403328;
  font-size: 12.95px;
  line-height: 1.68;
}

/* SKILLS */
.skills-list {
  margin: 0;
  padding-left: 22px;
}

.skills-list li {
  margin-bottom: 6px;
  color: #32271f;
  font-size: 12.95px;
  line-height: 1.58;
}

/* TABLET */
@media (max-width: 1024px) {
  .resume-paper {
    max-width: 100%;
    padding: 48px 34px 44px;
  }

  .resume-row {
    grid-template-columns: 1.6fr 1.2fr 1fr;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .resume-paper-wrap {
    padding: 20px 10px 36px;
    border-radius: 14px;
  }

  .resume-paper {
    padding: 30px 18px 32px;
    border-radius: 8px;
  }

  .resume-paper::after {
    inset: 8px;
  }

  .resume-header h1 {
    font-size: 26px;
    letter-spacing: 0.8px;
  }

  .resume-contact {
    font-size: 12.5px;
  }

  .resume-row {
    grid-template-columns: 1fr;
    row-gap: 4px;
  }

  .resume-event,
  .resume-job,
  .resume-date,
  .resume-subrole,
  .resume-description {
    grid-column: 1;
  }

  .resume-date {
    text-align: left;
  }

  .resume-btn {
    width: 100%;
    min-width: 0;
  }
}/* End custom CSS */