/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
body {
  font-family: Arial, sans-serif;
}
@media (min-width: 992px) {
  .post-sidebar.large-3.col {
    position: sticky;
    top: 100px; /* Điều chỉnh khoảng cách với top nếu có header */
    z-index: 10;
    align-self: flex-start; /* Đảm bảo không bị chiếm chiều cao toàn khối .row */
  }

  /* Nếu cha bị overflow:hidden thì bật lại */
  .row, .container, .main-content {
    overflow: visible !important;
  }
}

