/* Restore representative hero images without bringing back the full stat panel. */
@media (max-width: 720px) {
  body.page-template-page-thi-cong-san-bong-co-nhan-tao .service-hero-grid > .hero-panel,
  body.page-template-page-thi-cong-san-vuon-co-nhan-tao .service-hero-grid > .hero-panel {
    display: block !important;
    order: 4 !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 10px !important;
    border-radius: 20px !important;
  }

  body.page-template-page-thi-cong-san-bong-co-nhan-tao .hero-panel > img,
  body.page-template-page-thi-cong-san-vuon-co-nhan-tao .hero-panel > img {
    display: block !important;
    width: 100% !important;
    height: 190px !important;
    min-height: 190px !important;
    object-fit: cover !important;
    border-radius: 14px !important;
  }

  body.page-template-page-thi-cong-san-bong-co-nhan-tao .hero-panel-grid,
  body.page-template-page-thi-cong-san-vuon-co-nhan-tao .hero-panel-grid {
    display: none !important;
  }

  body.wp-singular.page-template.page-template-page-thi-cong-san-bong-ro.kp-service-family .hero-photo-panel {
    display: block !important;
    order: 4 !important;
    width: 100% !important;
    height: 190px !important;
    min-height: 190px !important;
    margin: 0 !important;
    border-radius: 20px !important;
  }

  body.wp-singular.page-template.page-template-page-thi-cong-san-bong-ro.kp-service-family .hero-photo-panel img {
    display: block !important;
    width: 100% !important;
    height: 190px !important;
    min-height: 190px !important;
    object-fit: cover !important;
  }
}
