@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&amp;display=swap');
body {
    font-family: 'Poppins', sans-serif;
}
a, abbr, acronym, address, applet, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
}
    * {
            box-sizing: border-box;
    }
    img {
            max-width: 100%;
    }
    a {
            text-decoration: none;
    }
    ul {
            padding: 0;
            list-style-type: none;
    }
    .ycf-blog-page-wrapper {
        margin: auto;
        position: relative;
        max-width: 1336px;
        width: 95%;
    }
    .yfc-newsletter-title {
        display: flex;
        flex-direction: column-reverse;
    }
    .yfc-newsletter-title h4 {
        color: #0FB1C7 !important;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }
    .yfc-newsletter-title h1 {
        color: #101828 !important;
        font-family: Poppins;
        font-size: 40px;
        font-style: normal;
        font-weight: 600 !important;
        line-height: 1.4;
    }
    .ycf-blog-page-head {
        margin-bottom: 64px;
    }
    .yfc-newsletter-form {
        display: flex;
        gap: 16px;
        align-items: center;
        margin: 20px 0;
        max-width: 572px;
    }
    .yfc-newsletter-form .form-group {
        flex: 1;
    }
    .yfc-newsletter-form .form-control {
        width: 100%;
        color: #667085;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        border-radius: 8px;
        border: 1px solid #D0D5DD;
        padding: 12px 14px 12px 16px;
        background: #FFF;
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    }
    .yfc-newsletter-form input[type="submit"] {
        color: #FFF;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        padding: 12px 20px;
        border-radius: 8px;
        background: #FF8C00;
        border: 1px solid #FF8C00;
        cursor: pointer;
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    }

    .yfc-blog-content {
        display: grid;
        grid-template-columns: 322px 1fr;
        gap: 32px;
    }

    .form-search-group {
        position: relative;
    }
    .form-search-icon {
        width: 20px;
        height: 20px;
        display: flex;
        position: absolute;
        top: 50%;
        left: 16px;
        transform: translateY(-50%);
        align-items: center;
        justify-content: center;
    }
    .form-search-group .form-control {
        color: #667085;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        width: 100%;
        padding: 12px 16px 12px 42px;
        border-radius: 8px;
        border: 1px solid #D0D5DD;
        background: #FFF;
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    }
    .yfc-sidebar-block {
        margin-bottom: 20px;
    }
    .yfc-sidebar-block h4 {
        color: #101828 !important;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }
    .yfc-categories {
        padding: 0 !important;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .yfc-cat-item-link {
        color: #667085;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        border-radius: 6px;
        padding: 10px 14px;
        display: inline-block;
        width: 100%;
    }
    .yfc-cat-item.active .yfc-cat-item-link {
        background: #D0EAEE;
        color: #0FB1C7;
    }
    .yfc-post-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .yfc-post-card {
        display: flex;
        flex-direction: column;
        gap: 30px;
        height: 100%;
        background-color: #E6F3F8;
        padding: 20px;
        border-radius: 12px;
    }
    .yfc-post-thumbnail-wrap {
        position: relative;
        height: 0;
        padding-top: 49.69%;
        overflow: hidden;
    }
    .yfc-post-thumbnail-wrap .yfc-post-thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }
    .yfc-post-content {
        display: flex;
        flex-direction: column;
        flex: 1;
    }
    .yfc-post-body {
        margin-bottom: 30px;
    }
    .yfc-post-foot {
        margin-top: auto;
    }
    .yfc-post-head {
        margin-top: 0px;
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .blog-date {
        color: #0fb1c7;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4rem;
    }
    .yfc-post-title {
        color: #101828 !important;
        font-family: Poppins;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
        position: relative;
        padding-right: 40px;
        padding-bottom: 10px;
    }
    .yfc-post-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -4px;
        width: 100px;
        height: 3px;
        background: #0FB1C7;
    }
    .yfc-post-title .yfc-post-arrow {
        display: flex;
        width: 24px;
        height: 24px;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 0;
    }
    .yfc-post-short-description {
        color: #667085;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.8em;
    }
    .yfc-post-read-link {
        color: #0FB1C7;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        text-decoration-line: underline;
    }
    .yfc-post-meta {
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
        /*background: #D0EAEE;*/
        mix-blend-mode: multiply;
        /*border-radius: 50px;
        padding: 6px;*/
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4rem;
        text-decoration: none;
    }
    .yfc-post-cat {
        display: flex;
        padding: 10px 16px;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        background: #FFF;
        color: #2c2d36;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        border: 1px solid #ccd1d3;
    }
    .yfc-post-duration {
        color: #101828;
        font-family: Poppins;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1.4rem;
        display: inline-block;
    }	
    .yfc-post-bottom {
        border-radius: 10px;
        background: #E6F3F8;
        padding: 30px;
        margin-top: 64px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px;
        align-items: center;
    }
    .yfc-post-bottom-content h3 {
        color: #101828 !important;
        font-family: Poppins;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        position: relative;
        padding-bottom: 20px;
    }
    .yfc-post-bottom-content p {
        color: #667085;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%;
        max-width: 490px;
    }
    .yfc-post-bottom-content h3::after {
        content: "";
        background: #0FB1C7;
        width: 100px;
        height: 3px;
        position: absolute;
        bottom: 8px;
        left: 0;
    }
    .yfc-post-grid .yfc-post-item:first-child .yfc-post-card {
        background-color: #E6F3F8;
        padding: 20px;
        border-radius: 12px;
    }
    .ycf-detail-main-content p {
        line-height: 1.7em;
    }
    .ycf-detail-main-content ul {
        list-style-type: disc;
        padding: 0 0 23px 1em;
        line-height: 26px;
    }
    .ycf-detail-main-content ul li {
        padding-left: 0px;
        margin-left: 20px;
        background-image: none;
        list-style: disc;
    }
    .ycf-detail-main-content ol {
        list-style-type: decimal;
        padding: 0 0 0 1em;
        line-height: 26px;
        margin: 0 0 0 16px !important;
        display: block;
    }
    .ycf-detail-main-content ol li {
        padding-left: 0px;
        margin-left: 20px;
        background-image: none;
        list-style: decimal;
    }
    
    @media (min-width:641px) {
        .yfc-post-grid {
            grid-template-columns: 1fr 1fr;
            gap: 64px;
        }
        .yfc-post-grid .yfc-post-item:first-child {
            grid-column: 1/3;
        }
        .yfc-post-grid .yfc-post-item:first-child .yfc-post-card {
            display: grid;
            grid-template-columns: 1fr 1fr;
            align-items: center;
        }
        .yfc-post-bottom {
                gap: 15px;
            grid-template-columns: 1fr .8fr;
        }
        .yfc-post-grid .yfc-post-item:first-child .yfc-post-card .yfc-post-thumbnail-link {
            display: inline-block;
            width: 100%;
            height: 100%;
        }
        .yfc-post-grid .yfc-post-item:first-child .yfc-post-card .yfc-post-thumbnail-link .yfc-post-thumbnail-wrap {
            height: 100%;
            padding-top: 0;
        }
    }

    @media (max-width:991px) {
        .yfc-blog-content {
            grid-template-columns: 1fr;
            gap: 60px;
        }
        .yfc-blog-sidebar {
            order: 1;
        }
    }
    @media (max-width:640px) {
        .yfc-newsletter-form {
            display: flex;
            align-items: stretch;
            max-width: 100%;
            flex-direction: column;
        }
        .yfc-newsletter-form input[type="submit"] {
            width: 100%;
        }

        #fieldbuttonarea .subscribebut {
            width: 100% !important;
        }
        #fieldbuttonarea {
            flex-direction: column;
        }
    }

