/*
Theme Name: KDM Theme
Theme URI: https://kdmmachining.com
Author: KDM
Author URI: https://kdmmachining.com
Description: KDM Precision Machining - Professional sheet metal fabrication and CNC machining theme
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kdm
Tags: manufacturing, cnc-machining, precision-engineering
*/

@import url('css/No-Pillow.css');
@import url('css/index.css');

.ProductCapaNav .sub {
    display: none;
}

.ProductCapaNav li.expanded > .sub {
    display: block;
}

.ProductCapaNav .toggle-btn {
    float: right;
    margin-top: 3px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.ProductCapaNav .toggle-btn.rotated {
    transform: rotate(90deg);
}

/* 分页样式 */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    gap: 8px;
}

.pagination a,
.pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #e5e6eb;
    border-radius: 6px;
    background: #fff;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.pagination a:hover {
    background: #f5f5f5;
    border-color: #0071BC;
    color: #0071BC;
}

.pagination .current {
    background: #0071BC;
    border-color: #0071BC;
    color: #fff;
}

.pagination .prev,
.pagination .next {
    padding: 0 16px;
}
