.dpoaps-doc-body {
  overflow-x: hidden;
}

.dpoaps-doc-page {
  background: #f5f7f8;
  color: #1c2a30;
}

.dpoaps-doc-hero {
  background: #ffffff;
  border-bottom: 1px solid #dde3e6;
}

.dpoaps-doc-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: #6c7c84;
  font-size: 14px;
}

.dpoaps-doc-breadcrumbs a {
  color: #2c7080;
  text-decoration: none;
}

.dpoaps-doc-heading {
  max-width: 900px;
}

.dpoaps-doc-kicker {
  margin: 0 0 10px;
  color: #c69a3a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dpoaps-doc-heading h1 {
  margin: 0;
  color: #1c2a30;
  font-size: 38px;
  line-height: 1.18;
  letter-spacing: 0;
}

.dpoaps-doc-heading p {
  max-width: 740px;
  margin: 16px 0 0;
  color: #43525a;
  font-size: 18px;
  line-height: 1.6;
}

.dpoaps-doc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.dpoaps-doc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid #2c7080;
  border-radius: 6px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.dpoaps-doc-button-primary {
  background: #2c7080;
  color: #ffffff;
}

.dpoaps-doc-button-secondary {
  background: #ffffff;
  color: #2c7080;
}

.dpoaps-doc-reader-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  color: #43525a;
  font-size: 15px;
}

.dpoaps-doc-reader-toolbar span {
  font-weight: 700;
}

.dpoaps-doc-reader-toolbar a {
  color: #2c7080;
  font-weight: 700;
  text-decoration: none;
}

.dpoaps-doc-reader {
  width: 100%;
  min-height: 720px;
  overflow: hidden;
  border: 1px solid #dde3e6;
  border-radius: 6px;
  background: #eaeef0;
}

.dpoaps-doc-reader iframe {
  display: block;
  width: 100%;
  height: 78vh;
  min-height: 720px;
  border: 0;
  background: #ffffff;
}

@media (max-width: 767.98px) {
  .dpoaps-doc-heading h1 {
    font-size: 28px;
    line-height: 1.22;
  }

  .dpoaps-doc-heading p {
    font-size: 16px;
  }

  .dpoaps-doc-actions,
  .dpoaps-doc-button,
  .dpoaps-doc-reader-toolbar {
    width: 100%;
  }

  .dpoaps-doc-reader-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .dpoaps-doc-reader,
  .dpoaps-doc-reader iframe {
    min-height: 560px;
  }
}
