/**
 * Theme Name:          La Liga de la Madera
 * Template:            twentytwentyfive
 * Description:         Theme for La Liga de la Madera
 * Version:             1.0.0
 * Author:              MR
 * Tags:                block-patterns, full-site-editing
 * License:             GNU General Public License v2.0 or later
 * License URI:         https://www.gnu.org/licenses/gpl-2.0.html
 */

 /* Default desktop layout */
.sidebar {
  position: absolute;
  width: 200px;
  left: 0;
  top: 0;
}

/* Mobile layout: stack sidebar on top */
@media screen and (max-width: 1000px) {
  .sidebar {
    position: relative;
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .wp-block-group.post-content {
    margin-left: 0 !important; /* Reset if you added left offset */
  }
}