/*
Theme Name: themeTop8k
Description: Theme for themeTop8k site
Author: themeTop8k
Template: flatsome
Version: 1.4
*/








/* Remove sidebar border on larger screens */
@media screen and (min-width: 850px) {
  .row-divided > .post-sidebar.col {
    border-left: none !important;
  }
}

/* Mobile optimizations */
@media only screen and (max-width: 48em) {
  .header .header-search-form .search-field {
    width: 250px;
  }
}


.clamp-title-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
}

/* Pagination Flatsome custom màu sắc */
.page-number.current {
  background: var(--wp--preset--color--primary) !important;
  color: #fff !important;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);
  border-radius: 2px !important;
  line-height: 2.25em !important;
}
.page-number {
  background: #3b363636 !important;
  color: #9e9b9b !important;
  transition: all .2s;
  border-radius: 2px !important;
  margin: 0 2px;
  line-height: 2.25em !important;
}
.page-number:not(.current):hover {
  background: #424242 !important;
  color: #fff !important;
}
/* Ẩn viền mặc định nếu có */
.page-number,
.page-number.current {
  border: none !important;
}