.detail-container {
    max-width: 1000px;
    margin: 120px auto 60px;
    padding: 0 20px;
}

.detail-title {
    font-size: 28px;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.4;
}

.detail-meta {
    color: #999;
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.detail-img {
    width: 100%;
    border-radius: 4px;
    margin: 20px 0;
}

.detail-content p {
    font-size: 16px;
    line-height: 2;
    color: #333;
    margin: 1.5em 0;
    text-indent: 2em;
}

.back-btn {
    display: inline-block;
    margin-top: 40px;
    padding: 8px 20px;
    background: #9B182F;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.back-btn:hover {
    opacity: 0.9;
}