.category-tags {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.category-tags li {
    margin-right: 10px;
}

.category-tags li a {
    background-color: rgba(0, 0, 0, 0);
    color: #333;
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    border-radius: 25px;
    border: solid 1px;
}

.category-tags li a:hover {
    background-color: #0073aa;
    color: white;
}

.uv-post-content {
    max-width: var(--global_max_width);
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 40px 20px;
}

.uv-post-content .entry-content {
    width: calc(100% - 300px);
    padding-right: 40px;
}

.uv-sidebar {
    width: 100%;
    max-width: 300px;
}

.uv-post-content {
    position: relative;
    z-index: 2;
}



.uv-post-content .post-thumbnail img {
    width: 100%;
    height: auto;
    margin-top: -90px;
}

.uv-blog-header .uv-header-simple-inner {
    max-width: var(--global_max_width);
    margin: auto;
}

.uv-share-heade-post {
    width: 100%;
    /* max-width: var(--uvwp_buttons_weight); */
    max-width: var(--global_max_width);
    margin: auto;
    display: flex;
    justify-content: flex-end;
    /* padding: 20px; */
    z-index: 5;
    position: relative;
    padding-right: 20px;
    margin-top: -88px;

}


/* Related post */

.related-posts {
    display: flex;
    flex-direction: column;
    gap: 15px;

}

.related-post {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 8px;
}

.related-post img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.related-post h4 {
    margin-top: 10px;
    color: #3A3B4F;
    margin-bottom: 0px;
    margin-top: 0px;
}

.related-post p {
    font-size: 0.8em;
    color: #5E6082;
    margin-bottom: 0px;
    margin-top: 0px;
}

.uv-sidebar {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.related-post>a {
    display: flex;
    justify-content: space-between;
    text-decoration: unset;


}

.uv-related-post-img {
    position: relative;
    width: 92px;
    height: 92px;
}

.uv-related-post-img img {
    position: absolute;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.uv-related-post-details {
    width: calc(100% - 102px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* share links content*/

.single-post-share .uv-site-socials .single-socials * {
    fill: #000000;
}

.single-post-share .icon-wrapper {
    padding: 4px;

    border: solid 1px #000000;
    width: 40px;
    height: 40px;
}

.single-post-share .icon-wrapper{
    padding-top: 8px;
    padding-left: 9px;
}

.single-post-share .icon-wrapper svg{
    height: 20px;
    width: 20px;
}


/* Post Archive Page */

/* Main container */
.uvwp_post_container {
    width: 100%;
    padding: 5em 1em;
    max-width: var(--global_max_width);
    margin: auto;

}

/* Grid layout */
.uvwp_post_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

/* Individual post card */
.uvwp_post_card {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-height: 300px;
    transition: transform 0.3s ease;
    width: calc(33.333% - 10px);
}

/* Image placeholder */
.uvwp_post_card .uvwp_post_image_placeholder {
   
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    padding-top: 55%;
    width: 100%;
}

.uvwp_post_title *,
.uvwp_post_title {
    color: var(--uvwp_global_textcolor);
}


.uvwp_post_excerpt *,
.uvwp_post_excerpt {
    color: var(--uvwp_global_textcolor);
}

.uvwp_post_card .uvwp_post_image_placeholder img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    /* padding-top: 75%; */
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

/* Date style */
.uvwp_post_date {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #2f3542;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #a3a8b2;
    text-transform: uppercase;
}

/* Post title */
.uvwp_post_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
    width: 100%;
    text-align: left;
}

/* Post excerpt */
.uvwp_post_excerpt {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #d2d2d2;
    flex-grow: 1;
    text-align: left;

}

/* Read more link */
.uvwp_post_read_more {
    background-color: transparent;
    color: #1e90ff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    margin-top: auto;
    transition: color 0.3s;
}

.uvwp_post_read_more:hover {
    color: #00bfff;
}

/* Pagination */
.uvwp_post_pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.uvwp_post_pagination a {
    background-color: var(--uvwp_primary_background_color_hover);
    color: var(--uvwp_primary_text_color_hover);
    border-color: var(--uvwp_primary_border_color_hover);
    padding: 10px 15px;
    text-decoration: none;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 5px;
    transition: all .35s ease-in-out;
}

.uvwp_post_pagination a:hover {
    background-color: var(--uvwp_primary_background_color);
    color: var(--uvwp_primary_text_color);
    border-color: var(--uvwp_primary_border_color);
    color: white;
}

.uvwp_post_pagination .current {
    background-color: var(--uvwp_primary_background_color);
    color: var(--uvwp_primary_text_color);
    border-color: var(--uvwp_primary_border_color);
    padding: 10px 15px;
    border: none;
    margin: 0 5px;
    border-radius: 5px;
}

.uvwp_post_pagination {
    width: 100%;
}


.uvwp_post_container .swiper-horizontal {
    overflow: hidden;
    padding: 40px 10px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
    background-color: #fff;
    width: 43px;
    height: 43px;
    border-radius: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    font-size: 17px;
}

body .uv-cta-images .swiper-button-next:after {
    font-size: 17px;
}


.news-carousel .read-more-new {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 !important;
    transition: all .3s ease-in;
}

.arrow-icon g,
.arrow-icon path {
    stroke: #000000 !important;

}

.arrow-annimationlink {
    color: #000000;
    cursor: pointer;
    font-weight: 400;
    text-decoration: none;
}

.link--arrowed {
    display: inline-block;
    .arrow-icon {
        position: relative;
        top: 0px;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        vertical-align: middle;
    }

    .arrow-icon--circle {
        transition: stroke-dashoffset .3s ease;
        stroke-dasharray: 95;
        stroke-dashoffset: 95;
    }

    &:hover {
        .arrow-icon {
            transform: translate3d(5px, 0, 0);
        }

        .arrow-icon--circle {
            stroke-dashoffset: 0;
        }
    }
}

.uv-post-related-wrapper{
    position: relative;
    overflow: hidden;
    width: 100%;
}

.swiper-slide.uvwp_post_card{
    align-items: flex-start;
}


@media(max-width: 1000px) {
   .share-post-elements .uv-site-socials {
        display: flex;
    }
}

@media(max-width: 1220px) {
    .uv-sidebar{
        display: none;
    }

    .uv-post-content .entry-content {
        width: calc(100%);
        padding-right: 40px;
    }

    .uv-post-content .post-thumbnail img {
       
        margin-top: 0px;
    }

    .uv-post-content .entry-content{
        padding-right: 0px;
    }

}