/*
Theme Name: BizListings Theme
Theme URI: https://example.com/
Author: Your Name
Description: A Business Listings, Location Listings, and News WordPress Theme
Version: 1.0
License: GPLv2 or later
Text Domain: bizlistings
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f5f5f5;
}

header {
    background: #222;
    color: #fff;
    padding: 15px;
}

header a {
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
}

.container {
    width: 90%;
    margin: auto;
    padding: 20px 0;
}

.card {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 10px;
}
