/* 世界书专用手绘风格样式 */

.world-content {
    background: #fff !important;
}

.wechat-nav {
    border-top: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
    background: #fff;
    height: 65px !important;
}

.wechat-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #999;
    cursor: pointer;
    transition: all 0.2s;
}

.wechat-nav-item.active {
    color: #000;
}

.wechat-nav-item.active .wechat-nav-icon {
    transform: scale(1.1);
}

.wechat-nav-icon {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 覆盖 list-group 样式以确保统一 */
.world-content .list-group {
    border: 2px solid #000;
    box-shadow: 4px 4px 0px rgba(0,0,0,0.1);
    margin: 15px;
}

.world-content .list-item {
    border-bottom: 1.5px solid #000 !important;
}

.world-content .list-item:last-child {
    border-bottom: none !important;
}

.item-icon svg {
    stroke: #000;
}

/* 编辑/新建页面的表单控件 */
.world-content textarea, 
.world-content input, 
.world-content select {
    border: 2px solid #000 !important;
    border-radius: 12px !important;
    padding: 12px !important;
    background: #fff !important;
    box-shadow: 2px 2px 0px rgba(0,0,0,0.05);
}

.world-content .primary-btn {
    border: 2px solid #000 !important;
    box-shadow: 4px 4px 0 #000 !important;
    background: #fff !important;
    color: #000 !important;
}

.world-content .primary-btn:active {
    transform: translate(2px, 2px);
    box-shadow: 0px 0px 0 #000 !important;
}
