/*
Theme Name: Familia Mercado (Kadence child)
Theme URI: https://familia-mercado.com
Description: Minimal child theme for the Mercado family archive. Spec §2a: only enumerated items live here. Load-bearing structure stays in CPT UI + ACF.
Author: Familia Mercado
Template: kadence
Version: 0.3.0
Text Domain: mercado-child
*/

/* §2a item 3 — living-person suppression (People) */
.mercado-person-details { margin: 0 0 1.5em; padding: 1em 1.25em; border-left: 3px solid #8a9a8a; background: rgba(0,0,0,.03); }
.mercado-person-details dl { display: grid; grid-template-columns: max-content 1fr; gap: .25em 1em; margin: .5em 0 0; }
.mercado-person-details dt { font-weight: 600; }
.mercado-person-details dd { margin: 0; }
.mercado-person-details .es { font-style: italic; opacity: .8; }
.mercado-person-living, .mercado-person-minimal { font-size: .95em; opacity: .85; }

/* §2a item 1 — restored version + View original toggle (Photo/Artwork only) */
.mercado-enhanced-marker { margin: 1.5em 0 0.5em; color: #5a5a5a; }
.mercado-view-original { margin: 0.5em 0 1.5em; }
.mercado-view-original summary { cursor: pointer; font-weight: 600; padding: 0.4em 0; }
.mercado-view-original img { max-width: 100%; height: auto; margin-top: 0.5em; }

.mercado-restored-figure { margin: 0 0 1.25em; }
.mercado-restored-figure img { max-width: 100%; height: auto; }
