/*
 Theme Name:   Hamilton Child
 Template:     hamilton
*/

/* ✅ Boxed header/footer */
header.site-header .section-inner,
footer.site-footer .section-inner {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* ✅ Posts boxed mode */
.ali-layout-boxed .posts {
  max-width: 1240px;
  width: 90% !important;
  margin: 0 auto !important;
  left: auto !important;
}

/* ✅ Posts full width with padding */
.ali-layout-fullwidth .posts {
  padding: 0 20px;
  box-sizing: border-box;
}

/* ✅ Responsive safe spacing */
@media (max-width: 768px) {
  header.site-header .section-inner,
  footer.site-footer .section-inner {
    width: calc(100% - 40px);
    max-width: 100%;
  }
  .ali-layout-boxed .posts {
    width: calc(100% - 40px) !important;
    max-width: 100%;
  }
}
