/* Homepage circles: show the circle text as a second line of the title */
.panel-layout .widget_circleicon-widget .circle-icon-box h4 { margin-bottom: 2px !important; }
.panel-layout .widget_circleicon-widget .circle-icon-box p.text { font-size: 17px !important; color: #3b3b3b !important; margin-bottom: 13px !important; line-height: 1.4; }

/* Site-wide readable base font size (theme default was 13px) */
body, button, input, select, textarea { font-size: 16px; }

/* Tables inside page content (e.g., Cupcake & Cake Menu) */
.entry-content table,
.entry-content table td,
.entry-content table th { font-size: 16px !important; color: #3b3b3b !important; line-height: 1.5; }
.entry-content table strong { color: #2d3d1f; }