/* Main Stylesheet - Modern CSS Grid-based Layout */
:root {
  --primary-color: #555;
  --text-color: white;
  --spacing-sm: 0.15em;
  --spacing-md: 6px;
  --spacing-lg: 30px;
  --font-family: helvetica, arial, sans-serif;
}

/* Reset and base styles */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background-color: var(--primary-color);
  font-size: 100%;
  font-family: var(--font-family);
  color: var(--text-color);
  width: 100%;
  max-width: 100%;
}

body {
  background-color: var(--primary-color);
  font-size: 100%;
  font-family: var(--font-family);
  color: var(--text-color);
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  min-height: 100dvh;
  padding: env(safe-area-inset-top) max(0.5em, env(safe-area-inset-right))
    env(safe-area-inset-bottom) max(0.5em, env(safe-area-inset-left));
}

img,
video {
  max-width: 100%;
  height: auto;
}

/* Typography */
h1 {
  font-size: 7.5em;
  margin-bottom: -0.15em;
  margin-top: 0;
}

#header h1 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
  white-space: nowrap;
  font-size: clamp(3.5rem, 14vw, 10em);
  line-height: 1.1;
}

h2 {
  font-size: 2.5em;
  margin: 0 0 0 var(--spacing-sm);
}

h3 {
  font-size: 1.3em;
  font-weight: bold;
}

h4 {
  font-size: 1em;
}

h5 {
  font-family: "Helvetica Light", Helvetica, Times, sans-serif;
  font-weight: lighter;
  font-size: 1.1em;
  margin-top: 2.5em;
  margin-bottom: 25px;
  margin-left: var(--spacing-md);
  overflow-wrap: anywhere;
}

p {
  font-size: 0.85em;
}

/* Links */
a:link,
a:visited {
  color: var(--text-color);
  text-decoration: none;
  border-bottom: 1px dashed;
}

a:hover,
a:active {
  text-decoration: none;
  border-bottom: 1px dashed;
}

/* Lists */
ul {
  list-style-type: none;
  text-align: left;
  padding-left: 25px;
}

li {
  font-size: 1em;
}

.skills,
li.skills {
  list-style-type: disc;
}

.accomplishments {
  list-style-type: disc;
  padding-left: 25px;
}

#summary .accomplishments {
  padding-left: 50px;
}

.nohead2 {
  margin-bottom: -0.25em;
}

.subskills {
  list-style-type: none;
}

.subskills > ul,
.subskills ul.skills {
  padding-left: 25px;
}

.leadership .subskills > ul,
.leadership .subskills ul.skills,
.misc .subskills > ul,
.misc .subskills ul.skills {
  padding-left: 1.2em;
}

/* Layout container */
.container {
  width: 100%;
  max-width: 1400px;
  margin: 0;
  padding: 0 20px;
  overflow-wrap: anywhere;
}

/* Company/school logos */
.company-logo {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3em;
  height: 32px !important;
  width: 32px !important;
  object-fit: contain;
}

/* Keep heading text and logo on same line */
.resume h3,
.experience h3,
.education h3,
.misc h3 {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.3em;
}

.resume h3 .company-logo,
.experience h3 .company-logo,
.education h3 .company-logo,
.misc h3 .company-logo {
  flex-shrink: 0;
}

.experience > ul > li > h3,
.education > ul > li > h3 {
  margin-top: 1.5em;
  margin-bottom: 0.15em;
}

.experience > ul > li:first-child > h3,
.education > ul > li:first-child > h3 {
  margin-top: 0;
}

/* Keep company/title heading rows tight on desktop resume layout */
.resume .experience h3,
.resume .experience h4,
.resume .education h3,
.resume .education h4 {
  margin-left: 0;
  margin-right: 0;
}

.resume .experience > ul > li > h4,
.resume .education > ul > li > h4 {
  margin-top: 0;
  margin-bottom: 0.25em;
}

