/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
/* Ẩn sidebar trên tablet và mobile */
@media screen and (max-width: 1024px) {
  #right-sidebar {
    display: none !important;
    visibility: hidden !important;
  }

  /* Cho content full width khi sidebar bị ẩn */
  #content-wrap {
    width: 100% !important;
    margin: 0 auto !important;
  }
}