.ycf-blog-detail-hero h1 {
    color: #101828 !important;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.96px;
    padding: 0 0 20px;
}
.ycf-blog-detail-body p {
    color: #667085 !important;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.yfc-post-featured-image {
    margin-top: 40px;
}
.yfc-post-featured-image img {
    width: 100%;
}
.bsf-rt-display-postfix:after {
    content: attr(postfix);
}

.bsf-rt-display-time:after {
    content: attr(reading_time);
}
/*.yfc-post-slider {
    display: flex;
    gap: 30px;
}*/
.yfc-related-posts {
    padding: 80px 0;
}
.yfc-related-title {
    color: #101828;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 40px;
}
.ycf-blog-detail-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 0px;
    padding-bottom: 40px;
}
.yfc-blog-block + .yfc-blog-block {
    margin-top: 40px;
}
.yfc-blog-share-list {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.yfc-blog-share-link {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #D0EAEE;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.yfc-blog-block h4 {
    color: #101828;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
}
.yfc-categories-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}
.yfc-cate-item-link {
    color: #667085;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.yfc-cate-item-link:hover {
    color: #0fb1c7;
}
.yfc-blog-share-link {
    color: #0FB1C7;
}
.yfc-blog-share-link:hover {
    color: #101828;
}

.ycf-detail-main-gird {
    display: grid;
    grid-template-columns: 1fr 322px;
    gap: 32px;
}
.ycf-detail-label-title {
    color: #0FB1C7;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 16px;
    border-top: 1px solid #D0EAEE;
    padding-top: 32px;
}

