.bp-blog-sidebar .sidebar-products-list a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0;
  color: #212529;
  border-bottom: 1px solid #e6e9f4;
  text-decoration: none;
}
.bp-blog-sidebar .sidebar-products-list a:hover {
  color: #0070F0;
}
.bp-blog-sidebar .sidebar-products-list a:last-of-type {
  border-bottom: 0;
}
.bp-blog-sidebar .sidebar-products-list a .product-icon img {
  width: 26px;
  height: auto;
  display: block;
}
.bp-blog-sidebar .sidebar-about .social-link {
  color: #212529;
  transition: color 0.2s ease;
}
.bp-blog-sidebar .sidebar-about .social-link:hover {
  color: #0070F0;
}

@media (min-width: 992px) {
  .bp-blog-sidebar {
    border-left: 1px solid #e6e9f4;
    padding-left: 1.5rem;
  }
}
.single-post .entry-content {
  line-height: 2;
  color: #131523;
}
.single-post .entry-content p {
  margin-bottom: 2rem;
}
.single-post .entry-content p.last {
  margin-bottom: 4rem;
}
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4 {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1.4rem;
}
.single-post .entry-content h2 {
  font-size: clamp(20px, 2.5vw, 24px);
}
.single-post .entry-content h3 {
  font-size: clamp(17px, 2vw, 20px);
}
.single-post .entry-content ul li {
  list-style: disc;
  margin-bottom: 0.5rem;
}
.single-post .entry-content a {
  color: #0070F0;
  text-decoration: underline;
}
.single-post .entry-content a:hover, .single-post .entry-content a:focus {
  text-decoration: none;
  color: rgb(0, 100.1, 214.5);
}
.single-post .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.25rem;
  margin: 1.5rem 0;
}
.single-post .entry-content ul,
.single-post .entry-content ol {
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}
.single-post .entry-content ol li {
  list-style: decimal;
  margin-bottom: 0.5rem;
}
.single-post .entry-content code {
  background: #f5f6fa;
  font-family: monospace;
  font-size: 0.95em;
  padding: 0.15rem 0.35rem;
  border-radius: 0.25rem;
}
.single-post .entry-content pre {
  background: #f5f6fa;
  padding: 1rem 1.25rem;
  border-radius: 0.375rem;
  font-family: monospace;
  font-size: 0.95rem;
  overflow-x: auto;
  margin: 1.5rem 0;
}
.single-post .entry-content blockquote {
  background: #f5f6fa;
  border-left: 4px solid #0070F0;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
  font-style: italic;
}
.single-post .entry-content hr {
  border: none;
  border-top: 1px dashed #d7dbec;
  margin: 2rem 0;
}
/*# sourceMappingURL=blog.css.map */
