.container{
    margin:auto;
    display:flex;
    flex-direction:column;
    gap:20px;
    justify-content:center;
    /* align-items:center; */
    background-image: url('https://ethicalrcmservices.com/wp-content/uploads/2025/10/A-clean-medical-desk-with-a-stethoscope-1.jpg');
	background-position: center;
    background-size: cover;
    padding:50px 130px;
    box-sizing:border-box;
    width:100%;
    height:500px;
    margin-bottom: 100px ;
	background-color black;
}


.breadcrumbs{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:10px;
    margin: 0px 100px;
    color:#fff;
}

.page-header h1 {
    color: #fff;
    margin: 0px !important;
    margin-inline-start: 0px !important;
    margin-inline-start:0px !important;
}
.breadcrumb a{
    text-decoration:none;
    color:white !important;
    font-size:20px;
}
.breadcrumb a:hover{
    text-decoration:underline;
    color:#ddd;
}
.breadcrumbs svg{
    width:15px;
    height:15px;
    fill:#fff;
}

.post-setting{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.entry-title{
    /*font-size:32px;*/
    font-weight:600;
    margin-bottom:10px;
    color:#222;
    margin:0px;
}

.post-container{
    flex:3;
}

.sidebar{
    flex:1;
    display:flex;
    flex-direction:column;
    gap:20px;
}
.recent-post, .post-categories, .post-author, .post-site{
    border:2px solid #ddd;
    border-radius:10px;
    padding:10px;
    height:max-content;
}
.recent-post h3, .post-categories h3, .post-author h3, .post-site h3{
    font-size:20px;
    font-weight:600 !important;
    margin-bottom:15px;
    border-bottom:2px solid #ddd;
    padding-bottom:5px;

}
.breadcrumbs, .page-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0px 100px;
    color: #fff;
}
.post-details{
    padding:20px;
}
.post-thumbnail img{
    width:100%;
    height:auto;
    margin-bottom:20px;
    border-radius:10px !important;
}

.recent-post-thumb img{
    width:50px !important;
    border-radius:300px;
    border:2px solid #ddd;
    
}
.recent-post ul  li,.post-categories ul li{
    list-style: none;
}

.recent-post ul, .post-categories ul{
    padding-inline-start:0px !important;
}
.recent-post ul li a{
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.recent-post ul li a span, .category-link {
    font-size:16px;
    font-weight:500;
    color:#333;    
    align-content: center;
}

.breadcrumb {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}
.breadcrumb a {
  text-decoration: none;
  color: #0073aa;
}
.breadcrumb a:hover {
  color: #005177;
  text-decoration: underline;
}
.breadcrumb span {
  color: #000;
  font-weight: 500;
}
.author-section{
    display:flex;
    flex-direction:row;
    gap:15px;
    align-items:center;
}
.author-section img{
    width:50px;
    height:50px;
    border-radius:100px;
    object-fit:cover;
    aspect-ratio:1/1;
    border:2px solid #ddd;
}
.post-site{
	display:flex;
	justify-content:center;
	align-content:center;
	flex-direction:column;
}
.post-site-img{
	width:100%;
	display: flex;
	justify-content:center;
	align-items:center;
}
.post-site img{
    width:50%;
    height:auto;

}
.social{
    display:flex;
    flex-direction:column;
    gap:15px;
    width:100%;
    margin-top:10px;
    justify-content:center;
    align-item:center;
}
.social h4{
    font-size:18px;
    font-weight:600;
    margin:0px;
    text-align:center;
}
.social .social-icon{
    display:flex;
    flex-direction:row;
    gap:15px;
    justify-content:center;
    align-items:center;
}
.social .social-icon svg{
    width:25px;
    height:25px;
}

@media screen and (max-width: 770px){
    .container{
        padding:30px;
        height:300px;
		 background-image: url('https://ethicalrcmservices.com/wp-content/uploads/2025/10/A-clean-medical-desk-1.jpg');
	background-position: center;
    background-size: cover;
    }
   .breadcrumbs svg{
        width:10px;
        height:10px;
        fill:#fff;
    }
    .breadcrumb a{
       text-decoration:none;
        color:white !important;
        font-size:14px;
    }
    .page-header h1{
    color: #fff;
    padding: 0px !important;
    }
    
    .breadcrumbs, .page-header{
        margin:0px;
        text-align:start;
    }
    .entry-title{
        font-size:24px;
    }
    .post-setting{
        flex-direction:column;
    }
    .sidebar{
        display: flex;
        flex-direction:column;
        gap:10px;
    }
    .post-container, .recent-post, .post-categories, .post-author, .post-site{
        flex:1;
        min-width:300px;
    }
}