.bd-contents-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}
.bd-contents-link {
    color: #667085;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.bd-contents-link:hover {
    color: #0fb1c7;
}
.slick-arrow {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    border: 1px solid #D0EAEE;
    background: #FFF;
    position: absolute;
    bottom: 0;
    color: #0FB1C7;
    cursor: pointer;
}
.slick-arrow.slick-prev {
    left: 0;
}
.slick-arrow.slick-next {
    left: 74px;
}
.slick-arrow.slick-disabled {
    opacity: 0.5;
    color: #667085;
    cursor: default;
}
.slick-arrow svg {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slick-slide {
    margin-right: 20px;
}
.yfc-post-slider {
    padding-bottom: 100px;
}
.ycf-detail-main-content .table-responsive {
    padding: 14px;
    max-width: 100%;
    overflow-x: auto;
}
@media (min-width:992px) {
    .hide-on-large {
        display: none !important;
    }
}
@media (max-width:991px) {
    .ycf-blog-detail-hero-grid {
        grid-template-columns: 1fr;
    }
    .ycf-detail-main-gird {
        display: block !important;
        grid-template-columns: 1fr;
    }
    .hide-on-small {
        display: none !important;
    }
}

.yfc-sidebar-block h4 {
    margin-bottom: 20px;
}
.yfc-post-title {
    margin-bottom: 20px;
}
.blog-pagination {
    margin-top: 30px;
}

.blog-pagination ul.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.blog-pagination ul.page-numbers .page-numbers {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    min-width: 40px;
    color: #101828;
}
.blog-pagination ul.page-numbers .page-numbers.current {
    background: #D0EAEE;
    color: #0FB1C7;
}
.blog-pagination ul.page-numbers .page-numbers.dots {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.blog-pagination ul.page-numbers a.page-numbers:hover {
    color: #0FB1C7;
}

.yfc-post-duration .bsf-rt-reading-time {
    background: transparent;
    color: inherit;
    font-size: inherit;
    min-width: inherit;
}
.ycf-blog-page-wrapper {
    padding-top: 80px;
}


.yfc-blog-share .heateor_sss_sharing_ul {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 !important;
}
.yfc-blog-share .heateor_sss_sharing_ul a .heateor_sss_svg {
    padding: 4px !important;
    box-sizing: border-box !important;
    width: 40px !important;
    height: 40px !important;
}
.yfc-blog-share .heateor_sss_sharing_ul a {
    margin: 0px !important;
}
.ycf-detail-main-content #ez-toc-container {
    display: none !important;
}

.ycf-detail-main-sidebar #ez-toc-container {
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.ycf-detail-main-sidebar .ez-toc-title-container {
    margin-bottom: 16px;
    border-top: 1px solid #D0EAEE;
    padding-top: 32px;
}
.ycf-detail-main-sidebar #ez-toc-container .ez-toc-title-container .ez-toc-title {
    color: #0FB1C7;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.ycf-detail-main-sidebar #ez-toc-container .ez-toc-link {
    color: #667085;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.ycf-detail-main-sidebar #ez-toc-container .ez-toc-link:hover {
    text-decoration: none;
    color: #0fb1c7;
}
.ycf-detail-main-content h1,
.ycf-detail-main-content h2,
.ycf-detail-main-content h3,
.ycf-detail-main-content h4,
.ycf-detail-main-content h5,
.ycf-detail-main-content h6 {
    color: inherit !important;
}
.ycf-detail-main-sidebar #ez-toc-container ul {
    margin-left: 0;
}
.ycf-detail-main-sidebar #ez-toc-container ul li {
    margin-bottom: 10px;
}
.ycf-detail-main-sidebar #ez-toc-container ul ul {
    margin-left: 0;
    margin-top: 10px;
}

.subscribefieldpart {
    float: none  !important;
    width: 100% !important;
}

.subscribefieldpart input.wpcf7-form-control {
    width: 100%;
    color: #667085;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-radius: 8px;
    border: 1px solid #D0D5DD !important;
    padding: 12px 14px 12px 16px !important;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.subscribebut {
    display: inline-block;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 20px;
    border-radius: 8px;
    background: #FF8C00;
    border: 1px solid #FF8C00;
    cursor: pointer;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    float: none !important;
    width: auto !important;
}

#fieldbuttonarea {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 20px;
    max-width: 600px;
    margin-top: 30px;
}
#blog__category {
    color: #667085;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

@media (max-width: 640px) {
    #fieldbuttonarea .subscribebut {
        width: 100% !important;
    }
    #fieldbuttonarea {
        flex-direction: column;
    }
}

