.blog-section ul {
  list-style-type: disc;
  margin-left: 2%;
}
.blog-section ol {
  list-style-type: decimal;
  margin-left: 2%;
}

.ck-content table td {
  word-wrap: break-word !important;
}
.ck-content table th {
  word-wrap: break-word !important;
}
.ck-content .space_remove {
  margin-top: -19px !important;
}
.ck-content pre {
  margin-bottom: 1rem !important;
}
.blog-section {
  margin-top: 0px !important;
}
.filterContainer {
  position: relative;
  overflow: hidden; /* Hide overflow outside the carousel */
}

.blogCategory {
  display: flex;
  white-space: nowrap;
}

.blogCategory li {
  flex-shrink: 0; 
  padding: 0 1px;
  text-align: center;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
}
.blogCategory .owl-nav {
  margin-left: 0 !important;
  text-align: end;
  margin-bottom:10px;
}
.owl-nav svg{
  font-size: 12px;
  margin-bottom: 4px;
}
.owl-prev {
  margin-right: 10px;
}

.blogCategory .owl-nav button.disabled {
  color: #aaa !important;
  cursor: not-allowed;
  border: 1px solid #aaa !important;

}
.blogCategory .owl-nav button.disabled svg{
  color: #aaa;
}
.owl-nav button svg{
  color: rgb(247, 136, 17);
}
.owl-nav button{
  height: 20px;
  width: 20px;
  border: 1px solid rgb(247, 136, 17) !important;
}
.blogCategory .owl-stage-outer {
  width: 100%;
  margin: auto;
  order: 2;
}
.owl-carousel.owl-loaded {
  display: flex !important;
  flex-direction: column;
}
.owl-nav:has(.owl-prev.disabled):has(.owl-next.disabled) {
  display: none;
}
.owl-carousel .owl-item img{
  object-fit: contain !important;
}