/*
 * LaMilka 0.4.56 — transfer price-card vertical-spacing correction.
 *
 * The 0.4.53 breathing-room layer established a 16px mobile/tablet and 20px
 * desktop grid gap between transfer-column cards.  An older -8px top margin
 * remained on the fixed-price card, making the image-to-card gap smaller than
 * the card-to-benefits gap.  Resetting only that margin makes the two external
 * gaps identical without changing card dimensions, internal padding, or copy.
 */
.lamilka-transfer__prices {
  margin: 0 auto !important;
}
