/*
Theme Name: LiveCricketPro
Theme URI: https://scorelivecricket.in
Author: Your Name
Description: Lightweight theme to show live cricket scores (scorelivecricket.in)
Version: 1.0
*/

body{font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; margin:0; padding:0; background:#f8f9fb; color:#111}
.header{background:#fff; border-bottom:1px solid #e6e9ef; padding:16px 24px; display:flex; align-items:center; justify-content:space-between}
.header .site-title{font-weight:700; font-size:20px; color:#0b5cff}
.container{max-width:1100px; margin:20px auto; padding:0 16px}
.card{background:#fff; border-radius:10px; padding:14px; box-shadow:0 6px 18px rgba(20,30,50,0.06); margin-bottom:14px}
.match-title{font-weight:600}
.match-meta{color:#556; font-size:13px}
.score{font-size:18px; font-weight:700}
.small{font-size:13px; color:#666}
.live-badge{background:#ff4d4f;color:#fff;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:700}
.upcoming{color:#888;font-weight:600}
.footer{padding:18px;text-align:center;color:#777;border-top:1px solid #eee;margin-top:24px}

@media (max-width:680px){.header{padding:12px}.container{margin:12px}}