/* ============================================
   Cigarette20 主题 - 内页样式
   ============================================ */

/* 基础容器 */
.container-1f50e9 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* 主内容区域 */
.main-content-41f583 {
    min-height: 60vh;
    padding: 40px 0;
    background: #f8f9fa;
}

/* 面包屑导航 */
.breadcrumb-79f921 {
    background: transparent;
    padding: 15px 0;
    margin-bottom: 20px;
    font-size: 14px;
}

.breadcrumb-79f921 a {
    color: #b48e3a;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb-79f921 a:hover {
    color: #8b6e2d;
}

.breadcrumb-item-1e8546 + .breadcrumb-item-1e8546::before {
    content: "›";
    padding: 0 8px;
    color: #999;
}

.breadcrumb-item-1e8546.active {
    color: #666;
}

/* 页面标题 */
.page-title-fb70aa {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #b48e3a;
}

/* 卡片样式 */
.card-95ece2 {
    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-95ece2:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.card-header-846cc2 {
    background: linear-gradient(135deg, #b48e3a 0%, #8b6e2d 100%);
    color: #fff;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 18px;
}

.card-body-395a81 {
    padding: 20px;
}

.card-footer-501d1c {
    background: #f8f9fa;
    padding: 15px 20px;
    border-top: 1px solid #e9ecef;
}

/* 按钮样式 */
.btn-fe3524 {
    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-410c5b {
    background: linear-gradient(135deg, #b48e3a 0%, #8b6e2d 100%);
    color: #fff;
}

.btn-primary-410c5b: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-62ea62 {
    background: transparent;
    border: 2px solid #b48e3a;
    color: #b48e3a;
}

.btn-outline-62ea62:hover {
    background: #b48e3a;
    color: #fff;
}

.btn-secondary-f52528 {
    background: #6c757d;
    color: #fff;
}

.btn-secondary-f52528:hover {
    background: #5a6268;
}

/* 网格布局 */
.grid-6e281e {
    display: grid;
    gap: 20px;
}

.grid-2-2accd1 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-3-99c731 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-4-9fec52 {
    grid-template-columns: repeat(4, 1fr);
}

/* 列表样式 */
.list-group-3bb779 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-group-item-aa9414 {
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    transition: background 0.3s;
}

.list-group-item-aa9414:last-child {
    border-bottom: none;
}

.list-group-item-aa9414:hover {
    background: #f8f9fa;
}

/* 分页样式 */
.pagination-27d16b {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 30px 0;
    list-style: none;
    padding: 0;
}

.pagination-27d16b a,
.pagination-27d16b 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-27d16b a:hover {
    background: #b48e3a;
    color: #fff;
    border-color: #b48e3a;
}

.pagination-27d16b .active {
    background: #b48e3a;
    color: #fff;
    border-color: #b48e3a;
}

.pagination-27d16b .disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* 表格样式 */
.table-285247 {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.table-285247 th,
.table-285247 td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e9ecef;
}

.table-285247 th {
    background: #f8f9fa;
    font-weight: 600;
    color: #333;
}

.table-285247 tr:hover {
    background: #f8f9fa;
}

/* 图片样式 */
.img-fluid-b99282 {
    max-width: 100%;
    height: auto;
    display: block;
}

.img-rounded-122ba6 {
    border-radius: 12px;
}

/* 文本样式 */
.text-center-23e157 {
    text-align: center;
}

.text-muted-116d8a {
    color: #6c757d;
}

.text-primary-2c1709 {
    color: #b48e3a;
}

/* 间距工具类 */
.mt-1-9b5b99 { margin-top: 10px; }
.mt-2-ff087d { margin-top: 20px; }
.mt-3-78fae5 { margin-top: 30px; }
.mt-4-a638e7 { margin-top: 40px; }

.mb-1-4fae32 { margin-bottom: 10px; }
.mb-2-c71a34 { margin-bottom: 20px; }
.mb-3-3d3eb6 { margin-bottom: 30px; }
.mb-4-7ec19b { margin-bottom: 40px; }

.pt-1-34db6d { padding-top: 10px; }
.pt-2-f77198 { padding-top: 20px; }
.pt-3-73f9f2 { padding-top: 30px; }
.pt-4-817add { padding-top: 40px; }

.pb-1-af4562 { padding-bottom: 10px; }
.pb-2-b4cb34 { padding-bottom: 20px; }
.pb-3-dba1c4 { padding-bottom: 30px; }
.pb-4-02656c { padding-bottom: 40px; }

/* 响应式 */
@media (max-width: 992px) {
    .grid-4-9fec52 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .grid-2-2accd1,
    .grid-3-99c731,
    .grid-4-9fec52 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .page-title-fb70aa {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .grid-2-2accd1,
    .grid-3-99c731,
    .grid-4-9fec52 {
        grid-template-columns: 1fr;
    }
    
    .container-1f50e9 {
        padding: 0 10px;
    }
}


/* 标签页样式 */
.tab-btn-18f9c4 {
    transition: all 0.3s;
}

.tab-btn-18f9c4:hover {
    color: #b48e3a !important;
}

.tab-content-panel-550ef3 {
    animation: fadeIn 0.3s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 香烟详情页响应式 */
@media (max-width: 768px) {
    .card-body-395a81 > div[style*="grid-template-columns: 1fr 2fr"] {
        grid-template-columns: 1fr !important;
    }
    
    .card-body-395a81 > div > div > div[style*="grid-template-columns: repeat(2, 1fr)"] {
        grid-template-columns: 1fr !important;
    }
}


/* ============================================
   评分显示样式 (Rating Display)
   ============================================ */

.rating-display-a421af {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    font-size: 14px;
}

.rating-display-a421af i {
    font-size: 14px;
}

/* 小尺寸评分显示 */
.rating-display-sm-1f0a40 {
    font-size: 12px;
}

.rating-display-sm-1f0a40 i {
    font-size: 12px;
}

/* 大尺寸评分显示 */
.rating-display-lg-e7ac03 {
    font-size: 18px;
}

.rating-display-lg-e7ac03 i {
    font-size: 18px;
}

