.custom-single-blog-container{
    width: 1250px;
    margin: 10px auto 30px;
    max-width: 100%;
}


/* Breadcrumbs */
.custom-breadcrumbs {
    margin-bottom: 30px;
    font-size: 14px;
    margin-top: 2em;
}

.breadcrumb a{font-weight:500;    text-decoration: none;}

.breadcrumb a:hover{color:#000 !important;}

/* Two-column layout */
.custom-single-blog-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    background-color: #4865B2;
    align-items: center;
}

.custom-single-blog-title{
    font-size:34px !important;color: #fff !important;
}

.custom-single-blog-left {
    flex: 0 0 35%;
    max-width: 35%;
    padding: 50px;
    box-sizing: border-box;
}

.custom-single-blog-right {
    flex: 0 0 65%;
    max-width: 65%;
}

.custom-single-blog-title {
    margin-top: 0;
    margin-bottom: 20px;
}

/* Category styling */
.custom-single-blog-meta {
    margin-bottom: 15px;
}

/* Excerpt styling */
.custom-single-blog-excerpt p {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 30px;
}

.custom-post-category {
    display: inline-block;
    padding: 4px 12px;
    background-color: #f0f0f0;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
}

/* Title styling */
.custom-single-blog-title {
    margin: 0 0 20px 0;
    font-size: 32px;
    line-height: 1.3;
}

/* Excerpt styling */
.custom-single-blog-excerpt {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 30px;
}

.custom-post-category {
    display: inline-block;
    padding: 5px 10px;
    background: #f0f0f0;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
}

.custom-single-blog-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.custom-single-blog-content {
    margin-top: 40px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .custom-single-blog-left,
    .custom-single-blog-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .custom-single-blog-left {
        padding-right: 0; 
		padding:30px;
    }
	
	.custom-single-blog-container{padding:15px 20px;margin:0px !important;}
	.custom-breadcrumbs{margin-left:5px;margin-top:0px;}
	.custom-single-blog-excerpt p{font-size:15px;margin-bottom:0px;}
	
}