/*
Theme Name: 030tiyu
Theme URI: https://030tiyu.com
Author: SportsThemes
Author URI: https://8868.com
Description: 专业体育资讯WordPress主题，适用于体育预测、赛事分析等网站
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sportsthemes
Tags: sports, betting, dark-theme, custom-logo, custom-menu, featured-images
*/

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'PingFang SC', 'Microsoft YaHei', sans-serif;
    line-height: 1.6;
    color: var(--text-color, #fff);
    background-color: var(--body-bg-color, #0b0b1e);
}

.site .site-info-container {
    background-image: var(--banner_1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

body.admin-bar .page-header .header-container {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar .page-header .header-container {
        top: 46px;
    }
}

.entry-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-right: 8px;
}

.site-contact-info-icon {
    display: block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-time,
.icon-eye {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
