/*
Theme Name: RangerBuyer
Theme URI: https://rangerbuyer.com
Author: RangerBuyer Team
Author URI: https://rangerbuyer.com
Description: A professional WordPress theme for buying Ford Ranger vehicles. Features include responsive design, quote forms, and modern styling with Tailwind CSS.
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: rangerbuyer
Tags: automotive, business, one-column, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* This theme uses Tailwind CSS via CDN for styling */
/* All styles are handled through Tailwind utility classes */

/* Additional custom styles can be added below */

body {
    margin: 0;
    padding: 0;
}

/* WordPress admin bar spacing */
.admin-bar header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar header {
        top: 46px;
    }
}

/* Ensure WordPress blocks work properly */
.wp-block-image img {
    height: auto;
    max-width: 100%;
}

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

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

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