body {
  background-color: white !important;
}

.breadcrumb {
  flex-wrap: nowrap;
}

.breadcrumb-item {
  flex-shrink: 0;
}

.breadcrumb-item.active {
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-body li {
  list-style-type: inherit;
}
.blog-body h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
}

.blog-title {
  font-size: clamp(1.38rem, 3vw, 2.1rem);
  line-height: 1.15;
}

@media (min-width: 992px) {
  .offcanvas-lg {
    position: static !important;
    z-index: auto;
    display: block !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    width: auto !important;
    height: auto !important;
  }
}

.offcanvas-body aside {
  border-radius: var(--radius);
}

.pagination span.page-link {
  opacity: 0.5;
  pointer-events: none;
}

/*pagination*/

.blog-pager-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #222;
  background: transparent;
  text-decoration: none;
  transition: all 0.2s ease;
}

.blog-pager-btn:hover {
  background: #fff;
  color: #111;
}

.blog-pager-btn.active {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
}

.blog-pager-arrow {
  font-size: 1.35rem;
}

.blog-pager .aspNetDisabled {
  opacity: 0.35;
  pointer-events: none;
}

.blog-pager > a:not(.blog-pager-btn) {
  padding: 0 0.25rem;
  color: #999;
  text-decoration: none;
}