.ycf-detail-main-sidebar {
    position: sticky;
    top: 50px;
    max-height: 725px;
    overflow: hidden;
}
.ycf-detail-main-sidebar .ez-toc-title-container {
    border: none !important;
    margin-bottom: 0;
}
.ycf-detail-main-sidebar #ez-toc-container {
    background: none;
}
.ycf-detail-main-sidebar #ez-toc-container ul li .ez-toc-link {
    transition: all .1s;
    font-size: 12px;
    line-height: 1.4em;
    padding: 4px 8px;
}
.ycf-detail-main-sidebar #ez-toc-container ul li .ez-toc-link:before {
    display: none;
}
.ycf-detail-main-sidebar #ez-toc-container ul li {
    margin: 0;
}
.ycf-detail-main-sidebar #ez-toc-container ul ul {
    margin: 0;
}
.ycf-detail-main-sidebar #ez-toc-container ul li .ez-toc-link:hover, .ycf-detail-main-sidebar #ez-toc-container ul li .ez-toc-link:focus {
    background-color: #f4f8fa;
}
.ycf-detail-main-content h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 40px 0 30px;
}
.ycf-detail-main-content h1 {
    display: none;
}
.ycf-detail-main-content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
}
.ycf-detail-main-content ul li, .ycf-detail-main-content ol li {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.ycf-detail-main-content *:first-child {
    margin-top: 0;
}
.ycf-detail-main-content ul {
    padding-left: 24px;
    margin-left: 16px !important;
}
.yfc-toc-wrap {
    overflow-y: auto;
    max-height: calc(390px - 64px);
    margin-bottom: 16px;
}
.yfc-toc-wrap .ez-toc-title-container {
    display: none;
}
.ycf-detail-main-sidebar h4 {
    color: #0FB1C7;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0px 0 16px;
}

.warning-box {
    color: #404040;
    background: #fffefa;
    border: 1px solid #fff1cb;
    padding: 30px 40px 20px;
    min-height: 35px;
    border-radius: 12px;
    border-bottom: 3px solid #fdd978;
}

.insight-content {
    color: #404040;
    background: #f4feff;
    border: 1px solid #c0f8ff;
    padding: 30px 40px 20px;
    min-height: 35px;
    border-radius: 12px;
    border-bottom: 3px solid #0fb1c7;
}

.legal-box {
    color: #404040;
    background: #fff6f4;
    border: 1px solid #ffd9d0;
    padding: 30px 40px 20px;
    min-height: 35px;
    border-bottom: 3px solid  #F43F14;
    border-radius: 12px;
}

.fact-box {
    color: #404040;
    background: #f7fff3;
    border: 1px solid #ddffd0;
    padding: 30px 40px 20px;
    min-height: 35px;
    border-radius: 12px;
    border-left: 3px solid  #35b900;
}
.fact-content ul li {
    font-weight: 400;
}

.info-box {
    color: #404040;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    padding: 30px 40px 20px;
    min-height: 35px;
    border-bottom: 3px solid  #a1a1a1;
    border-radius: 12px;
}
.office-price-btn svg {
    vertical-align: text-top;
}
.exclusive-offer-head p {
    margin: 0;
    color: #0fb1c7;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    display: inline-block;
}
.exclusive-offer-head {
    background: #ffffff;
    border-bottom: 2px solid #0fb1c7;
    color: #0fb1c7;
    padding: 16px 40px;
}
.exclusive-offer-box {
    color: #404040;
    background: #ffffff;
    border: 2px solid #d6dbe1;
    min-height: 35px;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
}
.exclusive-offer-content {
    padding: 30px 40px 20px;
}
.exclusive-offer-head p:before {
    content: "";
    position: absolute;
    left: -25px;
    background-image: url(../png/flash-icon.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    top: 2px;
}
.office-price-btn {
    background: #ff8c00;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 10px 36px;
    font-size: 16px;
    line-height: 1.4em;
}
.office-price-btn:hover, .office-price-btn:focus {
    background: #e57f02;
}
.def-table table, .ycf-detail-main-content table {
    border-collapse: collapse;
    width: 100%;
    margin: 0;
    text-align: center;
    caption-side: bottom;
    text-indent: initial;
    border-spacing: 2px;
    border-color: gray;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}
.def-table thead, .ycf-detail-main-content table thead {
    color: #fff;
    display: table-header-group;
    vertical-align: middle;
}
.def-table table th, .def-table table td, .ycf-detail-main-content table th, .ycf-detail-main-content table td {
    border-color: transparent;
    padding: 1em 0.8em;
    text-align: left;
    font-size: 17px;
}
.def-table table tbody tr:nth-child(even), .ycf-detail-main-content table tbody tr:nth-child(even)  {
    background-color: #f8fdff;
}
.def-table table thead tr th:last-child, .ycf-detail-main-content table thead tr th:last-child {
    /*border-top-right-radius: 1rem;*/
}
.def-table table thead tr th:first-child, .ycf-detail-main-content table thead tr th:first-child {
   /* border-top-left-radius: 1rem;*/
}
.ycf-detail-main-content table th p {
    font-weight: 600;
    color: #fff;
    font-size: 17px;
}
.ycf-detail-main-content ul {
    padding-bottom: 0;
}
.ycf-detail-main-content ul li {
    font-weight: 400;
}
.fact-box + p, .warning-box + p, .insight-box + p, .legal-box + p, .info-box + p, .exclusive-offer-box + p {
    margin-top: 20px;
}
.fact-box + h4, .warning-box + h4, .insight-box + h4, .legal-box + h4, .info-box + h4, .exclusive-offer-box + h4 {
    margin-top: 20px;
}
.def-table table tbody td, .ycf-detail-main-content table tbody td {
    vertical-align: top;
    padding-top: 20px;
}
.ycf-detail-main-content h4 {
    font-size: 18px;
    margin-bottom: 8px;
}
.fact-box svg, .warning-box svg, .insight-box svg, .legal-box svg, .info-box svg, .exclusive-offer-box svg  {
    width: 18px;
    height: 18px;
    vertical-align: sub;
    margin-right: 5px;
}
.ycf-detail-main-sidebar sidebar li.active a {
    background: #f4f8fa;
    color: #0fb1c7 !important;
}
.ycf-detail-main-content br {
    display: none;
}
.astric-red {
    color: red;
}
.ycf-detail-main-content ul li p, .ycf-detail-main-content ol li p {
    margin: 0;
}
.ycf-detail-main-content ul li, .ycf-detail-main-content ol li{
    color: #535050;
}
.exclusive-offer-box + .exclusive-offer-box {
    margin-top: 20px;
}
.ycf-detail-main-content ol li p + ul li:last-child {
    margin-bottom: 0;
}
.ycf-detail-main-content ol li p + ul, .ycf-detail-main-content ul li p + ul, 
.ycf-detail-main-content ol li + ul, .ycf-detail-main-content ul li + ul {
    margin-top: 20px;
}
.ycf-detail-main-content ol li p + ul li {
    list-style: disc;
}
.ycf-detail-main-content ul li p + ul li {
    list-style: circle !important;
}
.et_fixed_nav.et_show_nav #page-container {
    padding-top: 0 !important;
}
.def-table table th, .ycf-detail-main-content table thead tr th {
    background: #0fb1c7;
    color: #fff;
    border: none;
    border-left: 1px solid #079db1 !important;
    padding: 12px 15px;
}
.def-table table th:first-child, .ycf-detail-main-content table thead tr th:first-child {
    border: none !important;
}
.def-table table th:last-child, .ycf-detail-main-content table thead tr th:last-child {
    border: none;
}
.ycf-detail-main-content ol li table {
    border: 1px solid #eee;
    margin: 20px 0;
    background: #fff;
    box-shadow: 0 2px 10px #0000001a;
    overflow: hidden;
    border-radius: 1rem 1rem  0 0;
}
.ycf-detail-main-content table tr td {
    border-bottom: 1px solid #eee;
    padding: 12px 15px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}
.ycf-detail-main-content ul li {
    list-style: disc !important;
}
.ycf-detail-main-content ul li:last-child {
    margin: 0 !important;
}
.learn-btn {
    color: #fff;
    text-align: center;
    background-color: #ff8c00;
    border-radius: 8px;
    padding: 12px 40px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}
.learn-btn:hover, .learn-btn:focus {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}
.ycf-detail-main-content ol li p + ul +h4 {
    margin-top: 20px;
}
.ycf-detail-main-content p:last-child {
    margin-bottom: 0;
}
.ycf-detail-main-content ul li p + p, .ycf-detail-main-content ol li p + p {
    margin-top: 20px;
}
.ycf-detail-main-content ul li p > div, .ycf-detail-main-content ol li > div {
    margin: 20px 0;
}
.ycf-detail-main-content ul li:last-child, .ycf-detail-main-content ol li:last-child {
    margin: 0;
}
.ycf-detail-main-content ol li img {
    max-width: 150px;
    padding: 10px 0;
}
.ycf-detail-main-content ul + p, .ycf-detail-main-content ol + p {
    margin-top: 20px;
}
.ycf-detail-main-content ul + p, .ycf-detail-main-content ol + p {
    margin-top: 20px !important;
}
.ycf-detail-main-content ul + h4, .ycf-detail-main-content ol + h4, 
.ycf-detail-main-content ul + h3, .ycf-detail-main-content ol + h3 {
    margin-top: 20px;
}
.ycf-detail-main-content ul.roman-list li {
    list-style-type: lower-roman !important;
}
.ycf-detail-main-content ul.alpha-list li {
    list-style-type: lower-alpha !important;
}
h4 a {
    color: #2ea3f2 !important;
}
.ycf-detail-main-content ul + div {
    margin-top: 25px !important;
}
.ycf-detail-main-content ul li p + div {
    margin: 25px 0;
}
.ycf-detail-main-content ul.alpha-list li > ul li {
    list-style-type: disc !important;
}
.ycf-detail-main-content ul.alpha-list li > ul {
    margin-top: 16px;
}
.text-center {
    text-align: center !important;
}
.ycf-detail-main-content table thead tr:nth-child(2n) th {
    background: #f5f5f5;
    border-radius: 0;
}
.ycf-detail-main-content ul.alpha-list li > ul.roman-list li {
    list-style-type: lower-roman !important;
}
.ycf-detail-main-content table + p {
    margin-top: 20px;
}
.ycf-detail-main-content p.show-br br, .ycf-detail-main-content p br {
    display: block;
}
.mx-img-400 img {
    max-width: 500px;
    padding: 10px 0;
    min-width: 500px;
}
.mx-img-400 {
    text-align: center;
}
.insight-content p br {
    display: none;
}
.ycf-detail-main-content ul li p + h4, .ycf-detail-main-content ol li p + h4 {
    margin: 20px 0;
}
.mx-img-800 img {
    min-width: 800px;
    max-width: 800px;
}
.ycf-detail-main-content ol + div {
    margin-top: 25px !important;
}
.def-table table + h4, .ycf-detail-main-content table + h4 {
    margin-top: 20px;
}
.ycf-detail-main-content div > p {
    margin-top: 20px;
}
.yfc-related-posts .slick-track {
    display: flex;
}
.yfc-related-posts .slick-track .slick-slide {
    height: auto;
}
.ycf-detail-main-content .left-img-col {
    float: left;
    width: 600px;
    margin-right: 24px;
}
.ycf-detail-main-content .left-img-col img {
    max-width: 100% !important;
}
.ycf-detail-main-content .right-img-col {
    float: right;
    width: 600px;
    margin-left: 24px;
}
.ycf-detail-main-content .right-img-col img {
    max-width: 100% !important;
}
.ycf-detail-main-content ul+ul {
    margin-top: 20px;
}
.ycf-detail-main-content div + p {
    margin-top: 20px;
}
.ycf-detail-main-gird .author-info {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 48px;
    display: flex;
    align-items: center;
}
.ycf-detail-main-gird .author-avatar {
    border-radius: 100px;
    width: 120px;
    min-width: 120px;
    height: 120px;
    overflow: hidden;
}
.ycf-detail-main-gird .author-avatar img {
    filter: grayscale();
    width: 100%;
    height: 100%;
}
.ycf-detail-main-gird .author-details .author-label {
    color: #0fb1c7 !important;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
}
.ycf-detail-main-gird .author-details .author-name {
    margin-top: 0;
    font-size: 24px;
}
.ycf-detail-main-gird .author-details p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    color: #404040;
}
.ycf-detail-main-gird #commentform .comment-form-url {
    display: none;
}
#commentform input, #commentform textarea {
    width: 100% !important;
    color: #667085;
    font-family: Poppins;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px !important;
    border-radius: 8px;
    border: 1px solid #D0D5DD !important;
    padding: 12px 14px 12px 16px !important;
    background: #FFF !important;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
