/* ===========================
   Header
   =========================== */
.subtitle {
    font-size: 1.5rem;
    color: #1B4C84;
    font-weight: 400;
    margin-top: -1rem;
}

.whitepaper-title {
    font-size: 1.25rem;
    font-weight: 300;
    margin: 0.5rem 0;
    color: #444;
}

.whitepaper-heading {
    font-size: 2rem;
    text-align: center;
    color: #1B4C84;
    margin-bottom: 2rem;
}

/* ===========================
   Landing Page
   =========================== */
.wrapper-ai-power-digital-employee {
    max-width: 800px;
    margin: 0 auto;
    padding: 1rem;
    width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
    white-space: normal;
}

.wrapper-ai-power-digital-employee h1 {
    word-wrap: break-word;
    white-space: normal;
}

.wrapper-ai-power-digital-employee h2 {
    margin-top: 2.5rem;
}

.conversational-ai-versus-generative-ai h5 {
    text-decoration: underline;
    margin-bottom: 0rem; /* or adjust as needed */
}

/* ===========================
   Table of Contents
   =========================== */
.table-of-contents ul {
  list-style: none;
  padding-left: 0;
  max-width: 500px;
  margin: 0 auto;
}

.table-of-contents li {
  display: flex;
  justify-content: space-between;
  padding: 0.3rem 0;
  border-bottom: 1px dashed #ccc;
}

.table-of-contents a {
  text-decoration: none;
  color: #1B4C84;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.page-number {
  color: #555;
}

/* ===========================
   Images
   =========================== */
.wrapper-ai-power-digital-employee img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.image-limited-size {
    width: 75%;       /* 600 / 800 = 0.75 */
    max-width: 600px; /* optional cap */
    height: auto;
    display: block;
    margin: 2rem auto; /* centers the image */
}