/*
Theme Name: LovePDF Theme
Theme URI: https://pdftools.com/theme
Author: PDF Tools Team
Author URI: https://pdftools.com
Description: A clean, minimal WordPress theme optimized for PDF processing tools.
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: lovepdf-theme
Tags: one-column, custom-menu, full-width-template, translation-ready

This theme, like WordPress, is licensed under the GPL.
*/

/* Basic Reset & Typography */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9fafb;
    margin: 0;
    padding: 0;
}

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

header {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    padding: 20px 0;
    margin-bottom: 40px;
}

footer {
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
    padding: 40px 0;
    margin-top: 60px;
    text-align: center;
    font-size: 14px;
    color: #6b7280;
}

h1, h2, h3, h4, h5, h6 {
    color: #111827;
}

a {
    color: #3b82f6;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Site Layout */
.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.site-title a {
    color: #111827;
}

.main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

.main-navigation a {
    color: #4b5563;
    font-weight: 500;
}

.content-area {
    min-height: 60vh;
}

/* PDF Tools Overrides */
.lovepdf-tools-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-top: 20px;
}
