.bl-card {
  transition: box-shadow 0.3s;
  margin-bottom: 2rem;
}

.bl-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.bl-badge {
  font-weight: 500;
}

.bl-page-link {
  color: #0d6efd;
}

.bl-page-link:hover {
  background-color: #0d6efd;
  color: white;
}

.bl-page-item.active .bl-page-link {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.bl-img-cover {
  object-fit: contain !important;
  width: 100% !important;
  height: 200px !important;
}

.bl-author-img {
  width: 40px;
  height: 40px;
}

.bl-recent-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.bl-sticky {
  top: 20px;
}

.bl-fs-13 {
  font-size: 13px !important;
}

.bl-fs-14 {
  font-size: 14px !important;
}

.bl-fs-15 {
  font-size: 15px !important;
}

.bl-fs-28 {
  font-size: 28px !important;
}

.bl-text-muted {
  color: #6c757d !important;
}

.bl-mb-2 {
  margin-bottom: 0.5rem !important;
}

.bl-mb-3 {
  margin-bottom: 1rem !important;
}

.bl-mt-3 {
  margin-top: 1rem !important;
}

.bl-ms-2 {
  margin-right: 0.5rem !important;
}

.bl-ms-3 {
  margin-right: 1rem !important;
}

.bl-card {
  transition: box-shadow 0.3s;
  margin-bottom: 2rem;
}

.bl-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.bl-badge {
  font-weight: 500;
}

.bl-page-link {
  color: #0d6efd;
}

.bl-page-link:hover {
  background-color: #0d6efd;
  color: #fff;
}

.bl-page-item.active .bl-page-link {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.bl-img-cover {
  object-fit: contain !important;
}

.bl-author-img {
  width: 40px;
  height: 40px;
}

.bl-recent-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.bl-sticky {
  top: 20px;
}

.bl-fs-13 { font-size: 13px !important; }
.bl-fs-14 { font-size: 14px !important; }
.bl-fs-15 { font-size: 15px !important; }
.bl-fs-16 { font-size: 16px !important; }
.bl-fs-18 { font-size: 18px !important; }
.bl-fs-20 { font-size: 20px !important; }
.bl-fs-24 { font-size: 24px !important; }
.bl-fs-28 { font-size: 28px !important; }
.bl-fs-32 { font-size: 32px !important; }

.bl-text-muted {
  color: #6c757d !important;
}

.bl-mb-2 { margin-bottom: 0.5rem !important; }
.bl-mb-3 { margin-bottom: 1rem !important; }
.bl-mb-4 { margin-bottom: 1.5rem !important; }

.bl-mt-3 { margin-top: 1rem !important; }
.bl-mt-4 { margin-top: 1.5rem !important; }

.bl-ms-2 { margin-right: 0.5rem !important; }
.bl-ms-3 { margin-right: 1rem !important; }
.bl-ms-4 { margin-right: 1.5rem !important; }

.bl-me-2 { margin-left: 0.5rem !important; }
.bl-me-3 { margin-left: 1rem !important; }

.bl-comment-reply {
  margin-right: 30px;
}

.bl-meta-icon {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

blockquote {
  border-right: 4px solid #0d6efd;
  padding-right: 1rem;
  margin-right: 0;
  font-style: italic;
  color: #6c757d;
}

