/*
Theme Name: 赛事预测买料
Theme URI: https://prber.com/
Description: 专注于赛事预测和付费买料的移动端主题
Author: Developer
Author URI: https://prber.com/
Version: 1.0.0
Text Domain: match-predict
Tags: mobile-first, sports, betting, prediction, responsive
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background-color: #f5f5f5;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
