/* BOC 2026-07-27 — /es/ deltas vs the merged ROOT theme modules.
   Merged /cc/ pages render with the root modules, so rules that existed only in the pre-merge
   /es/ module are lost. This file restores the ES-specific ones. Loaded on /es/ pages only by
   ig-includes/ig-boc-locale-css-overrides.php, after the root modules. */

/* paym-boxes.css: root has "padding:0 0 15px 0", the /es/ module had "padding:15px 0" —
   without the top padding the payment logos (skrill/paysafecard/bitcoin/paypal/neteller/visa
   on /es/nuevos/) sit at the top of their box instead of being vertically centred. */
.paym-boxes.small-version > div > div {
    padding: 15px 0;
    /* The box-equalising JS writes an inline min-height computed from the ROOT layout (64px here,
       34px on the pre-merge /es/ site); combined with the restored padding that inflates the box by
       30px. Let the content size the box so the total lands back on OLD's 64px. */
    min-height: 0 !important;
}

/* redesign/_paym-icon.css: the merged ROOT module carries the generic 160x60 paylogo Apple Pay
   (correct for root/UK, and what OLD /ro/ used too), but this locale`s pre-merge module used the
   small 86x26 new-images variant. Restore it, plus the @2x visa art. */
._paym-icon.apple-pay { background-image: url(/style/new-images/apple-pay@2x.png); width: 86px; height: 26px; }
._paym-icon.visa { background-image: url(/style/new-images/visa@2x.png); }

/* Author photos: the pre-merge /es/ theme pointed the DEFAULT .author:before at Victor Rodriguez in
   both byline positions; the merged root points them at the UK house author (Ken Johnson) and the
   generic author-1.jpg. Same selectors as root so this file (loaded later) wins. */
.conv-table .status-row .status-info .author:before { background-image: url(/es/files/victor-rodriguez-autor-redactor.png); }
.pagemeta .last-update .author:before { background-image: url(/es/style/new-images/victor-rodriguez-autor-redactor.jpg); }
