/* White body text on Pastry pages; preserve gold headings, red emphasis and dark button labels. */
body.q-pastry-white #contenuto,
body.q-pastry-white #contenuto .q-pastry-detail,
body.q-pastry-white #contenuto .q-detail-subtitle,
body.q-pastry-white #contenuto .q-product-cards,
body.q-pastry-white #contenuto .q-card p,
body.q-pastry-white #contenuto .q-pastry-index p,
body.q-pastry-white #contenuto .q-pastry-index a,
body.q-pastry-white #contenuto .q-pastry-section > p {
    color: #fff;
}

/* Neutral text colors retained by the source editor, including dark image captions. */
body.q-pastry-white #contenuto :is(
    .style_3116806494353862384,
    .style_3545581510987684571,
    .style_745551023215516763,
    .style_785409997264236103,
    .style_2144885496470079704,
    .style_1768092955016,
    .style_1768307515768,
    .style_1768351767086,
    .style_1768351857265,
    .style_1787961239262
) {
    color: #fff;
}

body.q-pastry-white #contenuto .q-pastry-index a:hover,
body.q-pastry-white #contenuto .q-pastry-index a:focus {
    color: #f7b329;
}
