/**
* Theme Name: Machic Child
* Description: This is a child theme of Machic, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: machic
* Version: 1.4.4
*/
img, video {
  max-width: 100%;
  height: auto;
}

.table-responsive {
  overflow-x: auto;
}

@media (max-width: 768px) {
  .your-class-name {
    padding: 10px;
    font-size: 14px;
  }
}
/* Ensure all images don’t shift layout */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Reserve space for homepage banner or slider */
.banner-wrapper {
  min-height: 280px; /* adjust to match your slider/banner height */
  overflow: hidden;
}

/* Fix shifting WooCommerce product images */
.woocommerce ul.products li.product a img {
  min-height: 300px; /* or your average image height */
}

/* Avoid layout shifts in logo area */
.site-logo img {
  max-height: 60px;
  width: auto;
}