/*
Theme Name: 乡村百科移动端
Theme URI: https://example.com/
Description: 地点圈·乡村百科 - 数字乡村建档移动端主题，基于 twentytwentyfive 子主题
Version: 1.0
Author: 地点圈
Template: twentytwentyfive
License: GPL v2 or later
*/

/* 子主题基础样式，详细样式见 assets/css/app.css */

/* 搜索分页样式 */
.rural-pagination {
    display: flex;
    justify-content: space-between;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.rural-pagination .nav-links {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
}
.rural-pagination a,
.rural-pagination span {
    padding: 10px 16px;
    background: #f4f5f7;
    border-radius: 10px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
}
.rural-pagination a:hover { background: #e8e8e8; }
.rural-pagination .current { background: #1a1a1a; color: #fff; }