/* Match technical section spacing with leadership/misc rhythm */
.resume .technical > ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.resume .technical h2 + ul {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.resume .technical > ul > li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.resume .technical > ul > li > h3 {
  display: block;
  margin-top: 0.32em;
  margin-bottom: 0.2em;
  line-height: 1.28;
}

.resume .technical > ul > li:has(> h3) {
  line-height: normal;
}

.resume .technical > ul > li:first-child > h3 {
  margin-top: 0;
}

.resume .technical > ul > li.subskills {
  margin-top: 0;
  margin-bottom: 0.35em;
}

/* Desktop resume: tighten company/title stacks in two-column layout */
@media screen and (width >= 1011px) {
  .resume #summary p,
  .resume #main li {
    line-height: 1.42;
  }

  .resume .experience > ul,
  .resume .education > ul {
    margin-top: 0;
    margin-bottom: 0;
  }

  .resume .experience > ul > li,
  .resume .education > ul > li {
    margin-top: 0;
    margin-bottom: 0;
  }

  .resume .experience > ul > li > h3,
  .resume .education > ul > li > h3 {
    margin-top: 1.55em;
    margin-bottom: 0.3em;
    line-height: 1.28;
  }

  .resume .experience > ul > li:first-child > h3,
  .resume .education > ul > li:first-child > h3 {
    margin-top: 0.35em;
  }

  .resume .experience > ul > li > h4,
  .resume .education > ul > li > h4 {
    margin-top: 0.12em;
    margin-bottom: 0.4em;
    line-height: 1.42;
  }

  /* Experience: add clearer separation before each new role h4 */
  .resume .experience > ul > li:has(> ul.accomplishments) + li > h4 {
    margin-top: 1.05em;
  }

  /* Experience: add more space between company h3 blocks */
  .resume .experience > ul > li:has(> ul.accomplishments) + li > h3 {
    margin-top: 1.9em;
  }

  /* Education: keep transitions between entries tighter */
  .resume .education > ul > li:has(> ul.skills) + li > h3 {
    margin-top: 1.1em;
  }

  .resume .experience ul.accomplishments > li,
  .resume .education ul.skills > li {
    margin-bottom: 0.35em;
    line-height: 1.42;
  }

  .resume .experience ul.accomplishments ul.accomplishments > li {
    margin-bottom: 0.25em;
    line-height: 1.38;
  }

  .resume .experience ul.accomplishments > li:last-child,
  .resume .education ul.skills > li:last-child,
  .resume .experience ul.accomplishments ul.accomplishments > li:last-child {
    margin-bottom: 0;
  }
}

/* Summary */
.summary {
  font-size: 100%;
  padding-left: 25px;
}

/* Loading and error states */
.loading {
  padding: 1em;
  text-align: center;
  color: var(--text-color);
  background: rgb(255 255 255 / 10%);
  border-radius: 4px;
}

.error {
  padding: 1em;
  text-align: center;
  color: #ff6b6b;
  background: rgb(255 0 0 / 10%);
  border-radius: 4px;
}

/* Sidebar Navigation */
.sidebar-nav {
  width: 100%;
}

.sidebar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.sidebar-nav li {
  margin-bottom: 1em;
}

.sidebar-nav h2 a {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.sidebar-nav h2 svg,
.nav-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3em;
  flex-shrink: 0;
}

/* About page */
.about .container {
  display: grid;
  grid-template-columns: minmax(180px, 240px) 1fr;
  grid-template-rows: auto auto 1fr auto;
  gap: 24px;
  align-items: start;
  max-width: none;
}

.about header {
  grid-column: 1 / -1;
}

.about #bar {
  grid-column: 1;
  margin: 0;
  width: auto;
}

.about .about-content {
  grid-column: 2;
  margin: 0;
  width: auto;
}

.about-content img {
  float: left;
  width: 320px;
  max-width: 320px;
  margin: 0 1em 1em 0;
  height: auto;
  border-radius: 4px;
}

