Custom CSS
/* Post card hover */
.loop-entry { border-radius: 12px !important; overflow: hidden; transition: transform 0.2s; }
.loop-entry:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(139,106,79,0.15) !important; }
/* Category labels */
.entry-taxonomies a { background: #fdf4ed; color: #7c4f2c; padding: 2px 8px; border-radius: 20px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
/* Slightly warmer background */
body { background: #fdfaf6 !important; }