/*
Theme Name: Martfury Child
Theme URI: http://drfuri.com/unero
Author: DrFuri
Author URI: http://drfuri.com
Description: Martfury Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martfury
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: martfury
*/

<style>
/* Custom CSS Snippet for Border Radius on Images and Boxes (Excluding Site Logo) */

/* Apply to all images except the site logo */
img:not(.custom-logo),
img:not(.site-logo) {
    border-radius: 12px !important;
}

/* Apply to common box/container elements (e.g., divs with typical classes; adjust selectors as needed for your theme) */
.box,
.card,
.container,
.entry-content > div,
.widget > div,
.post-thumbnail,
.attachment-post-thumbnail {
    border-radius: 12px !important;
    overflow: hidden; /* Ensures child elements respect the radius */
}

</style>

/* If your theme uses specific box classes, add them here, e.g., .theme-box { ... } */