.about-content p {
  font-size: 1.4em;
  margin: 1em 0;
  text-align: justify;
  overflow-wrap: anywhere;
}

/* Resume page */
.resume .container {
  display: grid;
  grid-template-columns: minmax(180px, 240px) 1fr;
  grid-auto-rows: auto;
  gap: 24px;
  align-items: start;
  max-width: none;
}

.resume header {
  grid-column: 1 / -1;
}

.resume #bar {
  grid-column: 1;
  grid-row: 2 / span 100;
  margin: 0;
  width: auto;
  align-self: start;
}

.resume #summary {
  grid-column: 2 / -1;
  margin: 0;
  width: auto;
}

.resume #main {
  grid-column: 2;
  margin: 0;
  width: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
}

.resume #main > .experience {
  grid-column: 1;
}

.resume #main > .right-col {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Projects page */
.projects .container {
  display: grid;
  grid-template-columns: minmax(180px, 240px) 1fr;
  grid-auto-rows: auto;
  gap: 24px;
  align-items: start;
  max-width: none;
}

.projects header {
  grid-column: 1 / -1;
}

.projects #bar {
  grid-column: 1;
  margin: 0;
  width: auto;
}

.projects #singlecol {
  grid-column: 2;
  margin: 0;
  width: auto;
}

.projects #singlecol p {
  font-size: 1.4em;
  margin: 1em 0;
  text-align: justify;
  line-height: 1.6;
}

.projects #singlecol h2 {
  font-size: 3em;
  margin-bottom: 0.5em;
}

.projects #singlecol > p {
  font-size: 1.2em;
  margin-bottom: 2em;
  color: rgb(255 255 255 / 90%);
}

/* Contact page */
.contact .container {
  display: grid;
  grid-template-columns: minmax(180px, 240px) 1fr;
  grid-auto-rows: auto;
  gap: 24px;
  align-items: start;
  max-width: none;
}

.contact header {
  grid-column: 1 / -1;
}

.contact #bar {
  grid-column: 1;
  margin: 0;
  width: auto;
}

.contact #singlecol {
  grid-column: 2;
  margin: 0;
  width: auto;
}

.contact #singlecol p,
.contact .singlecol {
  font-size: 1.4em;
  margin: 1em 0;
  text-align: justify;
}

/* Timeline */
.timeline-container {
  position: relative;
  padding: 2em 0;
  margin: 2em 0;
  overflow: hidden;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 3px;
  background: var(--text-color);
  opacity: 0.3;
  transform: translateX(-50%);
  z-index: 1;
}

.timeline-item {
  position: relative;
  margin-bottom: 3em;
  z-index: 2;
}

.timeline-item-role {
  padding-right: calc(50% + 2em);
  text-align: right;
}

.timeline-item-project {
  padding-left: calc(50% + 2em);
}

.timeline-item-education {
  padding-right: calc(50% + 2em);
  text-align: right;
}

.timeline-item-year {
  padding: 0;
  margin-bottom: 1em;
  text-align: center;
}

.timeline-item-year .timeline-year {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  display: block;
  margin: 0 auto;
}

.timeline-year {
  position: absolute;
  left: 50%;
  top: -1.2em;
  transform: translateX(-50%);
  font-size: 1.8em;
  font-weight: bold;
  color: var(--text-color);
  white-space: nowrap;
  opacity: 0.9;
  z-index: 3;
  background: var(--primary-color);
  padding: 0 0.5em;
}

.timeline-marker {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--text-color);
  border: 3px solid var(--primary-color);
  z-index: 3;
}

.timeline-item-role .timeline-marker {
  width: 20px;
  height: 20px;
  background: var(--text-color);
  border: 4px solid var(--primary-color);
  box-shadow: 0 0 0 2px rgb(255 255 255 / 30%);
}

.timeline-item-project .timeline-marker {
  background: #4a9eff;
  border: 2px solid var(--primary-color);
}

