/*
Theme Name: Gig Classified Ads
Theme URI: https://example.com/gig
Author: Hassan
Author URI: https://example.com
Description: A responsive classified ads / marketplace theme. Post, buy, sell, rent, and offer services. Fully editable with Elementor. Custom Listings post type with VIP & Premium tiers, category-specific ad fields, guest posting, and WooCommerce-powered memberships & stores.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: gig
Tags: e-commerce, classifieds, marketplace, elementor, responsive
*/

/* Base reset - detailed design lives in assets/css/gig-style.css */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }
button { font-family: inherit; cursor: pointer; }
