.elementor-132 .elementor-element.elementor-element-b7b7cff{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-a5f447a *//* =========================================================
   ULTIMATE BLOG SINGLE TEMPLATE CSS
   MOBILE + TABLET + DESKTOP OPTIMIZED
   SEO FRIENDLY CLEAN UI
========================================================= */

/* RESET */
#ubs-single-post-wrapper *{
    box-sizing:border-box;
}

/* MAIN WRAPPER */
#ubs-single-post-wrapper{
    width:100%;
    max-width:900px;
    margin:auto;
    padding:30px 20px;
    color:#111111;
    font-family:Arial,sans-serif;
    line-height:1.8;
    word-break:break-word;
}

/* FEATURED IMAGE */
#ubs-featured-image-wrapper{
    width:100%;
    margin-bottom:30px;
    overflow:hidden;
    border-radius:22px;
    position:relative;
}

#ubs-featured-image{
    width:100%;
    height:auto;
    display:block;
    border-radius:22px;
    object-fit:cover;
}

/* CATEGORY */
#ubs-post-categories{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:20px;
}

.ubs-category-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 16px;
    background:#f3f5f7;
    color:#111111;
    text-decoration:none;
    border-radius:100px;
    font-size:13px;
    font-weight:600;
    transition:0.3s ease;
}

.ubs-category-link:hover{
    background:#111111;
    color:#ffffff;
}

/* TITLE */
#ubs-post-title{
    font-size:52px;
    line-height:1.15;
    font-weight:800;
    margin:0 0 25px;
    letter-spacing:-1px;
    color:#111111;
}

/* META */
#ubs-post-meta-wrapper{
    margin-bottom:35px;
    padding-bottom:25px;
    border-bottom:1px solid #ececec;
}

#ubs-author-meta{
    display:flex;
    align-items:center;
    gap:16px;
}

#ubs-author-avatar-wrapper img{
    width:60px;
    height:60px;
    border-radius:100px;
}

#ubs-author-name{
    display:block;
    font-size:16px;
    font-weight:700;
    color:#111111;
    margin-bottom:3px;
}

#ubs-post-date-wrapper{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:12px;
}

#ubs-post-date,
#ubs-reading-time{
    font-size:14px;
    color:#777777;
}

/* TOC */
#ubs-table-of-contents-wrapper{
    background:#f8f9fb;
    border-radius:24px;
    padding:30px;
    margin-bottom:40px;
    border:1px solid #ececec;
}

#ubs-toc-title{
    font-size:22px;
    font-weight:800;
    margin-bottom:20px;
    color:#111111;
}

#ubs-toc-list{
    margin:0;
    padding:0;
    list-style:none;
}

.ubs-toc-item{
    margin-bottom:14px;
}

.ubs-toc-link{
    color:#222222;
    text-decoration:none;
    font-size:16px;
    font-weight:600;
    transition:0.3s ease;
    line-height:1.6;
}

.ubs-toc-link:hover{
    color:#0a66ff;
    padding-left:5px;
}

/* CONTENT */
#ubs-post-content-wrapper{
    font-size:19px;
    color:#222222;
}

/* PARAGRAPHS */
#ubs-post-content-wrapper p{
    margin-bottom:28px;
    font-size:19px;
    color:#222222;
    line-height:1.95;
}

/* HEADINGS */
#ubs-post-content-wrapper h2{
    font-size:38px;
    line-height:1.25;
    margin-top:65px;
    margin-bottom:24px;
    font-weight:800;
    color:#111111;
}

#ubs-post-content-wrapper h3{
    font-size:30px;
    line-height:1.3;
    margin-top:45px;
    margin-bottom:20px;
    font-weight:700;
    color:#111111;
}

#ubs-post-content-wrapper h4{
    font-size:24px;
    line-height:1.4;
    margin-top:35px;
    margin-bottom:16px;
    font-weight:700;
}

/* LINKS */
#ubs-post-content-wrapper a{
    color:#0a66ff;
    text-decoration:none;
    font-weight:600;
}

#ubs-post-content-wrapper a:hover{
    text-decoration:underline;
}

/* LISTS */
#ubs-post-content-wrapper ul,
#ubs-post-content-wrapper ol{
    margin-bottom:30px;
    padding-left:25px;
}

#ubs-post-content-wrapper li{
    margin-bottom:12px;
    line-height:1.9;
}

/* IMAGES */
#ubs-post-content-wrapper img{
    width:100%;
    max-width:100%;
    height:auto;
    border-radius:20px;
    margin:35px 0;
    display:block;
}