.timeline-item-education .timeline-marker {
  width: 20px;
  height: 20px;
  background: #9b59b6;
  border: 4px solid var(--primary-color);
  box-shadow: 0 0 0 2px rgb(155 89 182 / 30%);
}

.timeline-content {
  background: rgb(255 255 255 / 5%);
  padding: 1.5em;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
}

.timeline-item-role .timeline-content::before,
.timeline-item-project .timeline-content::before,
.timeline-item-education .timeline-content::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 2px;
  background: var(--text-color);
  opacity: 0.3;
  z-index: 1;
  transform: translateY(-50%);
}

.timeline-item-role .timeline-content::before,
.timeline-item-education .timeline-content::before {
  right: -2em;
  width: calc(2em - 10px);
  height: 2px;
}

.timeline-item-project .timeline-content::before {
  left: -2em;
  width: calc(2em - 10px);
  height: 2px;
}

.timeline-item-role .timeline-content {
  background: rgb(255 255 255 / 12%);
  border-right: 4px solid var(--text-color);
  border-left: none;
  box-shadow: 0 2px 8px rgb(0 0 0 / 30%);
}

.timeline-item-role:hover .timeline-content {
  background: rgb(255 255 255 / 18%);
  transform: translateX(-5px);
  box-shadow: 0 4px 12px rgb(0 0 0 / 40%);
}

.timeline-item-project .timeline-content {
  background: rgb(74 158 255 / 8%);
  border-left: 3px solid #4a9eff;
  border-style: dashed;
}

.timeline-item-project:hover .timeline-content {
  background: rgb(74 158 255 / 15%);
  transform: translateX(5px);
}

.timeline-item-education .timeline-content {
  background: rgb(155 89 182 / 12%);
  border-right: 4px solid #9b59b6;
  border-left: none;
  box-shadow: 0 2px 8px rgb(0 0 0 / 30%);
}

.timeline-date {
  font-size: 0.9em;
  font-weight: bold;
  color: rgb(255 255 255 / 80%);
  margin-bottom: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.timeline-title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 0.3em;
  color: var(--text-color);
}

.timeline-item-role .timeline-title {
  font-size: 1.6em;
  color: var(--text-color);
  text-shadow: 0 1px 2px rgb(0 0 0 / 30%);
}

.timeline-item-project .timeline-title {
  color: #87ceeb;
}

.timeline-company {
  font-size: 1.1em;
  margin-bottom: 0.8em;
  color: rgb(255 255 255 / 90%);
}

.timeline-description {
  font-size: 1em;
  line-height: 1.6;
  color: rgb(255 255 255 / 85%);
}

.timeline-section-header {
  position: relative;
  margin: 3em 0 2em;
  padding-left: 60px;
}

.timeline-section-header h3 {
  font-size: 2em;
  margin: 0;
  padding: 1em 0;
  border-top: 2px dashed rgb(255 255 255 / 30%);
  padding-top: 1.5em;
}

