/* gr-module: summaries
 * Neutralize thumbnail img px sizes frozen at the 1440px capture inside
 * summary-v2 AUTOGRID blocks. The .summary-thumbnail wrapper keeps its
 * inline padding-bottom ratio (scales with item width); the image simply
 * fills it, matching live behavior (absolute-positioned, object-fit: cover).
 * Scoped to the autogrid design only so summary carousels etc. are untouched.
 */
.sqs-block-summary-v2 .sqs-gallery-design-autogrid .summary-thumbnail img.summary-thumbnail-image {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
