body {
  font-family: "Roboto Slab", serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 11pt;
  line-height: 1.15;
}

.container {
  max-width: 64rem;
  margin: 0.75in;
  padding: 0;
}

header {
  border-bottom: 1px solid #000;
  padding-bottom: 0.5rem;
}

h1 {
  font-size: 16pt;
  font-weight: 700;
  text-align: left;
  line-height: 1.15;
  margin: 0;
}

.header-name {
  margin-bottom: 0;
  line-height: 1.2;
  color: #2e5c8a;
}

.header-contact {
  margin: 0;
  line-height: 1.2;
  font-size: 10pt;
}

.section-title {
  text-align: left;
  font-size: 12pt;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.15;
  color: #2e5c8a;
}

.job-title {
  font-size: 11pt;
  font-weight: 700;
  text-align: left;
  margin: 0;
  line-height: 1.15;
}

.job-location {
  font-size: 10pt !important;
}

.hover\:text-blue-800:hover {
  color: #2c5282;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.font-bold {
  font-weight: 700;
}

.text-gray-600 {
  color: #718096;
}

.text-gray-700 {
  color: #4a5568;
}

.my-0 {
  margin-bottom: 0;
  margin-top: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.list-disc {
  list-style-type: disc;
}

.list-disc li {
  line-height: 1.15;
  font-size: 11pt;
  margin-bottom: 0.75em;
}

.list-disc li:last-child {
  margin-bottom: 0;
}

.pl-5 {
  padding-left: 1.25rem;
}

p {
  line-height: 1.15;
  font-size: 11pt;
}

/* Print-specific styles */
@media print {
  /* Remove default page margins and hide URL/page numbers */
  @page {
    margin: 0.75in;
    size: letter;
  }

  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    background-color: white;
    font-size: 11pt;
    line-height: 1.15;
    font-family: Calibri, "Trebuchet MS", sans-serif;
  }

  /* Preserve the container width for printing */
  .container {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
  }

  header {
    border-bottom: 1px solid #000 !important;
    padding-bottom: 0.5rem;
  }

  h1 {
    font-size: 16pt;
    line-height: 1.15;
  }

  .header-name {
    color: #2e5c8a !important;
  }

  .section-title {
    font-size: 12pt;
    line-height: 1.15;
    color: #2e5c8a !important;
  }

  .job-title {
    font-size: 11pt;
    line-height: 1.15;
  }

  p, li {
    font-size: 11pt;
    line-height: 1.15;
  }

  /* Ensure links don't show with underlines or different colors */
  a {
    text-decoration: none !important;
    color: inherit !important;
  }

  /* Hide hover states */
  .hover\:text-blue-800:hover,
  .hover\:underline:hover {
    color: inherit !important;
    text-decoration: none !important;
  }

  /* Ensure text is black for better printing */
  .text-gray-600,
  .text-gray-700 {
    color: #000 !important;
  }

  /* Force background colors to print */
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
}

