.kp_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px
}

.kp_page-header {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .08)
}

.kp_page-title {
    color: #333;
    display: flex;
    align-items: center;
    font-weight: 700;
    text-transform: capitalize;
}

.kp_page-title svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    fill: #ff4d4d
}

.kp_content-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    overflow: visible;
    max-width: 100%
}

.kp_main-content {
    flex: 1 1 70%;
    min-width: 0
}

.kp_sidebar {
    flex: 0 0 25%;
    min-width: 280px
}

.kp_video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px
}

.kp_video-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
    transition: all .3s ease;
    cursor: pointer
}

.kp_video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

.kp_video-thumb {
    position: relative;
    padding-top: 177.78%;
    overflow: hidden
}

.kp_video-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease
}

.kp_video-card:hover .kp_video-thumb img {
    transform: scale(1.05)
}

.kp_play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s ease
}

.kp_video-card:hover .kp_play-overlay {
    opacity: 1
}

.kp_play-btn {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, .9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.kp_play-btn svg {
    width: 20px;
    height: 20px;
    fill: #ff4d4d
}

.kp_video-content {
    padding: 15px
}

.kp_video-grid .kp_video-title {
    font-weight: 600;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333
}

.kp_video-category-small {
    display: flex;
    align-items: center;
    color: #777;
    margin-bottom: 5px
}

.kp_video-category-small svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    fill: #777;
    flex-shrink: 0
}

.kp_video-meta {
    display: flex;
    align-items: center;
    color: #777;
    font-size: 12px
}

.kp_view-count {
    display: flex;
    align-items: center
}

.kp_view-count svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    fill: #777
}

.kp_sidebar-widget {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .08)
}

.kp_widget-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-weight: 600
}

.kp_category-list {
    list-style: none
}

.kp_category-item {
    margin-bottom: 10px
}

.kp_category-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    transition: all .3s ease
}

.kp_category-link:hover {
    background: #f7f7f7
}

.kp_category-name {
    display: flex;
    align-items: center
}

.kp_category-icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    fill: #ff4d4d
}

.kp_category-count {
    background: #f0f0f0;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    color: #777
}

.kp_pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 5px
}

.kp_pagination a,
.kp_pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #333;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
    transition: all .3s ease
}

.kp_pagination a:hover,
.kp_pagination span.current {
    background: #ff4d4d;
    color: #fff
}

.kp_video-container {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    padding: 20px;
    box-sizing: border-box;
    max-width: 100%
}

.tiktok-embed {
    margin: 0 auto;
    display: block;
    min-height: 580px;
    max-width: 100% !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    border: unset;
    background: unset;
    padding: 0;
    margin: 0 auto
}

.tiktok-embed iframe {
    max-width: 100% !important;
    margin: 0 auto !important;
    display: block !important
}

.kp_video-title {
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
    word-wrap: break-word
}

.kp_video-meta {
    display: flex;
    align-items: center;
    color: #777;
    font-size: 14px;
    flex-wrap: wrap
}

.kp_video-date,
.kp_video-views,
.kp_video-username,
.kp_video-category {
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 5px
}

.kp_video-username a,
.kp_video-category a {
    color: #ff4d4d;
    text-decoration: none;
    font-weight: 500;
    transition: all .3s ease
}

.kp_video-username a:hover,
.kp_video-category a:hover {
    text-decoration: underline
}

.kp_meta-icon {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    fill: #777
}

.kp_hashtags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.kp_hashtag {
    background: #fff;
    color: #333;
    padding: 6px 12px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 13px;
    transition: all .3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
    display: flex;
    align-items: center
}

.kp_hashtag svg {
    width: 14px;
    height: 14px;
    fill: #ff4d4d;
    margin-right: 5px;
    flex-shrink: 0
}

.kp_hashtag:hover {
    background: #ff4d4d;
    color: #fff
}

.kp_hashtag:hover svg {
    fill: #fff
}

.kp_related-section {
    margin-top: 40px;
    width: 100%
}

.kp_section-title {
    position: relative;
    font-weight: 600;
    color: #333
}

.kp_section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #ff4d4d
}

.owl-carousel {
    width: 100%
}

