body {
    background: #f8f8f8 !important;
    counter-reset: headerCounter;
    text-rendering: optimizeLegibility;
}

:root {
  
    /* --primary: #f26e24; */
    /* --primary: #1E90FF; */
    /* --primary: #318CE7; */
    --primary: #db471e;
    --secondary: #d68223;

    --hover-button-1: #e09020;
    --hover-button-2: #fb942d;

    --white-color: #fff;
    --text-black: #505667;
    --footer-bg: #302f2f;

    --title-color: #3b404e;

    --p-color: #505667;

    /* --header-bg: #279eff; */
    --header-bg: #318CE7;
}

.mt-40 {
    margin-top: 40px;
}

.main-tiktok {
    margin-top: 46px;
}

.bg-over {
    background: #fff;
    width: 100%;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .14);
    border-radius: 5px;
}

.bg-over img {
    width: 100%;
    height: 240px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .main-content.template-content {
        max-width: 600px;
        margin: 0 auto;
    }

    .bg-over img {
        height: auto;
    }

    .main-content.template-content .bg-over {
        margin-bottom: 26px;
    }

    .main-content.template-content .row.mb-30 {
        margin-bottom: 0;
    }
}

.bg-over .card-body {
    padding: 20px;
}

.bg-over h4 {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: none;
}

.bg-over p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.row-heading-title {
    padding-top: 20px;
    padding-bottom: 35px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px;
}

.row-heading-title h1 {
    color: #444;
    font-size: 40px !important;
    line-height: 55px;
    font-family: 'Open Sans';
    font-weight: 600;
    text-transform: capitalize;
}

/* Main TikTok Article */
.paragraph-bold {
    font-size: 32px !important;
    margin-bottom: 30px !important;
    line-height: 40px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 600 !important;
    color: #363636 !important;
    letter-spacing: -.02em !important;
}

.wrap-main-content p {
    padding-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 21px !important;
    line-height: 1.5 !important;
    letter-spacing: -.003em !important;
    color: #333 !important;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
    font-kerning: auto !important;
}

.wrap-main-content p.space-small {
    padding-bottom: 0;
}

.wrap-main-content .divider {
    height: 1px;
    margin: 35px auto 35px auto;
    background-color: rgba(0, 0, 0, .12);
}

.wrap-main-content ul.list-item {
    list-style-type: disc;
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 20px;
}

.wrap-main-content ul.list-item li {
    margin-top: 12px;
    font-size: 16px;
}

.wrap-main-content ol.list-item {
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
}

.wrap-main-content ol.list-item li {
    margin-top: 12px;
    font-size: 16px;
    color: #000;
}

.wrap-main-content .block-special {
    position: relative;
    font-weight: 800;
    color: #fff;
    padding: 25px 20px;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    margin: 25px 0 50px 0;
    align-self: center;
    border: 2px solid;
    background-color: #F5F5F5;
}

.wrap-main-content .block-special p {
    position: relative;
    font-size: 20px !important;
    color: #595959;
    font-weight: 600;
    line-height: 1.45;
}

.wrap-main-content .table {
    width: 100%;
    margin: 0.9em auto;
    overflow-x: auto; 
}

/* Table */
.wrap-main-content .table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%; /* Table co theo container */
    min-width: 600px; 
    border: 1px double hsl(0, 0%, 70%);
}

/* Table cells */
.table table td, .table table th {
    min-width: 2em;
    padding: .4em;
    border: 1px solid hsl(0, 0%, 75%);
}

/* Dark row header */
.table-data .dark-row td {
    padding: 10px !important;
    color: #fff !important;
    text-shadow: 1px 1px 1px #171819 !important;
    background-color: #5f5f5f !important;
}

.table td, .table th {
    overflow-wrap: break-word;
    position: relative;
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e3e6f0;
}

/* Responsive */
@media (max-width: 768px) {
    .wrap-main-content .table table {
        min-width: 100%; 
    }
    .table table td, .table table th {
        padding: 0.5rem; 
    }
}


/* Random Posts In Sidebar */
.random-posts {
    padding: 10px 16px;
    background-color: #fff;
}

.random-posts .heading-random {
    padding: 16px 0;
    font-size: 28px;
    font-weight: 600;
    text-transform: none;
}

.random-posts ol {
    list-style-type: none;
}

.random-posts ol li {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.random-posts ol li:last-child {
    border-bottom: none;
}

.random-posts .list-item--numbered {
    display: flex;
    flex-direction: row;
    align-items: center;
    counter-increment: headerCounter;
}

.random-posts .list-item--numbered:before {
    display: block;
    content: counter(headerCounter) ".";
    flex-shrink: 0;
    margin-right: 10px;
    min-width: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #da2027;
}

.random-posts .list-item-title {
    color: var(--text-black);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-transform: none;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}


.random-posts span {
    color: #000 !important;
}