/* V1 editorial system — bespoke pieces for the read-aloud time calculator.
   Structural chrome lives entirely in v1-tools.css; the only bespoke need
   here is a 2-column layout for the plain-text "quick budget" list that
   tiempo-lectura-voz-alta.js fills into [data-readaloud-quick]. */
html.v1 [data-readaloud-quick]{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:2rem}

@media(max-width:520px){
  html.v1 [data-readaloud-quick]{grid-template-columns:1fr}
}