.owl-carousel .owl-stage-outer {
    overflow: visible
}

.owl-carousel .owl-item {
    opacity: 0
}

.owl-carousel .owl-item.active {
    opacity: 1;
    transition: opacity .3s ease
}

.kp_related-video {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
    transition: all .3s ease;
    cursor: pointer;
    margin: 10px 5px
}

.kp_related-video:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

.kp_related-thumb {
    position: relative;
    padding-top: 177.78%;
    overflow: hidden
}

.kp_related-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease
}

.kp_related-video:hover .kp_related-thumb img {
    transform: scale(1.05)
}

.kp_related-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s ease
}

.kp_related-video:hover .kp_related-play-overlay {
    opacity: 1
}

.kp_related-play-btn {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.kp_related-play-btn svg {
    width: 16px;
    height: 16px;
    fill: #ff4d4d
}

.kp_related-content {
    padding: 12px
}

.kp_related-title {
    font-weight: 600;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333
}

.kp_related-category {
    display: flex;
    align-items: center;
    color: #777;
    font-size: 14px;
    margin-bottom: 5px
}

.kp_related-category svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    fill: #777;
    flex-shrink: 0
}

.kp_related-meta {
    display: flex;
    align-items: center;
    color: #777;
    font-size: 14px
}

.kp_related-views {
    display: flex;
    align-items: center
}

.kp_related-views svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    fill: #777;
    flex-shrink: 0
}

.owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    gap: 10px
}

.owl-prev,
.owl-next {
    width: 30px !important;
    height: 30px !important;
    background: #fff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1) !important;
    transition: all .3s ease !important
}

.owl-prev:hover,
.owl-next:hover {
    background: #ff4d4d !important;
    color: #fff !important
}

.owl-prev span,
.owl-next span {
    font-size: 24px;
    line-height: 18px
}

.kp_product-list {
    list-style: none
}

.kp_product-item {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0
}

.kp_product-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.kp_product-image {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 15px;
    flex-shrink: 0
}

.kp_product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.kp_product-info {
    flex: 1;
    min-width: 0
}

.kp_product-name {
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.kp_product-price {
    color: #ff4d4d;
    font-weight: 600;
    margin-bottom: 10px
}

.kp_product-button {
    display: inline-block;
    background: #ff4d4d;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 12px;
    transition: all .3s ease
}

.kp_product-button:hover {
    background: #e63c3c
}

.kp_latest-videos {
    list-style: none
}

.kp_latest-video-item {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: all .3s ease
}

.kp_latest-video-item:hover {
    transform: translateX(5px)
}

.kp_latest-video-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.kp_latest-video-thumb {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 12px;
    position: relative;
    flex-shrink: 0
}

.kp_latest-video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.kp_latest-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.kp_latest-video-play svg {
    width: 12px;
    height: 12px;
    fill: #ff4d4d
}

.kp_latest-video-info {
    flex: 1;
    min-width: 0
}

.kp_latest-video-title {
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word
}

.kp_latest-video-meta {
    display: flex;
    align-items: center;
    color: #777;
    font-size: 11px
}

.kp_latest-video-views {
    display: flex;
    align-items: center
}

.kp_latest-video-views svg {
    width: 12px;
    height: 12px;
    margin-right: 4px;
    fill: #777;
    flex-shrink: 0
}

.kp_related-videos-container {
    position: relative;
    width: 100%
}

.kp_tiktok-breadcrumbs {
    color: #777;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.kp_tiktok-breadcrumbs a {
    color: #555;
    text-decoration: none;
    transition: all .3s ease
}

.kp_tiktok-breadcrumbs a:hover {
    color: #ff4d4d
}

.kp_tiktok-breadcrumbs span {
    color: #777
}

.kp_social-share {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.kp_share-label {
    font-size: 14px;
    color: #777;
    margin-right: 10px
}

.kp_share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #f5f5f5;
    border-radius: 50%;
    margin-right: 8px;
    transition: all .3s ease
}

.kp_share-btn svg {
    fill: #555
}

.kp_share-btn.kp_facebook:hover {
    background: #3b5998
}

.kp_share-btn.kp_twitter:hover {
    background: #1da1f2
}

.kp_share-btn.kp_pinterest:hover {
    background: #bd081c
}

.kp_share-btn.kp_linkedin:hover {
    background: #0077b5
}

.kp_share-btn.kp_copy-link:hover {
    background: #00c853
}

.kp_share-btn:hover svg {
    fill: #fff
}

.kp_copy-notification {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    z-index: 9999;
    animation: fadeIn .3s ease
}

@keyframes fadeIn {
    from {
        opacity: 0;
        bottom: 10px
    }

    to {
        opacity: 1;
        bottom: 20px
    }
}

.kp_entry-content blockquote {
    background-color: #fff;
    border-radius: 8px;
    padding: 25px 30px;
    margin: 25px 0;
    position: relative;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .08);
    border-left: 4px solid #ff4d4d;
    font-style: normal
}

