﻿@import url('css/styles.css');

/*
Theme Name: My Parenting Circle Theme
Theme URI: https://myparentingcircle.com/
Author: My Parenting Circle Team
Author URI: https://myparentingcircle.com/about/
Description: A modern, highly responsive, clean, and SEO-friendly WordPress theme for parenting platforms, community forums, health guides, and recipe portals. Inspired by ParentCircle.com.
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: myparenting-circle

This theme is built using the My Parenting Circle styling system. 
All core variables and structural CSS are imported and enqueued dynamically in functions.php.
*/

/* Reset margins for standard WordPress elements */
.aligncenter {
  display: block;
  margin: 2rem 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: var(--card-bg);
  border: 1px solid var(--border-color);
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption img {
  margin: 0;
  max-width: 100%;
}
.wp-caption-text {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 5px 0 0;
}



