/*
Theme Name: PSPro - Public Speaking Pro
Theme URI: https://psprogh.com
Author: PSPro
Author URI: https://psprogh.com
Description: A professional WordPress theme for Public Speaking Pro - fully compatible with Elementor page builder. Perfect for communication training and coaching businesses.
Version: 1.0.0
License: GPL v2 or later
Text Domain: pspro
Tags: elementor, one-column, custom-menu, featured-images, full-width-template
*/

/* Theme styles are primarily handled by Elementor */
/* Base styles for WordPress core elements */

.pspro-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.entry-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* WordPress core alignment */
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.wp-caption {
    max-width: 100%;
    background: #f4f4f2;
    padding: 10px;
    border-radius: 4px;
}

.wp-block-image img {
    max-width: 100%;
    height: auto;
}
