/* Ficha head + the honest offers empty state (V1: identity only). */
.ficha-head { display: flex; flex-direction: column; gap: var(--sp-sm); }
.breadcrumbs { font-size: 0.8125rem; color: var(--muted); }
.breadcrumbs a { color: var(--muted); }

/* The enriched paragraph (N18). Set at reading width and below the answer:
   it gives the page substance for search and for a parent who wants context,
   and it never competes with the number that brought them here. */
.ficha-blurb { max-width: 62ch; color: var(--ink); margin-bottom: 0; }

.offers-empty {
  border: 1px solid var(--border); border-radius: var(--r-md);
  background: var(--surface); padding: var(--sp-lg);
}
.offers-empty .title { margin-bottom: var(--sp-2xs); }
.offers-empty p:last-child { margin-bottom: 0; }

/* The ficha's headline answer: the cheapest pañal you can buy today, with its
   pack as metadata beside it (DESIGN.md, "la regla del número protagonista").
   The figure stays Tinta — green belongs to the cheapest row and, from V4, to
   the verdict badge. Restating the answer is not a judgement about it. */
.best-line { display: flex; align-items: baseline; gap: var(--sp-sm); flex-wrap: wrap; }
