/*
Theme Name: MPLB Theme
Template: twentytwentyfour
Version: 0.1
*/

/* ── Global reset ── */
body {
    font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
    color: #111;
    background: #fff;
}

/* ── Header ── */
.wp-block-template-part header,
header.wp-block-template-part {
    background: #000 !important;
    color: #fff !important;
    padding: 0 !important;
}

.wp-block-site-title a,
.wp-block-site-title {
    color: #fff !important;
    font-family: -apple-system, Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}

.wp-block-navigation a {
    color: #ccc !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
}

.wp-block-navigation a:hover {
    color: #fff !important;
}

/* ── Homepage post list ── */
.wp-block-post-title a {
    color: #111;
    text-decoration: none;
    font-family: Georgia, serif;
    font-size: 20px;
    line-height: 1.3;
}

.wp-block-post-title a:hover {
    color: #c00;
}

.wp-block-post-date time {
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: -apple-system, Arial, sans-serif;
}

/* LIVE badge on post listing */
.mplb-is-live .wp-block-post-title::before {
    content: "● LIVE";
    display: inline-block;
    background: #c00;
    color: #fff;
    font-family: -apple-system, Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 2px 7px;
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

/* ── Article page ── */
.wp-block-post-content {
    font-family: Georgia, serif;
    font-size: 17px;
    line-height: 1.7;
    max-width: 720px;
    margin: 0 auto;
}

.entry-title,
.wp-block-post-title {
    font-family: Georgia, serif;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 8px;
}

/* Divider between posts in listing */
.wp-block-post {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
