.cncbul-mbc-wrap {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 16px;
    font-family: Inter, system-ui, sans-serif;
}

.cncbul-mbc-meta {
    color: #666;
    margin-bottom: 24px;
}

.cncbul-mbc-products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
}

.cncbul-mbc-product {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 16px;
    transition: box-shadow .2s ease;
    background: #fff;
}

.cncbul-mbc-product:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

.cncbul-mbc-product img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.cncbul-mbc-product h3 {
    font-size: 16px;
    margin: 12px 0 6px;
}

.cncbul-mbc-product-meta {
    font-size: 13px;
    color: #777;
}

.cncbul-mbc-pagination {
    margin-top: 40px;
    text-align: center;
}

.cncbul-mbc-pagination a,
.cncbul-mbc-pagination span {
    display: inline-block;
    margin: 0 6px;
    padding: 8px 14px;
    border-radius: 6px;
    border: 1px solid #ddd;
    text-decoration: none;
}

.cncbul-mbc-pagination .current {
    background: #000;
    color: #fff;
    border-color: #000;
}
/* =====================================================
   HUB PAGE – CORPORATE DESIGN
===================================================== */

.cncbul-mbc-hub {
    max-width: 1300px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
                 Roboto, Inter, Arial, sans-serif;
}

/* HEADER */
.cncbul-mbc-hub-header {
    margin-bottom: 40px;
}

.cncbul-mbc-hub-header h1 {
    font-size: 36px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 12px;
}

.cncbul-mbc-hub-header p {
    font-size: 17px;
    color: #6b7280;
    max-width: 720px;
}

/* GRID */
.cncbul-mbc-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
}

/* CARD */
.cncbul-mbc-category-card {
    display: block;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.cncbul-mbc-category-card:hover {
    transform: translateY(-4px);
    border-color: #f97316;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.cncbul-mbc-category-card h2 {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 8px;
}

.cncbul-mbc-count {
    font-size: 14px;
    color: #6b7280;
}
/* ===============================
   CATEGORY LANDING – PRO UI
================================ */

.cncbul-mbc-hero {
    max-width: 1100px;
    margin: 40px auto 32px;
    padding: 0 16px;
}

.cncbul-mbc-hero h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 12px;
}

.cncbul-mbc-hero p {
    font-size: 17px;
    color: #555;
    line-height: 1.6;
    max-width: 820px;
}

/* SECTION */
.cncbul-mbc-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 16px;
}

.cncbul-mbc-section h2 {
    font-size: 26px;
    margin-bottom: 24px;
}

/* GRID */
.cncbul-mbc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
}

/* CARD */
.cncbul-mbc-card {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 20px 22px;
    border-radius: 14px;
    background: #fff;

    border: 1px solid #eee;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);

    text-decoration: none;
    color: inherit;

    transition: all .25s ease;
}

.cncbul-mbc-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(0,0,0,0.08);
    border-color: #ff8a00;
}

.cncbul-mbc-card-body h3 {
    font-size: 18px;
    margin: 0 0 6px;
}

.cncbul-mbc-count {
    font-size: 14px;
    color: #777;
}

.cncbul-mbc-card-arrow {
    font-size: 22px;
    color: #ff8a00;
    margin-left: 10px;
}
