/*
Theme Name: Cystic Skincare Theme
Theme URI: https://cystic-pimples.com/
Author: Antigravity AI
Author URI: https://cystic-pimples.com/
Description: A professional, mobile-responsive custom WordPress theme for an overall skincare and science-backed acne education blog. Designed exactly around the brand color palette and assets.
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: cystic-theme
*/

/* WordPress Core Alignment Classes */
.aligncenter {
    display: block;
    margin: 1.5rem auto;
}
.alignleft {
    float: left;
    margin: 0.5rem 1.5rem 1.5rem 0;
}
.alignright {
    float: right;
    margin: 0.5rem 0 1.5rem 1.5rem;
}
.wp-caption {
    background: #f5f5f5;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption-text {
    font-size: 0.8rem;
    color: #666;
    margin: 5px 0 0;
}
