/* assets/css/style.css */
.leading-relaxed {
    line-height: 1.8;
}
.article-content {
    color: #333;
}
.article-content h2, .article-content h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
}
.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5rem 0;
}
.breadcrumb-item a {
    text-decoration: none;
    color: #6c757d;
}
.breadcrumb-item.active {
    color: var(--wechat-green);
    font-weight: 500;
}
.list-group-item-action:hover {
    color: var(--wechat-green) !important;
    background-color: #f8f9fa;
}
