.wp-singular.vlog-template-default.single.single-vlog .item-at-start .site-header-row-container-inner {
    background: #00000021;
}

.wp-singular.vlog-template-default.single.single-vlog .item-at-start nav .primary-menu-container ul li a {
    color: black;
}

.wp-singular.vlog-template-default.single.single-vlog .item-at-start nav .primary-menu-container ul li a:hover {
    color: var(--e-glogal-color-secondary);
}

.threshold-single-vlog {
    padding: 60px 0;
    background: white;
}

.vlog-featured-image {
    position: relative;
    margin-bottom: 40px;
}

.image-container {
    position: relative;
    height: 600px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.featured-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
}

.image-container::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: transform 0.3s ease;
    z-index: 2;
}

.play-icon:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.video-player {
    margin-bottom: 40px;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vlog-meta {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    border: 2px solid var(--e-global-color-kadence5);
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    box-shadow: var(--tw-shadow);
}

.category-tag {
    display: inline-block;
    background: linear-gradient(to right,
            var(--e-global-color-primary),
            var(--e-global-color-secondary));
    color: var(--e-global-color-text);
    font-family: 'Inter', sans-serif;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.vlog-title{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid var(--e-global-color-kadence5);
}

.vlog-title h1 {
    font-size: 48px;
    font-weight: 400;
    color: var(--e-global-color-text);
    line-height: 1.1;
    margin-bottom: 10px;
}
.vlog-title .vlog-date span {
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: var(--e-global-color-kadence4);
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 8px;
}


.vlog-content-wrap .content-heading {
    font-size: 22px;
    font-weight: 600;
    color: var(--e-global-color-text);
    margin: 0px;
}

.vlog-content-wrap .content-text {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Inter', sans-serif;
    color: var(--e-global-color-kadence4);
}
.vlog-content-wrap .content-text p{
    margin-top: 10 !important;
}

.back_to_posts {
    padding-bottom: 40px;
}

.back_to_posts a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--e-global-color-primary);
    text-decoration: none;
    transition: gap 0.3s ease;
}

.back_to_posts a:hover {
    gap: 15px;
}

@media (max-width: 1024px) {
    .threshold-single-vlog .image-container {
        height: 500px;
    }

    .threshold-single-vlog .vlog-meta {
        padding: 25px;
    }
}

@media (max-width: 768px) {
    .threshold-single-vlog {
        padding: 30px 0px;
    }

    .threshold-single-vlog .image-container {
        height: 400px;
    }

    .threshold-single-vlog .vlog-title h1 {
        font-size: 30px;
        line-height: 1.2em;
        margin-bottom: 10px;
    }

    .threshold-single-vlog .vlog-content-wrap .content-heading {
        font-size: 20px;
    }

    .threshold-single-vlog .play-icon svg {
        width: 50px;
        height: 50px;
    }

    .threshold-single-vlog .vlog-meta {
        padding: 20px;
        margin: 0 10px 30px;
    }

    .threshold-single-vlog .vlog-featured-image {
        margin: 0 10px 40px;
    }
}

@media (max-width: 480px) {
   

    .threshold-single-vlog .image-container {
        height: 250px;
    }

    .threshold-single-vlog .vlog-title h1 {
        font-size: 24px;
        line-height: 1.2em;
    }

    .threshold-single-vlog .vlog-content-wrap .content-heading {
        font-size: 18px;
    }

    .threshold-single-vlog .vlog-content-wrap .content-text {
        font-size: 14px;
    }

    .threshold-single-vlog .play-icon svg {
        width: 40px;
        height: 40px;
    }

    .threshold-single-vlog .vlog-meta {
        padding: 15px;
        margin: 0 5px 20px;
    }

    .threshold-single-vlog .vlog-featured-image {
        margin: 0 5px 30px;
    }

    .threshold-single-vlog .category-tag {
        font-size: 12px;
        padding: 6px 12px;
    }
}