/* ============================================
   Cigarette20 主题 - 内页样式
   ============================================ */

/* 基础容器 */
.container-2093bc {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* 主内容区域 */
.main-content-7951b6 {
    min-height: 60vh;
    padding: 40px 0;
    background: #f8f9fa;
}

/* 面包屑导航 */
.breadcrumb-24aa9a {
    background: transparent;
    padding: 15px 0;
    margin-bottom: 20px;
    font-size: 14px;
}

.breadcrumb-24aa9a a {
    color: #b48e3a;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb-24aa9a a:hover {
    color: #8b6e2d;
}

.breadcrumb-item-92aaa0 + .breadcrumb-item-92aaa0::before {
    content: "›";
    padding: 0 8px;
    color: #999;
}

.breadcrumb-item-92aaa0.active {
    color: #666;
}

/* 页面标题 */
.page-title-db470c {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #b48e3a;
}

/* 卡片样式 */
.card-d136c5 {
    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-d136c5:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.card-header-207184 {
    background: linear-gradient(135deg, #b48e3a 0%, #8b6e2d 100%);
    color: #fff;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 18px;
}

.card-body-855fc8 {
    padding: 20px;
}

.card-footer-c3d8fc {
    background: #f8f9fa;
    padding: 15px 20px;
    border-top: 1px solid #e9ecef;
}

/* 按钮样式 */
.btn-28eafe {
    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-0cae61 {
    background: linear-gradient(135deg, #b48e3a 0%, #8b6e2d 100%);
    color: #fff;
}

.btn-primary-0cae61: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-fa1df9 {
    background: transparent;
    border: 2px solid #b48e3a;
    color: #b48e3a;
}

.btn-outline-fa1df9:hover {
    background: #b48e3a;
    color: #fff;
}

.btn-secondary-83e0ef {
    background: #6c757d;
    color: #fff;
}

.btn-secondary-83e0ef:hover {
    background: #5a6268;
}

/* 网格布局 */
.grid-9642d0 {
    display: grid;
    gap: 20px;
}

.grid-2-32994a {
    grid-template-columns: repeat(2, 1fr);
}

.grid-3-6dff83 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-4-abef30 {
    grid-template-columns: repeat(4, 1fr);
}

/* 列表样式 */
.list-group-a5fa1f {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-group-item-c2c20a {
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    transition: background 0.3s;
}

.list-group-item-c2c20a:last-child {
    border-bottom: none;
}

.list-group-item-c2c20a:hover {
    background: #f8f9fa;
}

/* 分页样式 */
.pagination-c8e2b1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 30px 0;
    list-style: none;
    padding: 0;
}

.pagination-c8e2b1 a,
.pagination-c8e2b1 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-c8e2b1 a:hover {
    background: #b48e3a;
    color: #fff;
    border-color: #b48e3a;
}

.pagination-c8e2b1 .active {
    background: #b48e3a;
    color: #fff;
    border-color: #b48e3a;
}

.pagination-c8e2b1 .disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* 表格样式 */
.table-987d55 {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.table-987d55 th,
.table-987d55 td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e9ecef;
}

.table-987d55 th {
    background: #f8f9fa;
    font-weight: 600;
    color: #333;
}

.table-987d55 tr:hover {
    background: #f8f9fa;
}

/* 图片样式 */
.img-fluid-929323 {
    max-width: 100%;
    height: auto;
    display: block;
}

.img-rounded-da2d09 {
    border-radius: 12px;
}

/* 文本样式 */
.text-center-eba4e4 {
    text-align: center;
}

.text-muted-8396dd {
    color: #6c757d;
}

.text-primary-e3e720 {
    color: #b48e3a;
}

/* 间距工具类 */
.mt-1-547fa6 { margin-top: 10px; }
.mt-2-5e33df { margin-top: 20px; }
.mt-3-6e6e7d { margin-top: 30px; }
.mt-4-e830e7 { margin-top: 40px; }

.mb-1-129d64 { margin-bottom: 10px; }
.mb-2-f7791e { margin-bottom: 20px; }
.mb-3-44dcc7 { margin-bottom: 30px; }
.mb-4-29b69e { margin-bottom: 40px; }

.pt-1-7e2f0c { padding-top: 10px; }
.pt-2-2fb53b { padding-top: 20px; }
.pt-3-bbd0c3 { padding-top: 30px; }
.pt-4-204d83 { padding-top: 40px; }

.pb-1-4084f5 { padding-bottom: 10px; }
.pb-2-4b65d0 { padding-bottom: 20px; }
.pb-3-f51ae9 { padding-bottom: 30px; }
.pb-4-548f92 { padding-bottom: 40px; }

/* 响应式 */
@media (max-width: 992px) {
    .grid-4-abef30 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .grid-2-32994a,
    .grid-3-6dff83,
    .grid-4-abef30 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .page-title-db470c {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .grid-2-32994a,
    .grid-3-6dff83,
    .grid-4-abef30 {
        grid-template-columns: 1fr;
    }
    
    .container-2093bc {
        padding: 0 10px;
    }
}


/* 标签页样式 */
.tab-btn-2e7cf5 {
    transition: all 0.3s;
}

.tab-btn-2e7cf5:hover {
    color: #b48e3a !important;
}

.tab-content-panel-38e89c {
    animation: fadeIn 0.3s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 香烟详情页响应式 */
@media (max-width: 768px) {
    .card-body-855fc8 > div[style*="grid-template-columns: 1fr 2fr"] {
        grid-template-columns: 1fr !important;
    }
    
    .card-body-855fc8 > div > div > div[style*="grid-template-columns: repeat(2, 1fr)"] {
        grid-template-columns: 1fr !important;
    }
}


/* ============================================
   评分显示样式 (Rating Display)
   ============================================ */

.rating-display-be9d79 {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    font-size: 14px;
}

.rating-display-be9d79 i {
    font-size: 14px;
}

/* 小尺寸评分显示 */
.rating-display-sm-e98ca9 {
    font-size: 12px;
}

.rating-display-sm-e98ca9 i {
    font-size: 12px;
}

/* 大尺寸评分显示 */
.rating-display-lg-ab0baa {
    font-size: 18px;
}

.rating-display-lg-ab0baa i {
    font-size: 18px;
}

