/* 
 * 云南震序律师事务所网站 - 案例详情页面样式
 */

/* 案例详情页 */
.case-detail-page {
    padding-bottom: 80px;
}

/* 案例头部 */
.case-header {
    margin-bottom: 30px;
}

.case-header h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #002b70;
}

/* 案例元数据 */
.case-meta {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.case-meta span {
    margin-right: 20px;
}

.case-meta .case-category {
    display: inline-block;
    background-color: #f4ad03;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
}

/* 案例内容 */
.case-content {
    line-height: 1.8;
    margin-bottom: 30px;
}

/* 案例信息框 */
.case-info-box {
    background-color: #f9f9f9;
    border-left: 4px solid #002b70;
    padding: 20px;
    margin-bottom: 30px;
}

.case-info-box h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #002b70;
}

.case-info-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.case-info-box li {
    display: flex;
    margin-bottom: 10px;
}

.case-info-box li:last-child {
    margin-bottom: 0;
}

.case-info-box .info-label {
    font-weight: 500;
    color: #333;
    width: 100px;
    flex-shrink: 0;
}

/* 案例导航 - 上一篇下一篇 */
.case-nav {
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}

.case-nav-item {
    max-width: 48%;
}

.case-nav-item a {
    display: block;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-radius: 3px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.case-nav-item a:hover {
    background-color: #002b70;
    color: #fff;
}

/* 相关案例 */
.related-cases {
    margin-top: 40px;
}

.related-cases h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #002b70;
    position: relative;
    padding-left: 15px;
}

.related-cases h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: 18px;
    background-color: #f4ad03;
}

.related-cases-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.related-case-item {
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.related-case-card {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.related-case-img {
    position: relative;
    overflow: hidden;
}

.related-case-img img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.related-case-card:hover .related-case-img img {
    transform: scale(1.05);
}

.related-case-info {
    padding: 15px;
}

.related-case-info h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #002b70;
}

.related-case-info p {
    font-size: 13px;
    color: #666;
    margin-bottom: 0;
}

/* Removed styles migrated from inline attributes */

/* back-to-list hover 样式 (保留，因为它可能来自原始<style>块或文件本身) */
.back-to-list:hover {
    background-color: #F4AD03 !important;
    color: #ffffff !important;
}
