/*
 Theme Name: Matomeru
 Theme URI: https://example.com/
 Author: Matomeru Team
 Author URI: https://example.com/
 Description: Minimal starter theme scaffold for Matomeru site.
 Version: 1.0.0
 License: GPL-2.0+
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: matomeru
 Tags: custom-background, custom-logo, custom-menu
*/

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    color: #1f2933;
    background-color: #f7fafc;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #2563eb;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}

.container {
    width: min(1100px, 92%);
    margin: 0 auto;
    padding: 2rem 0;
}

.site-header,
.site-footer {
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
}

.site-footer {
    border-bottom: 0;
    border-top: 1px solid #e2e8f0;
}

.site-branding {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 0;
}

.site-navigation ul {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
}

.site-main {
    padding: 2rem 0;
}

.post-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.post-card__meta {
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 0.75rem;
}

.site-footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    font-size: 0.9rem;
    color: #64748b;
}
