/*
Theme Name: Marketing Shift
Description: Custom theme voor Marketing Shift - lightweight en geoptimaliseerd
Author: Marketing Shift
Version: 1.0.3
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: GPL v2 or later
Text Domain: marketing-shift
*/

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    color: #272727;
}

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

/* Header */
.site-header {
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
}

.site-title a {
    text-decoration: none;
    color: #272727;
}

/* Content Area */
.content-area {
    padding: 40px 0;
}

.site-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Posts */
article {
    margin-bottom: 40px;
}

.entry-header {
    margin-bottom: 20px;
}

.entry-title {
    margin: 0 0 10px 0;
}

.entry-title a {
    text-decoration: none;
    color: #272727;
}

.entry-title a:hover {
    color: #0073aa;
}

.entry-meta {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

.entry-meta span {
    margin-right: 15px;
}

.entry-content {
    margin-top: 20px;
}

.post-thumbnail {
    margin-bottom: 20px;
}

.post-thumbnail img {
    max-width: 100%;
    height: auto;
}

/* Footer */
.site-footer {
    background: #272727;
    color: #fff;
    padding: 30px 0;
    margin-top: 40px;
    text-align: center;
}

.site-footer p {
    margin: 0;
}