/* Mobile responsive styles */
@media screen and (width <= 1010px) {
  body {
    overflow-x: hidden !important;
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .container,
  section,
  main,
  header,
  aside,
  article,
  div,
  nav,
  ul {
    max-width: 100%;
    box-sizing: border-box;
  }

  img {
    max-width: 100% !important;
  }

  .container {
    padding: 0 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .sidebar-nav h2 a {
    white-space: normal;
  }

  ul {
    padding-left: 15px;
  }

  .accomplishments {
    padding-left: 15px;
  }

  #summary .accomplishments {
    padding-left: 30px;
  }

  .subskills > ul,
  .subskills ul.skills {
    padding-left: 15px;
  }

  .summary {
    padding-left: 15px;
  }

  #header h1 {
    font-size: clamp(2rem, 14.5vw, 10em);
    line-height: 1.1;
    margin-left: 0;
    margin-right: 0;
  }

  #header h5 {
    margin-left: 0;
  }

  #bar h2 {
    margin-left: 0;
  }

  /* About page mobile */
  .about .container {
    display: block;
    padding: 0 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .about header,
  .about #bar,
  .about .about-content {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .about .about-content {
    padding: 15px 0;
  }

  .about-content img {
    display: block;
    float: none;
    width: 100%;
    max-width: min(300px, calc(100vw - 40px));
    height: auto;
    margin: 0 auto 1em;
  }

  .about-content p {
    text-align: left;
  }

  /* Resume page mobile */
  .resume .container {
    display: block;
    padding: 0 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .resume #bar {
    grid-row: auto;
  }

  .resume #main {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .resume #main > .experience,
  .resume #main > .right-col {
    grid-column: 1;
  }

  .resume header,
  .resume #bar,
  .resume #summary,
  .resume #main {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .resume h3,
  .experience h3,
  .education h3,
  .misc h3 {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.3em;
    max-width: 100%;
  }

  .resume h3 a,
  .experience h3 a,
  .education h3 a,
  .misc h3 a {
    flex-shrink: 1;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .resume h3 img,
  .experience h3 img,
  .education h3 img,
  .misc h3 img {
    flex-shrink: 0;
    max-width: 32px;
  }

  /* Projects page mobile */
  .projects .container {
    display: block;
    padding: 0 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .projects header,
  .projects #bar,
  .projects #singlecol {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .projects #singlecol {
    padding: 15px 0;
  }

  /* Contact page mobile */
  .contact .container {
    display: block;
    padding: 0 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .contact header,
  .contact #bar,
  .contact #singlecol {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .contact #singlecol {
    padding: 0;
  }

  /* Timeline mobile */
  .timeline-line {
    left: 15px;
  }

  .timeline-item {
    padding-left: 50px;
    margin-bottom: 2em;
  }

  .timeline-item-role,
  .timeline-item-project,
  .timeline-item-education {
    padding-left: 50px;
    padding-right: 0;
    text-align: left;
  }

  .timeline-year {
    position: absolute;
    left: 15px;
    transform: none;
    font-size: 1.5em;
    top: -0.5em;
    padding: 0;
  }

  .timeline-marker {
    position: absolute;
    left: 7px;
    top: 0.3em;
    width: 14px;
    height: 14px;
    transform: none;
  }

  .timeline-item-role .timeline-marker {
    width: 18px;
    height: 18px;
    left: 5px;
    transform: none;
  }

  .timeline-item-project .timeline-marker,
  .timeline-item-education .timeline-marker {
    left: 7px;
    transform: none;
  }

  .timeline-content {
    padding: 1.2em;
  }

  .timeline-item-role .timeline-content {
    border-right: none;
    border-left: 4px solid var(--text-color);
  }

  .timeline-title {
    font-size: 1.2em;
  }

  .timeline-item-role .timeline-title {
    font-size: 1.3em;
  }

  .timeline-item-role:hover .timeline-content {
    transform: translateX(5px);
  }

  .timeline-section-header {
    padding-left: 50px;
  }

  .timeline-item-education .timeline-content {
    max-width: none;
    margin: 0;
  }
}

@media screen and (width <= 420px) {
  .container {
    padding: 0 5px !important;
  }

  ul {
    padding-left: 10px !important;
  }

  .accomplishments {
    padding-left: 10px !important;
  }

  #summary .accomplishments {
    padding-left: 20px !important;
  }

  .summary {
    padding-left: 10px !important;
  }

  .timeline-item {
    padding-left: 40px;
  }

  .timeline-item-role,
  .timeline-item-project,
  .timeline-item-education {
    padding-left: 40px;
  }

  .timeline-marker {
    left: 5px;
    width: 12px;
    height: 12px;
  }

  .timeline-item-role .timeline-marker {
    width: 16px;
    height: 16px;
    left: 3px;
  }

  .timeline-item-project .timeline-marker,
  .timeline-item-education .timeline-marker {
    left: 5px;
  }

  .timeline-line {
    left: 10px;
  }

  .timeline-section-header {
    padding-left: 40px;
  }

  .timeline-year {
    font-size: 1.3em;
  }
}

