/*
Theme Name: WP API Runner
Theme URI: https://wpapirunner.com/
Author: WP API Runner
Author URI: https://wpapirunner.com/
Description: WP API Runner is a professional WordPress theme built for API-driven websites, plugin businesses, and automation platforms. It is optimized for selling plugins, managing licenses, and handling webhook-based integrations.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: wp-api-runner
Tags: api, automation, saas, plugins, developer, modern, clean
*/
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f7f9fc;
    color: #1f2937;
}

.site-header,
.site-footer {
    background: #111827;
    color: #ffffff;
    padding: 20px;
}

.site-header a,
.site-footer a {
    color: #ffffff;
    text-decoration: none;
}

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

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

.site-description {
    margin-top: 8px;
    opacity: 0.9;
}

.entry-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    margin-bottom: 24px;
}
