/* Explicit sizes prevent the grocery theme's paragraph/list defaults winning. */
.dcg .dcg-prose p,
.dcg .dcg-prose li {
  font-size: 17px !important;
  line-height: 1.8 !important;
}
.dcg .dcg-prose table {
  min-width: 720px;
  table-layout: auto;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.dcg .dcg-prose table th,
.dcg .dcg-prose table td {
  min-width: 180px;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.dcg .dcg-prose table th:first-child,
.dcg .dcg-prose table td:first-child {
  min-width: 140px;
}
.dcg .dcg-prose p.dcg-scroll-hint {
  display: none;
  margin: 22px 0 6px;
  font-size: 12px !important;
  line-height: 1.5 !important;
  color: #65715e;
}
@media (max-width: 700px) {
  .dcg .dcg-prose p,
  .dcg .dcg-prose li {
    font-size: 16px !important;
  }
  .dcg .dcg-prose p.dcg-scroll-hint {
    display: block;
    font-size: 12px !important;
  }
  .dcg .dcg-prose .dcg-scroll-hint + .dcg-table-scroll {
    margin-top: 6px;
  }
}
