/*
Theme Name: Neve - iPutonghua.cn
Theme URI: https://iPutonghua.cn
Template: neve
Author: AZ
Author URI: https://vs.abvnet.com
Description: iputonghua.cn theme, derived from neve.
Tags: blog,custom-logo,e-commerce,rtl-language-support,grid-layout,one-column,two-columns,custom-background,custom-colors,custom-header,custom-menu,featured-image-header,featured-images,flexible-header,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,accessibility-ready,wide-blocks,block-styles,footer-widgets,portfolio,left-sidebar,right-sidebar
Version: 4.2.2.1766551589
Updated: 2025-12-24 12:46:29

*/

/* 让 Font Awesome 图标立即加载，不延迟、不闪烁 */
.fa, .fas, .far, .fal, .fad, .fab {
    font-display: swap !important;
    visibility: visible !important;
    opacity: 1 !important;
}
/* 预加载字体，避免延迟 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: swap;
  src: local('Font Awesome 5 Free');
}

/* 复用原插件的后台样式，无需额外修改 */
.gamehub-admin {
    max-width: 1200px;
    margin: 20px 0;
}
.gamehub-create-form {
    background: #fff;
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    margin-bottom: 20px;
}
.gamehub-games-list-container {
    background: #fff;
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
}
.gamehub-game-item {
    padding: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.gamehub-game-item:last-child {
    border-bottom: none;
}
.gamehub-empty, .gamehub-loading {
    padding: 20px;
    color: #6b7280;
    text-align: center;
}
.gamehub-game-actions {
    margin-top: 10px;
}
