/* City home page — 3-column jobs/employers row (WP Bakery) */

.vc_custom_1755437320947 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.vc_custom_1755437320947 > .wpb_column {
  margin-bottom: 0;
}

.vc_custom_1755437320947 .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.vc_custom_1755437320947 .rework-min-list {
  height: 100%;
}

/* Stack columns on tablet/mobile — avoid 3 narrow ~320px columns */
@media (max-width: 1199px) {
  .vc_custom_1755437320947 > .wpb_column.vc_col-sm-4 {
    width: 100% !important;
    float: none !important;
    margin-bottom: 28px;
  }

  .vc_custom_1755437320947 > .wpb_column.vc_col-sm-4:last-child {
    margin-bottom: 0;
  }

  .vc_custom_1755437320947 {
    padding-top: 40px !important;
    padding-bottom: 24px !important;
  }
}

@media (max-width: 767px) {
  .vc_custom_1755437320947 {
    padding-top: 28px !important;
    padding-right: 12px !important;
    padding-bottom: 16px !important;
    padding-left: 12px !important;
  }

  .vc_custom_1755437320947 > .wpb_column.vc_col-sm-4 {
    margin-bottom: 24px;
  }

  .vc_custom_1755437320947 .rework-min-list:last-child {
    margin-bottom: 0;
  }
}

/* Desktop 3-column: equal visual weight */
@media (min-width: 1200px) {
  .vc_custom_1755437320947 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .vc_custom_1755437320947 > .wpb_column.vc_col-sm-4 {
    display: flex;
    flex-direction: column;
  }

  .vc_custom_1755437320947 > .wpb_column.vc_col-sm-4 > .vc_column-inner {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }

  .vc_custom_1755437320947 > .wpb_column.vc_col-sm-4 .wpb_wrapper {
    flex: 1 1 auto;
  }
}