/* BLOCKQUOTE */
#ubs-post-content-wrapper blockquote{
    margin:35px 0;
    padding:30px;
    border-left:5px solid #111111;
    background:#f8f9fb;
    border-radius:16px;
    font-size:22px;
    line-height:1.7;
    font-weight:600;
}

/* TABLE */
#ubs-post-content-wrapper table{
    width:100%;
    border-collapse:collapse;
    margin:35px 0;
    overflow:hidden;
    border-radius:16px;
}

#ubs-post-content-wrapper table th{
    background:#111111;
    color:#ffffff;
    padding:18px;
    text-align:left;
}

#ubs-post-content-wrapper table td{
    padding:18px;
    border:1px solid #ececec;
}

/* CODE */
#ubs-post-content-wrapper pre{
    background:#111111;
    color:#ffffff;
    padding:25px;
    border-radius:18px;
    overflow:auto;
    margin:35px 0;
}

/* TAGS */
#ubs-post-tags-wrapper{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:60px;
    margin-bottom:60px;
}

.ubs-tag-link{
    padding:10px 18px;
    background:#f3f5f7;
    color:#111111;
    border-radius:100px;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    transition:0.3s ease;
}

.ubs-tag-link:hover{
    background:#111111;
    color:#ffffff;
}

/* AUTHOR BOX */
#ubs-author-box-wrapper{
    display:flex;
    gap:24px;
    align-items:flex-start;
    padding:35px;
    border-radius:28px;
    background:#f8f9fb;
    margin-bottom:70px;
    border:1px solid #ececec;
}

#ubs-author-box-avatar img{
    width:120px;
    height:120px;
    border-radius:100%;
}

#ubs-author-box-name{
    margin:0 0 12px;
    font-size:28px;
    font-weight:800;
}

#ubs-author-box-bio{
    font-size:17px;
    line-height:1.8;
    color:#555555;
}

/* RELATED POSTS */
#ubs-related-posts-title{
    font-size:34px;
    margin-bottom:30px;
    font-weight:800;
}

#ubs-related-posts-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.ubs-related-post-card{
    overflow:hidden;
    border-radius:22px;
    background:#ffffff;
    border:1px solid #ececec;
    transition:0.3s ease;
}

.ubs-related-post-card:hover{
    transform:translateY(-5px);
}

.ubs-related-post-card a{
    text-decoration:none;
    color:inherit;
    display:block;
}

.ubs-related-thumbnail{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
}

.ubs-related-post-title{
    padding:22px;
    font-size:20px;
    line-height:1.45;
    font-weight:700;
}

/* SCROLL SMOOTH */
html{
    scroll-behavior:smooth;
}

/* MOBILE */
@media(max-width:767px){

    #ubs-single-post-wrapper{
        padding:18px 16px;
    }

    #ubs-post-title{
        font-size:34px;
        line-height:1.2;
        margin-bottom:20px;
    }

    #ubs-post-content-wrapper{
        font-size:17px;
    }

    #ubs-post-content-wrapper p{
        font-size:17px;
        line-height:1.9;
        margin-bottom:24px;
    }

    #ubs-post-content-wrapper h2{
        font-size:28px;
        margin-top:50px;
        margin-bottom:18px;
    }

    #ubs-post-content-wrapper h3{
        font-size:24px;
    }

    #ubs-post-content-wrapper h4{
        font-size:21px;
    }

    #ubs-author-meta{
        align-items:flex-start;
    }

    #ubs-table-of-contents-wrapper{
        padding:22px;
        border-radius:18px;
    }

    #ubs-toc-title{
        font-size:20px;
    }

    #ubs-author-box-wrapper{
        flex-direction:column;
        padding:25px;
    }

    #ubs-author-box-avatar img{
        width:90px;
        height:90px;
    }

    #ubs-related-posts-grid{
        grid-template-columns:1fr;
    }

    .ubs-related-thumbnail{
        height:210px;
    }

    .ubs-related-post-title{
        font-size:18px;
        padding:18px;
    }

    #ubs-post-content-wrapper blockquote{
        padding:22px;
        font-size:18px;
    }

    #ubs-post-content-wrapper table{
        display:block;
        overflow-x:auto;
        white-space:nowrap;
    }

}

/* TABLET */
@media(min-width:768px) and (max-width:1024px){

    #ubs-single-post-wrapper{
        max-width:95%;
    }

    #ubs-post-title{
        font-size:44px;
    }

    #ubs-post-content-wrapper h2{
        font-size:34px;
    }

    #ubs-related-posts-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/* LARGE DESKTOP */
@media(min-width:1400px){

    #ubs-single-post-wrapper{
        max-width:980px;
    }

    #ubs-post-title{
        font-size:58px;
    }

    #ubs-post-content-wrapper{
        font-size:20px;
    }

}/* End custom CSS */