#post-container .post{
	display:none;
}
.auth-here{
	display:block;
}
.auth-here img{
	border-radius: 100px; 
}
/**/
.bio-card {
  display: flex;
}

.profile-section {
  flex: 1;
  text-align: left;
  padding-right: 20px;
}
.image-container img {
  width: 150px;
  height: 150px;
  border-radius: 24px;
  object-fit: cover;
}
.name {
  margin: 20px 0 5px;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-main);
}

.title {
  color: var(--text-muted);
  margin-bottom: 15px;
}

.social-links a {
  margin: 0 8px;
  color: #333;
  font-size: 1.2rem;
  text-decoration: none;
}

.divider {
  width: 1px;
  background-color:#AFB1B580;
  margin: 0 40px;
}

.content-section {
  flex: 3;
  text-align: left;
}
.content-section .title-info {
  font-weight: 600;
  margin-bottom: 10px;
}
.content-section h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.content-section p {
  line-height: 1.6;
  color: #3C3549;
  margin-bottom: 30px;
}

.skills-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.team-write {
  margin-bottom: 20px;
}
.skill-tag,.skill-tag:hover {
  color: #3D247F;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 500;
  border: 1px solid var(--Primary-Main, #3D247F);
  background: #fff;
  font-size: 14px;
}
.author-blog {
  background: #FEF9F2;
  padding-top: 190px;
  margin-top: -150px;
  margin-bottom: 0;
}
.author-blog .icon-post {
  width: 20px;
  height: 20px;
  border-radius: 0;
  background-size: auto;
  margin: 0 5px 0 0;
}
.blog-023 .latest-posts {
  background: #FCEFDC;
}
.all-articles {
  color: #3C247F;
  font-weight: 500;
}
.latest-posts article {
  background: #fff;
  border: 2px solid #3C3549;
  border-radius: 8px;
}
.blog-023 article .post-text {
  padding: 30px;
}
.blog-023 .team-write, .blog-023 .team-write *{
    font-weight: 500;
    color:#3C3549;
}
.author_link.auth-cu a {
  color: #5587E0;
}
.blog-023 article .post-text h4 a {
  color: #3C3549;
  font-weight: 400;
  font-family: 'Song Myung', sans-serif !important;
}
.blog-023 .readMore{
  background: transparent !important;
  color: #3C247F !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  border-radius: 30px !important;
  border-color: #3C247F !important;
  box-shadow: none !important;
  border: 2px solid !important;
}
.explore-more {
  background-color: #FBB040;
  background-image: none;
  padding-top: 100px;
}
.content-exp {
padding-top: 0;
  padding-bottom: 50px;
}
body .pagination-blog{
    width:100%;
}
/* Responsive adjustment for mobile */
@media (max-width: 768px) {
  .bio-card {
    flex-direction: column;
    width: 90%;
    padding: 20px;
  }
  .divider {
    height: 1px;
    width: 100%;
    margin: 30px 0;
  }
}