/*
Theme Name: Anything goes Market
Description: A simple, modern WordPress theme for the event announcement website "Anything goes Market".
Version: 1.0
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: anything-goes-market
*/

/* Reset & Basic Styles */
body {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #333;
    background-color: #f9f9f9;
    line-height: 1.6;
}

.site-header {
    background-color: #fff;
    padding: 2rem 0;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.site-title {
    margin: 0;
    font-size: 2.5rem;
    font-weight: bold;
}

.site-title a {
    text-decoration: none;
    color: #222;
}

.site-description {
    color: #666;
    margin-top: 0.5rem;
}

.site-content {
    max-width: 800px;
    margin: 3rem auto;
    padding: 0 1rem;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border-radius: 8px;
    overflow: hidden;
}

.post {
    padding: 2rem;
    border-bottom: 1px solid #eaeaea;
}
.post:last-child {
    border-bottom: none;
}

.post-title {
    margin-top: 0;
    font-size: 2rem;
    color: #222;
}

.site-footer {
    text-align: center;
    padding: 2rem 0;
    background-color: #222;
    color: #aaa;
    font-size: 0.9rem;
    margin-top: 3rem;
}

img { max-width: 100%; height: auto; }
.custom-header img { display: block; margin: 0 auto; }
