/*
Theme Name: Local Leads
Theme URI: https://example.com/
Description: Ultra-light landing page theme for local lead generation.
Author: The One Stop Blog Shop
Version: 1.0.0
Text Domain: local-leads
*/

body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f5f5f5;
    color: #222;
}

a {
    color: #0b6e4f;
    text-decoration: none;
}

.ll-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}
.ll-main {
    min-height: 70vh;
}
.ll-footer {
    font-size: 0.8rem;
    text-align: center;
    padding: 20px;
    color: #777;
}