/* Clone shims — layout-only compensation for deliberately omitted third-party widgets.
   The Clutch review badge is an external iframe widget (widget.clutch.co). It is not
   loaded in this clone, so its container would collapse to 0px and shift the footer.
   Reserving its rendered height keeps surrounding layout identical to the original. */
.clutch-widget {
  min-height: 40px;
}
