/*
Theme Name: Motors Clean
Theme URI: https://namecentury.com
Author: Namecentury
Author URI: https://namecentury.com
Description: Clean automotive theme
Version: 1.0.0
Requires PHP: 7.4
License: GPL v2 or later
Text Domain: motors-clean
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

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

.site-header {
    background: #1a1a1a;
    color: white;
    padding: 20px 0;
}

.site-title {
    margin: 0;
    font-size: 28px;
}

.site-description {
    margin: 5px 0 0 0;
    font-size: 14px;
    opacity: 0.8;
}
