/*
Theme Name: FastSPV2
Theme URI: https://example.com/fastsv2
Author: Your Name
Author URI: https://example.com
Description: A custom WordPress theme for FastSP
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fastspv2
Tags: custom, responsive, modern

FastSPV2 is a custom WordPress theme.
*/

/* ==========================================================================
   Base Styles
   ========================================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

a {
    color: #0073aa;
    text-decoration: none;
}

a:hover {
    color: #005177;
}

/* ==========================================================================
   Layout
   ========================================================================== */

.site-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ==========================================================================
   Header
   ========================================================================== */

.site-header {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
}

.site-title {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}

.site-description {
    font-size: 14px;
    color: #666;
    margin: 5px 0 0;
}

.custom-logo {
    width: 50px;
    height: auto;
}

/* ==========================================================================
   Navigation
   ========================================================================== */

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation li {
    display: inline-block;
    margin-right: 20px;
}

.main-navigation a {
    display: block;
    padding: 10px 0;
}

/* ==========================================================================
   Content
   ========================================================================== */

.site-content {
    padding: 40px 0;
}

.content-area {
    width: 70%;
    float: left;
    padding-right: 40px;
}

.widget-area {
    width: 30%;
    float: left;
}

/* ==========================================================================
   Posts
   ========================================================================== */

.entry-title {
    font-size: 32px;
    margin-bottom: 10px;
}

.entry-meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.entry-content {
    margin-bottom: 30px;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.site-footer {
    background: #f7f7f7;
    border-top: 1px solid #e5e5e5;
    padding: 40px 0;
    margin-top: 40px;
    clear: both;
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