#commentform .form-submit .submit {
    display: inline-block;
    color: #FFF !important;
    font-family: Poppins !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    padding: 12px 20px !important;
    border-radius: 8px;
    background: #FF8C00 !important;
    border: 1px solid #FF8C00 !important;
    cursor: pointer;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
    float: none !important;
    width: auto !important;
}
#commentform .form-submit {
    text-align: left;
    margin-top: 40px;
}
#commentform textarea {
    height: 150px;
    resize: none;
    overflow-y: auto;
}
#comment-wrap ol li, #comment-wrap ul li {
    list-style: none !important;
}
.ycf-detail-main-content .comment_avatar img {
    max-width: 50px;
    margin: 0;
    padding: 0;
}
.ycf-detail-main-content .comment_avatar {
    left: 28px;
    top: 24px;
}
.ycf-detail-main-content .comment-body {
    min-height: auto;
    background: #f7f7f7;
    padding: 24px 90px;
    margin-bottom: 0;
    border-radius: 8px;
    margin-top: 10px;
}
.ycf-detail-main-content #comment-wrap h1#comments {
    display: block;
    font-size: 20px;
}
.ycf-detail-main-content #comment-wrap .comment .children {
    margin-left: 60px;
}
.ycf-detail-main-content .comment_area .comment-reply-link {
    bottom: 10px;
    right: 13px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #535050;
    top: auto;
}
.ycf-detail-main-content .et_pb_button:after, .ycf-detail-main-content .et_pb_button:before {
    font-size: 24px;
}
.ycf-detail-main-content .comment #respond {
    margin: 10px 0 0;
}
.ycf-detail-main-content .comment_postinfo {
    margin: 16px 0 0;
}
.ycf-detail-main-content .comment-content p {
    font-size: 15px;
}
.ycf-detail-main-content .wp-caption {
    width: auto !important;
    border: 1px solid #c7eaef;
    background-color: #f4feff;
    max-width: 100% !important;
}
.mb-3 {
    margin-bottom: 30px;
}
.mb-1 {
    margin-bottom: 10px;
}
.ycf-detail-main-content table tr th {
    color: #000;
    border: 1px solid #eee;
    background: #fbfbfb;
}
.ycf-detail-main-content .m-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.ycf-detail-main-content table tr th p {
    font-size: 13px;
    line-height: 1.5;
    padding: 0 20px;
}
.ycf-detail-main-content ul li ul {
    margin-top: 16px;
}
.ycf-detail-main-content ul li ul li {
    list-style: circle !important;
}
.ycf-detail-main-content img.w-100 {
    max-width: 100% !important;
}
.ycf-detail-main-sidebar .sidegrow-comp {
    background: linear-gradient(0deg, rgb(0 56 63 / 11%) 0%, rgb(0 56 63 / 27%) 100%), url(../png/green-forest-2.png) 50% / cover no-repeat;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 0px;
}
.ycf-detail-main-sidebar .sidegrow-comp h4 {
    font-weight: 500;
    color: #fff;
    margin-top: 0;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
.ycf-detail-main-sidebar .sidegrow-comp-img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}
.ycf-detail-main-sidebar .wood-img {
    width: 60px;
    height: 60px;
    display: block;
}
.ycf-detail-main-sidebar .sidegrow-comp-img .ecologi-img {
    width: 110px;
}
.detail-search-form .form-input {
    height: 44px;
    border-radius: 6px;
    padding: 10px 8px;
    font-size: 13px;
    width: 70%;
}
.detail-search-form .form-horizontal {
    gap: 6px;
}
.detail-search-form .form-input::-ms-input-placeholder {
    font-size: 13px;
}
.detail-search-form .form-input::placeholder {
    font-size: 13px;
}
.detail-search-form .button {
    height: 44px;
    padding: 4px 14px;
    font-size: 13px;
    text-transform: capitalize;
    border-radius: 6px;
}
.comment .children {
    margin-top: 2px;
}
.ycf-detail-main-content ol li > div p {
    margin-bottom: 20px;
}
div + div + .author-info {
    margin-top: 20px;
}
.two-col-wrap .d-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}
.two-col-wrap .d-col {
    width: 50%;
}
.yfc-post-featured-image img {
    height: 500px;
    object-fit: cover;
    border-radius: 12px;
}
.ycf-detail-main-content figcaption {
    margin-top: 8px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}
