/**
 * UnderScope — REHub offerbox image fix only
 * object-fit: contain prevents crop when REHub uses cover on images with off-center subjects
 * (Trying one fix at a time — no CTA/layout rules)
 */

.wp-block-rehub-offerbox img {
  object-fit: contain !important;
  object-position: center center !important;
}
