/*
Theme Name: NL DevStore Theme
Theme URI: https://nldevstore.com
Author: Nexa Logic
Author URI: https://nldevstore.com
Description: A modern, SaaS-style WooCommerce theme for selling WordPress plugins. Built with Tailwind CSS and optimized for conversion.
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nldevstore-theme
Domain Path: /languages
Requires at least: 5.8
Requires PHP: 7.4
*/

/* WordPress Required Styles */
.alignleft {
    float: left;
    margin-right: 1.5em;
}

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

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption-text {
    text-align: center;
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