.ycf-accordion {
    margin: 0;
    padding: 0;
}
.ycf-accordion-item {
    position: relative;
    list-style-type: none;
    margin-bottom: 0 !important;
    border-radius: 10px;
    background: #f4f8fa;
}
.ycf-accordion input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
.ycf-accordion-arrow {
    position: absolute;
    right: 22px;
    top: 20px;
    bottom: 0;
}
.ycf-accordion-arrow::before,
.ycf-accordion-arrow::after {
    content: "";
    position: absolute;
    background-color: #ff8c00;
    width: 3px;
    height: 9px;
    transition: transform 0.25s ease-in-out;
}
.ycf-accordion-arrow::before {
    transform: translateX(-2px) rotate(45deg);
}
.ycf-accordion-arrow::after {
    transform: translateX(2px) rotate(-45deg);
}
.ycf-accordion input[type="checkbox"]:checked ~ .ycf-accordion-arrow::before {
    transform: translateX(6px) rotate(45deg);
}
.ycf-accordion input[type="checkbox"]:checked ~ ycf-accordion-arrow::after {
    transform: translateX(-2px) rotate(-45deg);
}
.ycf-accordion-content {
    position: relative;
    margin: 0;
    opacity: 1;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    z-index: 2;
    padding: 0 10px;
    margin-bottom: 0 !important;
}
.ycf-accordion input[type="checkbox"]:checked ~ .ycf-accordion-content {
    max-height: 0;
    opacity: 0;
}
.ycf-accordion-item > h2 {
    margin: 0 !important;
    padding: 10px 10px;
    border-bottom: 1px solid #0fb1c7;
    font-size: 16px !important;
    border-radius: 10px;
}
.ycf-detail-main-content div + div {
    margin-top: 24px;
}
.ycf-accordion-content > p {
    margin-top: 10px !important;
}
.ycf-accordion-content p:last-child {
    margin-bottom: 10px;
}
.accordian-in.ycf-accordion-item .ycf-accordion-content {
    margin-bottom: 10px;
}
.ycf-accordion-item + .ycf-accordion-item {
    margin: 10px 0;
}
.ycf-accordion + .ycf-accordion {
    margin: 10px 0;
}
.ycf-detail-main-content div:last-child {
    margin-bottom: 20px;
}
.ycf-detail-main-content #comment-wrap {
    padding-top: 32px;
    white-space: normal;
    word-break: break-all;
}
.ycf-accordion-item:last-child {
    margin-bottom: 10px !important;
}
.accordian-in.ycf-accordion-item {
    background: #fff;
}
.ycf-accordion-content h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0 0px;
}
.ycf-blog-detail-hero h1 {
    display: block;
}
.ycf-detail-main-content .blog-date-time .read-time {
    margin: 0;
    font-weight: 300;
}
.ycf-detail-main-content .blog-date-time {
    display: flex;
    gap: 6px;
}
.ycf-detail-main-content .date-category div, .ycf-detail-main-content .yfc-blog-share, .ycf-detail-main-content .yfc-blog-share div {
    margin: 0 !important;
}
.ycf-detail-main-content .ycf-blog-detail-hero-grid div {
    margin: 0;
}
.ycf-detail-main-content .ycf-blog-detail-hero-grid {
    padding: 0;
    gap: 0;
}
.ycf-detail-main-content .yfc-post-featured-image {
    margin: 32px 0 12px !important;
}
.yfc-post-cat:hover {
    border: 1px solid #8b8f91;
}
.ycf-detail-main-content .blog-date-time {
    margin-bottom: 20px !important;
}
.exclusive-offer-content {
    margin: 0 !important;
}
.get-offer-btn .office-price-btn {
    padding: 10px 36px 10px 24px;
    position: relative;
}
.get-offer-btn .office-price-btn:after {
    content: "";
    position: absolute;
    background-image: url(../png/angle-right.png);
    right: 8px;
    background-size: contain;
    height: 32px;
    width: 32px;
    top: 5px;
}
.exclusive-offer-box svg, .insight-content svg, .warning-content svg, .info-box svg, .legal-content svg {
    display: none !important;
}
.insight-content p:first-child b, .warning-content p:first-child b, .info-box p:first-child b, .legal-content b {
    position: relative;
    padding-left: 18px;
}
.insight-content p:first-child b:before, .warning-content p:first-child b:before, .info-box p:first-child b:before, .legal-content b:before {
    content: "";
    position: absolute;
    left: 0;
    height: 13px;
    width: 13px;
    background-size: contain;
    top: 5px;
    background-repeat: no-repeat;
}
.insight-content p:first-child b:before {
    background-image: url(../png/insight-icon.png);
}
.warning-content p:first-child b:before {
    background-image: url(../png/warning-icon.png);
}
/*.fact-box p b:before {
    background-image: url(/wp-content/uploads/2024/05/fast-fact-icon.png);
}*/
.info-box p:first-child b:before, .legal-content b:before {
     background-image: url(../png/info-icon.png);
}
.yfc-post-content .yfc-post-meta {
    margin: 5px 0;
    gap: 4px;
    font-weight: 300;
}
.yfc-post-content .yfc-post-cat {
    padding: 5px;
    font-size: 13px;
}
.infographic-img-icon {
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.infographic-icon ul, .infographic-icon ul li {
    list-style: none !important;
    padding: 0;
}
.infographic-icon ul li svg {
    width: 40px;
}
.infographic-icon ul li svg circle, .infographic-icon ul li svg line {
    fill: #000000;
    stroke: #000000;
}
.infographic-icon ul li svg path {
    stroke: #000000;
}
.ycf-detail-nl div:last-child {
    margin-bottom: 0 !important;
}
.ycf-detail-nl div + div {
    margin-top: 0 !important;
}
.ycf-detail-nl br {
    display: none !important;
}
.ycf-detail-nl .ycf-nl-head h2 {
    margin: 0 !important;
}
.ycf-detail-nl form p {
    margin-top: 0 !important;
}
.ycf-detail-nl {
    background: #e6f3f8;
    border-radius: 12px;
    padding: 25px 25px;
}
.link-to-source-container {
    border-radius: 16px;
    border: 2px solid #0fb1c7;
    background: #F5F5F5;
    padding: 16px 24px;
    width: 60%;
    margin: auto;
}
.link-to-source-container .link-to-source-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.link-to-source-container .link-to-source-box .link-to-source-box-icon {
    padding-right: 12px;
}
.link-to-source-container .link-to-source-box .link-to-source-box-content {
    display: flex;
}
.link-to-source-box .link-to-source-box-content .link-to-source-box-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding-top: 2px;
    padding-right: 16px;
}
.link-to-source-container .link-to-source-box .link-to-source-box-content .link-to-source-box-link {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    text-decoration: underline;
    text-decoration-color: #0fb1c7;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    color: #0fb1c7;
}
.link-to-source-container div {
    margin: 0 !important;
}
.link-to-source-container .link-to-source-box .link-to-source-box-icon svg {
    width: 28px;
    height: 28px;
}
.ycf-detail-main-content .ycf-accordion-content table {
    margin-top: 10px;
}
.ycf-detail-main-content table tr td p svg {
    vertical-align: sub;
}
.ycf-detail-main-content table+div {
    margin-top: 20px;
}
.close-accordian-wrap a {
    text-decoration: underline;
    font-weight: 600;
}
.close-accordian-wrap a:hover, .close-accordian-wrap a:focus {
    text-decoration: none;
}
.close-accordian-wrap {
    border-top: 1px solid #e9e9e9;
    padding-top: 18px;
    margin-top: 8px !important;
}
.illustration-box b:before {
    display: none;
}
.illustration-box b {
    padding-left: 0px;
}
.illustration-box svg {
    display: inline-block !important;
    vertical-align: text-top;
}
.illustration-box .left-m-40 {
    margin-left: -40px;
}
.illustration-box ol li ul.alpha-list {
    margin-left: 16px;
}
.illustration-box ol {
    margin-left: 16px;
}
.ycf-accordion-content > ul, .ycf-accordion-content > ol {
    margin-top: 16px !important;
}  
.def-table {
    overflow-x: auto;
}
.float-l-img {
    float: left;
    width: 550px;
    padding: 0 10px 10px 0;
}
.d-flex-img-wrap {
    width: 600px;
    padding: 0 0px 10px 10px;
}
.blog-featured-video iframe {
    width: 100%;
    height: 500px;
    border-radius: 12px;
}
.postid-21231 .sidegrow-comp, .postid-22548 .sidegrow-comp, .postid-9399 .sidegrow-comp, .postid-19211 .sidegrow-comp, 
.postid-1661 .sidegrow-comp {
    display: none;
}
.ycf-detail-main-content .no-icon p b:before{
    display: none;
}
.ycf-detail-main-content .no-icon p b {
    padding-left: 0px;
}
.ycf-detail-main-content .img-fullwidth {
    max-width: 100% !important;
    padding: 0 !important;
}
.ycf-detail-main-content .fact-content ul {
    margin-left: 0 !important;
}
.related-product-info a.button:hover:after {
    margin-left: 116px !important;
}
.max-width-100 img {
    max-width: 100% !important;
}
.ycf-detail-main-content ol li ul.alpha-list {
    margin-top: 16px;
}
.d-flex {
    display: flex;
}
.mt-0 {
    margin-top: 0 !important;
}
.ycf-detail-main-content ul li ul {
    margin-top: 16px !important;
}
.ycf-detail-main-content ol li ul {
    margin-top: 16px;
}
/* Hover effect for table rows */
.def-table table tr:hover {
    background-color: #fff9f3 !important; /* Background color for hovered row */
    transition: background-color 0.3s ease;
}
/* Hover effect for individual table cells */
.def-table table td:hover {
    background-color: #ffedd6; /* Cell background color when hovered */
    transition: background-color 0.3s ease;
}
.editor-note {
    border: 1px solid #f9e9d5;
    background: #fffbf6;
    padding: 32px;
    border-radius: 12px;
    border-left: 3px solid #ff8c00;
}
.editor-note h4 {
    font-weight: 600;
    margin-bottom: 16px;
}
.def-table table thead tr:nth-child(2n) th, .ycf-detail-main-content table thead tr:nth-child(2n) th {
    background: #0a9fb3;
}
.ycf-detail-main-content .disclaimer-wrap {
    background: #f3f3f3;
    border-radius: 8px;
    padding: 24px;
    margin-top: 37px !important;
}
.ycf-detail-main-content .disclaimer-in {
    margin: 0 !important;
}
.ycf-detail-main-content .disclaimer-in p {
    font-size: 13px;
    line-height: 1.4;
    font-style: italic;
}
.editor-note svg {
    height: 24px;
    width: 18px;
    vertical-align: sub;
}
.ycf-detail-main-content .mt-20 {
    margin-top: 20px !important;
}
@media (min-width:768px) {
    .d-hide {
        display: none;
    }
}
@media (max-width:991px) {
    .ycf-detail-nl .ycf-nl-grid {
        gap: 30px;
    }
    .article-searh-wrap .name-check-search {
        max-width: 100%;
    }
    .article-searh-wrap .form-input.form-input-large.multiple-inputs {
        width: 100% !important;
    }
    .article-searh-wrap .button.button-large.multiple-inputs-button {
        min-height: 44px;
    }
}
@media (max-width:767px) {
    .m-hide {
        display: none;
    }
    .ycf-detail-nl .ycf-nl-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .ycf-detail-nl .border-right {
        border-right: none;
    }
    .ycf-blog-page-wrapper {
        padding-top: 20px;
    }
    .ycf-blog-detail-hero h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .yfc-post-head {
        align-items: start;
        flex-direction: column;
    }
    .article-searh-wrap .name-check-search {
        flex-direction: column !important;
        gap: 10px !important;
    }
    .article-searh-wrap .button.button-large.multiple-inputs-button.name-check-btn.w-button {
        width: 100%;
        position: static;
        min-height: 58px;
    }
}
@media (max-width:640px) {
    .ycf-detail-main-gird .author-info {
        flex-direction: column;
    }
}
