/* Daily Fresh Content — frontend styles
 * Forces the block output to inherit the page's font so it blends seamlessly.
 */
.dfc-block {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    color: inherit;
}
.dfc-block p:last-child { margin-bottom: 0; }