.kp_entry-content blockquote p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #1d3557;
    margin-bottom: 10px;
    position: relative
}

.kp_entry-content blockquote p:before {
    content: '"';
    font-size: 60px;
    color: #ff4d4d;
    opacity: .2;
    position: absolute;
    top: -25px;
    left: -15px;
    font-family: serif
}

.kp_entry-content blockquote p:last-child {
    margin-bottom: 0
}

.kp_entry-content blockquote cite {
    display: block;
    font-size: 14px;
    color: #a8a8a8;
    margin-top: 10px;
    font-style: normal;
    font-weight: 500
}

.kp_entry-content blockquote cite:before {
    content: '— ';
    color: #ff4d4d
}

.kp_watch-on-tiktok {
    text-align: center;
    margin-top: 15px;
    padding: 0 20px 15px
}

.kp_tiktok-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all .3s ease
}

.kp_tiktok-button svg {
    margin-right: 8px;
    fill: currentColor
}

.kp_tiktok-button:hover {
    background-color: #ff0050;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

@media (max-width:992px) {
    .kp_content-wrapper {
        display: flex;
        flex-wrap: nowrap;
        gap: 30px;
        overflow: visible;
        align-items: flex-start;
    }

    .kp_main-content,
    .kp_sidebar {
        flex: 0 0 100%;
        max-width: 100%
    }

    .kp_sidebar {
        margin-top: 30px
    }

    .kp_video-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:768px) {
    .tiktok-embed {
        min-height: 480px
    }

    .kp_video-meta {
        flex-direction: column;
        align-items: flex-start
    }

    .kp_video-date,
    .kp_video-views,
    .kp_video-username,
    .kp_video-category {
        margin-bottom: 5px
    }

    .owl-carousel .owl-nav {
        position: static;
        justify-content: center;
        margin-top: 15px
    }

    .kp_video-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .kp_pagination a,
    .kp_pagination span {
        width: 35px;
        height: 35px
    }

    .kp_social-share {
        margin-top: 10px
    }

    .kp_entry-content blockquote {
        padding: 20px 25px;
        margin: 20px 0
    }

    .kp_entry-content blockquote p {
        font-size: 15px
    }

    .kp_entry-content blockquote p:before {
        font-size: 50px;
        top: -20px;
        left: -10px
    }
}

@media (max-width:576px) {
    .kp_video-container {
        padding: 10px
    }

    .tiktok-embed {
        min-height: 400px
    }

    .kp_product-item {
        flex-direction: column
    }

    .kp_product-image {
        margin-bottom: 10px;
        width: 100%;
        height: auto;
        aspect-ratio: 1/1
    }

    .kp_latest-video-item {
        flex-direction: column
    }

    .kp_latest-video-thumb {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        height: auto;
        aspect-ratio: 1/1
    }

    .kp_video-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .kp_hashtags {
        gap: 5px
    }

    .kp_hashtag {
        padding: 4px 8px;
        font-size: 12px
    }

    .kp_social-share {
        justify-content: center
    }

    .kp_entry-content blockquote {
        padding: 15px 20px;
        margin: 15px 0
    }

    .kp_entry-content blockquote p {
        font-size: 14px
    }

    .kp_entry-content blockquote p:before {
        font-size: 40px;
        top: -15px;
        left: -8px
    }

    .kp_entry-content blockquote cite {
        font-size: 13px
    }
}