/*
Theme Name: Spoterly Landing Sale Theme
Theme URI: https://example.com/
Author: Converted by ChatGPT
Author URI: https://example.com/
Description: Minimal landing-page theme to list domains for sale with a custom post type 'domain_listing'.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spoterly-landing
Tags: one-column, custom-background, custom-logo, custom-menu
*/

/* Basic styles (you can replace with your design) */
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; margin:0; padding:0; color:#222; }
header.site-header{ background:#0f1724; color:#fff; padding:36px 20px; }
header .site-title{ font-size:28px; margin:0; }
.hero{ padding:60px 20px; text-align:center; background: linear-gradient(180deg, #0f1724 0%, #1f2937 100%); color:white; }
.hero h1{ font-size:36px; margin:0 0 10px; }
.hero p{ font-size:18px; margin:0 0 20px; }
.container{ max-width:1100px; margin:0 auto; padding:20px; }
.listings{ display:grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap:18px; margin-top:20px; }
.listing{ border:1px solid #e5e7eb; padding:16px; border-radius:8px; background:#fff; }
.listing h3{ margin:0 0 8px; font-size:18px; }
.listing .price{ font-weight:700; color:#0b5; }
footer.site-footer{ text-align:center; padding:20px; background:#f8fafc; margin-top:48px; }
