/* seemb9 /categoryAll – card layout aligned with mb9.dajiqun.cn */

.app-main.category-all-page {
    width: 100%;
    background: #f5f5f5;
    padding-bottom: 40px;
}

.app-main.category-all-page > .app-container > .mb-\[16px\] > .title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.content-container {
    width: 100%;
}

.content-wrapper {
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.content-wrapper > .title > a {
    color: #333;
    text-decoration: none;
    transition: color 0.18s ease;
}

.content-wrapper > .title > a:hover {
    color: var(--primary-color, #4066b8);
}

.content-wrapper .children-box a {
    color: #333;
    text-decoration: none;
    transition: color 0.18s ease;
}

.content-wrapper .children-box a:hover {
    color: var(--primary-color, #4066b8);
}

@media (max-width: 991.98px) {
    .app-main.category-all-page {
        padding-bottom: 24px;
    }
}
