/* 1. Reset max container width for The7 */
@media (min-width: 1025px) {
  .wf-container {
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}

/* 2. Ensure VC rows behave inside The7's layout */
.vc_row.wpb_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
  box-sizing: border-box;
  float: none !important;
}