.blog-card {
  border-bottom: 1px solid #dee2e6;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.blog-card:last-child {
  border-bottom: none;
}

.blog-card h5 {
  margin-bottom: 0.25rem;
}

.blog-card .date {
  color: #6c757d;
  font-size: 0.875rem;
  margin-bottom: 0.4rem;
}

.blog-card .excerpt {
  margin-bottom: 0;
}

/* Blog post page */
.blog-post-header {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.blog-post-header .date {
  color: #6c757d;
  font-size: 1rem;
}

.blog-content {
  line-height: 1.8;
}

.blog-content blockquote {
  border-left: 4px solid #dee2e6;
  padding: 0.5rem 1rem;
  margin: 1.5rem 0;
  color: #6c757d;
  font-style: italic;
}

.blog-content img,
.blog-content figure {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
}

.blog-content figure {
  margin: 1rem 0;
}

@media screen and (min-width: 991.98px) {
  .blog-content {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 991.98px) {
  .blog-content {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767.98px) {
  .blog-post-header h1 {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 575.98px) {
  html {
    font-size: 85%;
  }
}
