/* Daily Special — frontend styling gap fill.
   The .b-special layout lives in the theme's block-patterns.css, but it has no
   rule for .b-special__body (this block's description line), so the text fell
   back to unstyled default. Match the muted body treatment the editor preview
   uses so the frontend reads the same. */
.b-special__body{
    margin:0;
    color:var(--ink-soft, #564e42);
    font-size:.9rem;
    line-height:1.5;
}
