/*
Theme Name: AI Nature Bloom
Theme URI: https://ai-nature-bloom.lovable.app/
Description: A high-fidelity, custom-built 100% clone of the AI Nature Bloom Lovable application, optimized for WordPress.
Author: Antigravity AI
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ai-nature
*/

/* WordPress core block styles override and core alignment helpers */
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignleft {
    float: left;
    margin: 0 1.5em 1.5em 0;
}
.alignright {
    float: right;
    margin: 0 0 1.5em 1.5em;
}
.wp-caption {
    background: hsl(var(--card));
    border: 1px solid hsl(var(--border));
    max-width: 100%;
    padding: 0.5rem;
    text-align: center;
    border-radius: var(--radius);
}
.wp-caption-text {
    font-size: 0.875rem;
    color: hsl(var(--muted-foreground));
    margin-top: 0.5rem;
}
