/*
 * Doug's Pets custom stylesheet
 * Load this file after main.css.
 */

/* Keep article paragraphs and ordinary article lists typographically consistent. */
.blog-details-section .blog-details-wrapper .blog-content > p,
.blog-details-section .blog-details-wrapper .blog-content > ul,
.blog-details-section .blog-details-wrapper .blog-content > ol,
.blog-details-section .blog-details-wrapper .blog-content > ul > li,
.blog-details-section .blog-details-wrapper .blog-content > ol > li {
  font-family: inherit !important;
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: normal;
}

.blog-details-section .blog-details-wrapper .blog-content > ul,
.blog-details-section .blog-details-wrapper .blog-content > ol {
  margin: 0 0 1.5rem;
  padding-left: 1.5rem;
}

.blog-details-section .blog-details-wrapper .blog-content > ul > li,
.blog-details-section .blog-details-wrapper .blog-content > ol > li {
  margin-bottom: 0.35rem;
  padding-left: 0.25rem;
}

.blog-details-section .blog-details-wrapper .blog-content > ul > li:last-child,
.blog-details-section .blog-details-wrapper .blog-content > ol > li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .blog-details-section .blog-details-wrapper .blog-content > ul,
  .blog-details-section .blog-details-wrapper .blog-content > ol {
    padding-left: 1.25rem;
  }
}