/* Print styles for resume */
.print-only {
  display: none;
}

@media print {
  body.resume {
    padding: 0;
    width: auto !important;
    max-width: none !important;
    overflow: visible !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 10pt;
    line-height: 1.28;
  }

  body.resume #bar,
  body.resume nav,
  body.resume .no-print {
    display: none !important;
  }

  body.resume .print-only {
    display: block !important;
  }

  body.resume .container {
    display: block !important;
    max-width: none;
    width: 100%;
    padding: 0 !important;
    margin: 0;
  }

  body.resume h1 {
    margin: 0;
    padding: 0 0 0.02in;
    font-size: 64pt !important;
    line-height: 0.95;
    white-space: nowrap;
  }

  body.resume #header {
    display: block;
    margin: 0 0 0.1in;
    padding: 0;
    break-inside: avoid-page;
  }

  body.resume #header > h1 {
    margin: 0;
  }

  body.resume #header > h5 {
    margin: 0 0 0.06in;
    font-size: 8.8pt;
    line-height: 1.2;
    font-weight: 400;
  }

  body.resume #contact {
    position: static;
    font-size: 10.5pt;
    line-height: 1.35;
    margin: 0 0 0.06in;
    padding-top: 0;
    text-align: left;
  }

  body.resume #contact ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.03in 0.2in;
    margin: 0;
    padding-left: 0;
    list-style: none;
  }

  body.resume #contact li {
    margin: 0;
    line-height: 1.25;
    white-space: nowrap;
  }

  body.resume #summary,
  body.resume #main,
  body.resume #main > .experience,
  body.resume #main > .right-col {
    display: block !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
  }

  body.resume #main {
    margin-top: 0.03in;
  }

  body.resume #main > .experience,
  body.resume #main > .right-col {
    margin-top: 0.03in;
  }

  body.resume p,
  body.resume li {
    font-size: 9.2pt;
    line-height: 1.22;
    orphans: 3;
    widows: 3;
  }

  body.resume #summary p.summary {
    margin-top: 0.02in;
    margin-bottom: 0.03in;
  }

  body.resume h2 {
    font-size: 12pt;
    margin: 0.05in 0 0.03in;
    break-after: avoid-page;
  }

  body.resume h3 {
    font-size: 9.8pt;
    margin-top: 0.035in;
    margin-bottom: 0.015in;
    break-after: avoid-page;
  }

  body.resume h4 {
    font-size: 9.4pt;
    margin-top: 0.025in;
    margin-bottom: 0.015in;
    break-after: avoid-page;
  }

  body.resume section {
    margin-bottom: 0.04in;
    break-inside: avoid-page;
  }

  body.resume section.experience {
    break-inside: auto;
  }

  body.resume .education > ul > li > h3 {
    margin-top: 0.02in;
    margin-bottom: 0.008in;
  }

  body.resume .education > ul > li > h4 {
    margin-top: 0;
    margin-bottom: 0.008in;
  }

  body.resume .education > ul > li > ul.skills {
    margin-top: 0.006in;
    margin-bottom: 0.02in;
  }

  body.resume .education > ul > li:has(> ul.skills) + li > h3 {
    margin-top: 0.03in;
  }

  body.resume ul {
    margin-top: 0.015in;
    margin-bottom: 0.03in;
  }

  body.resume ul.accomplishments > li,
  body.resume ul.skills > li {
    margin-bottom: 0.008in;
  }

  body.resume .company-logo {
    height: 0.19in !important;
    width: 0.19in !important;
  }

  body.resume a:link,
  body.resume a:visited {
    text-decoration: none !important;
    color: #000 !important;
    border-bottom: none !important;
  }

  body.resume * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
