/*
Theme Name: TAS
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  ***************/


}

/*
/* CSS cho mobile layout - giữ nguyên cấu trúc gốc 
@media (max-width: 768px) {
  /* Container chính - flexbox ngang */
  /*.box-blog-post {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px;
  }
  
  /* Box image bên trái 35% */
 /* .box-blog-post .box-image {
    width: 35% !important;
    flex-shrink: 0;
  
  /* Box text bên phải 50% */
 /* .box-blog-post .box-text {
    width: 75% !important;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  */
 /* .box-blog-post .box-text-inner {
    padding: 0;
  }
*/