/* IH_REPAIR_CARDS_V1 — 14.09.2026
 * Add ih-repair-card-grid only to the existing card row on:
 * /teknikservis, /m-1/iphone-tamiri, /m-2/ipad-tamiri,
 * /m-3/apple-watch-tamiri.
 * Load after ih-style-20260910.css.
 * Desktop rules and all rows without this class are unchanged.
 */
@media only screen and (max-width: 991px) {
  .ih-repair-card-grid .project-item {
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }

  .ih-repair-card-grid .project-item > a > img {
    display: block;
  }

  .ih-repair-card-grid .project-item .content.content-max {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin: 0;
  }
}
