/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 16 2026 | 13:50:00 */
/* =========================================================
   TBS - BOX SEO DANH MỤC DƯỚI LƯỚI SẢN PHẨM
========================================================= */

.tbs-cat-seo-box {
    max-width: 1200px;
    margin: 36px auto 40px;
    padding: 0 16px;
}

.tbs-cat-seo-label {
    display: table;
    margin: 0 auto -18px;
    padding: 10px 30px;
    background: #ffffff;
    border: 1.5px solid #853DFF;
    border-radius: 10px;
    color: #853DFF;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.tbs-cat-seo-inner {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 10px;
    padding: 38px 34px 32px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.05);
    color: #222;
    font-size: 16px;
    line-height: 1.75;
}

.tbs-cat-seo-inner p {
    margin: 0 0 14px;
}

.tbs-cat-seo-inner h2 {
    margin: 28px 0 12px;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
    color: #111;
	text-transform: none !important;
    letter-spacing: 0 !important;
}

.tbs-cat-seo-inner h3 {
    margin: 22px 0 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
	text-transform: none !important;
    letter-spacing: 0 !important;
}

.tbs-cat-seo-inner ul,
.tbs-cat-seo-inner ol {
    margin: 0 0 16px 22px;
    padding: 0;
}

.tbs-cat-seo-inner li {
    margin-bottom: 6px;
}

.tbs-cat-seo-inner a {
    color: #ff8a00;
    font-weight: 600;
    text-decoration: none;
}

.tbs-cat-seo-inner a:hover {
    color: #e25f00;
    text-decoration: underline;
}

.tbs-cat-seo-inner table {
    width: 100%;
    border-collapse: collapse;
    margin: 18px 0;
    overflow: hidden;
    border-radius: 12px;
}

.tbs-cat-seo-inner table th,
.tbs-cat-seo-inner table td {
    border: 1px solid #ececec;
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
}

.tbs-cat-seo-inner table th {
    background: #f7f4ff;
    color: #111;
    font-weight: 800;
}

.tbs-cat-seo-inner img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    margin: 16px 0;
}

/* Mục lục */
.tbs-toc {
    background: #f7f4ff;
    border: 1px solid rgba(133,61,255,0.14);
    border-radius: 10px;
    padding: 14px 18px;
    margin: 20px 0 24px;
	max-width: 720px; /* nhỏ lại */
}

.tbs-toc-title {
    font-size: 16px;
    font-weight: 800;
    color: #111;
    margin-bottom: 10px;
}

.tbs-toc ul {
    margin: 0;
    padding-left: 18px;
}

.tbs-toc li {
    margin: 6px 0;
}

.tbs-toc a {
    color: #222;
    font-weight: 600;
}

.tbs-toc .toc-level-3 {
    margin-left: 18px;
    font-size: 14px;
}
/* Xóa dấu chấm mục lục */
.tbs-toc ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.tbs-toc li {
    list-style: none !important;
    position: relative;
    padding-left: 18px;
}

/* Tạo icon nhỏ thay dấu chấm */
/*.tbs-toc li::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff8a00;
    font-weight: 700;
}*/
/* Mobile */
@media (max-width: 767px) {
    .tbs-cat-seo-box {
        margin: 28px auto 32px;
        padding: 0 10px;
    }

    .tbs-cat-seo-label {
        font-size: 13px;
        padding: 8px 22px;
        margin-bottom: -15px;
    }

    .tbs-cat-seo-inner {
        padding: 32px 18px 24px;
        border-radius: 14px;
        font-size: 15px;
        line-height: 1.7;
    }

    .tbs-cat-seo-inner h2 {
        font-size: 21px;
    }

    .tbs-cat-seo-inner h3 {
        font-size: 17px;
    }

    .tbs-cat-seo-inner table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}