div.pagination > span.current {                                                                                                                                                                                 
   color: #fff;                                                                                                                                                                                                
   display: flex;                                                                                                                                                                                              
   align-items: center;                                                                                                                                                                                        
   justify-content: center;                                                                                                                                                                                    
   flex-wrap: nowrap;                                                                                                                                                                                          
   flex-shrink: 0;                                                                                                                                                                                             
   gap: 4px;                                                                                                                                                                                                   
   position: relative;                                                                                                                                                                                         
   width: 28px;                                                                                                                                                                                                
   height: 28px;                                                                                                                                                                                               
   padding: 6px 16px 6px 16px;                                                                                                                                                                                 
   background: #6ebf41;                                                                                                                                                                                        
   border-radius: 4px;                                                                                                                                                                                         
}                                                                                                                                                                                                               
div.pagination > a.page-numbers {                                                                                                                                                                               
  display: flex;                                                                                                                                                                                              
  align-items: center;                                                                                                                                                                                        
  justify-content: center;                                                                                                                                                                                    
  flex-wrap: nowrap;                                                                                                                                                                                          
  flex-shrink: 0;                                                                                                                                                                                             
  gap: 4px;                                                                                                                                                                                                   
  position: relative;                                                                                                                                                                                         
  width: 28px;                                                                                                                                                                                                
  height: 28px;                                                                                                                                                                                               
  padding: 6px 16px 6px 16px;                                                                                                                                                                                 
  background: rgba(42, 254, 190, 0.14);                                                                                                                                                                       
  border-radius: 4px;                                                                                                                                                                                         
  color: #4cc38a;                                                                                                                                                                                             
}                                                                                                                                                                                                             
#search div.categories {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 12px;
  width: 332px;
  height: 370px;
  padding: 12px 0 12px 0;
  background: rgba(22, 22, 22, 0.01);
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
.articles {
  width: 194px;
  height: 21px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
  text-overflow: initial;
  white-space: nowrap;
}
.main-container {
  position: relative;
  margin: 0 auto;
  background: #1c1c1c;
  overflow: hidden;
}

#search #main-container p {
  color: #EDEDED;
  font-size: 14px;
  font-family: Inter;
  font-weight: 400;
  line-height: 21px;
  word-wrap: break-word;
  margin:0;
}

.auto-layout-vertical-2,.auto-layout-vertical-3,.auto-layout-vertical-4,.auto-layout-vertical-5 {
  padding: 0 0 0 0;
}
