/* ============================================
   Cigarette20 主题 - 内页样式
   ============================================ */

/* 基础容器 */
.container-e2f921 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* 主内容区域 */
.main-content-fb6ff7 {
    min-height: 60vh;
    padding: 40px 0;
    background: #f8f9fa;
}

/* 面包屑导航 */
.breadcrumb-4cc152 {
    background: transparent;
    padding: 15px 0;
    margin-bottom: 20px;
    font-size: 14px;
}

.breadcrumb-4cc152 a {
    color: #b48e3a;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb-4cc152 a:hover {
    color: #8b6e2d;
}

.breadcrumb-item-da22d0 + .breadcrumb-item-da22d0::before {
    content: "›";
    padding: 0 8px;
    color: #999;
}

.breadcrumb-item-da22d0.active {
    color: #666;
}

/* 页面标题 */
.page-title-25e9f1 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #b48e3a;
}

/* 卡片样式 */
.card-3208b8 {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    margin-bottom: 20px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.card-3208b8:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.card-header-27b1c7 {
    background: linear-gradient(135deg, #b48e3a 0%, #8b6e2d 100%);
    color: #fff;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 18px;
}

.card-body-594e73 {
    padding: 20px;
}

.card-footer-702ea4 {
    background: #f8f9fa;
    padding: 15px 20px;
    border-top: 1px solid #e9ecef;
}

/* 按钮样式 */
.btn-9bf94f {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.btn-primary-35a8e7 {
    background: linear-gradient(135deg, #b48e3a 0%, #8b6e2d 100%);
    color: #fff;
}

.btn-primary-35a8e7:hover {
    background: linear-gradient(135deg, #8b6e2d 0%, #6d5623 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(180, 142, 58, 0.3);
}

.btn-outline-e21d4d {
    background: transparent;
    border: 2px solid #b48e3a;
    color: #b48e3a;
}

.btn-outline-e21d4d:hover {
    background: #b48e3a;
    color: #fff;
}

.btn-secondary-eac19a {
    background: #6c757d;
    color: #fff;
}

.btn-secondary-eac19a:hover {
    background: #5a6268;
}

/* 网格布局 */
.grid-370447 {
    display: grid;
    gap: 20px;
}

.grid-2-2a6dc2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-3-42d639 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-4-ac7f23 {
    grid-template-columns: repeat(4, 1fr);
}

/* 列表样式 */
.list-group-3b8798 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-group-item-52451f {
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    transition: background 0.3s;
}

.list-group-item-52451f:last-child {
    border-bottom: none;
}

.list-group-item-52451f:hover {
    background: #f8f9fa;
}

/* 分页样式 */
.pagination-7f1aa9 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 30px 0;
    list-style: none;
    padding: 0;
}

.pagination-7f1aa9 a,
.pagination-7f1aa9 span {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 8px;
    background: #fff;
    color: #333;
    text-decoration: none;
    border: 1px solid #ddd;
    transition: all 0.3s;
}

.pagination-7f1aa9 a:hover {
    background: #b48e3a;
    color: #fff;
    border-color: #b48e3a;
}

.pagination-7f1aa9 .active {
    background: #b48e3a;
    color: #fff;
    border-color: #b48e3a;
}

.pagination-7f1aa9 .disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* 表格样式 */
.table-334b68 {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.table-334b68 th,
.table-334b68 td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e9ecef;
}

.table-334b68 th {
    background: #f8f9fa;
    font-weight: 600;
    color: #333;
}

.table-334b68 tr:hover {
    background: #f8f9fa;
}

/* 图片样式 */
.img-fluid-b74504 {
    max-width: 100%;
    height: auto;
    display: block;
}

.img-rounded-22ee11 {
    border-radius: 12px;
}

/* 文本样式 */
.text-center-9173cc {
    text-align: center;
}

.text-muted-a9adc5 {
    color: #6c757d;
}

.text-primary-5eaf47 {
    color: #b48e3a;
}

/* 间距工具类 */
.mt-1-f58e0f { margin-top: 10px; }
.mt-2-2eda81 { margin-top: 20px; }
.mt-3-0233fb { margin-top: 30px; }
.mt-4-953346 { margin-top: 40px; }

.mb-1-f52b26 { margin-bottom: 10px; }
.mb-2-6f0fb5 { margin-bottom: 20px; }
.mb-3-491d5c { margin-bottom: 30px; }
.mb-4-fc10da { margin-bottom: 40px; }

.pt-1-21b768 { padding-top: 10px; }
.pt-2-2d68c2 { padding-top: 20px; }
.pt-3-0dac3d { padding-top: 30px; }
.pt-4-933761 { padding-top: 40px; }

.pb-1-7cebf5 { padding-bottom: 10px; }
.pb-2-6aad03 { padding-bottom: 20px; }
.pb-3-009ef4 { padding-bottom: 30px; }
.pb-4-1a63fe { padding-bottom: 40px; }

/* 响应式 */
@media (max-width: 992px) {
    .grid-4-ac7f23 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .grid-2-2a6dc2,
    .grid-3-42d639,
    .grid-4-ac7f23 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .page-title-25e9f1 {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .grid-2-2a6dc2,
    .grid-3-42d639,
    .grid-4-ac7f23 {
        grid-template-columns: 1fr;
    }
    
    .container-e2f921 {
        padding: 0 10px;
    }
}


/* 标签页样式 */
.tab-btn-39af43 {
    transition: all 0.3s;
}

.tab-btn-39af43:hover {
    color: #b48e3a !important;
}

.tab-content-panel-5e11a1 {
    animation: fadeIn 0.3s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 香烟详情页响应式 */
@media (max-width: 768px) {
    .card-body-594e73 > div[style*="grid-template-columns: 1fr 2fr"] {
        grid-template-columns: 1fr !important;
    }
    
    .card-body-594e73 > div > div > div[style*="grid-template-columns: repeat(2, 1fr)"] {
        grid-template-columns: 1fr !important;
    }
}


/* ============================================
   评分显示样式 (Rating Display)
   ============================================ */

.rating-display-a30f56 {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    font-size: 14px;
}

.rating-display-a30f56 i {
    font-size: 14px;
}

/* 小尺寸评分显示 */
.rating-display-sm-936ed4 {
    font-size: 12px;
}

.rating-display-sm-936ed4 i {
    font-size: 12px;
}

/* 大尺寸评分显示 */
.rating-display-lg-4036ea {
    font-size: 18px;
}

.rating-display-lg-4036ea i {
    font-size: 18px;
}

