.elementor-5786 .elementor-element.elementor-element-0b722a7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-cea669a */.bcg-single-wrapper {
    max-width: 850px;
    margin: 0 auto;
    padding: 20px;
    font-family: "Inter", sans-serif;
}

/* CATEGORY BADGE */
.bcg-category {
    background: #FFC107;
    color: #000;
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 20px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 600;
}

/* TITLE */
.bcg-post-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #111;
}

/* META */
.bcg-meta {
    color: #666;
    font-size: 14px;
    margin-bottom: 25px;
    display: flex;
    gap: 20px;
}

/* FEATURED IMAGE */
.bcg-featured-image img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 30px;
}

/* CONTENT */
.bcg-content {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 40px;
}

/* TAGS */
.bcg-tags-wrapper h4 {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
}
.bcg-tags-wrapper a {
    background: #f2f2f2;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 13px;
    margin-right: 6px;
    text-decoration: none;
    color: #555;
}

/* NAVIGATION */
.bcg-post-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.bcg-post-nav a {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #FFC107;
}

.bcg-post-nav a:hover {
    opacity: 0.8;
}/* End custom CSS */