/** Shopify CDN: Minification failed

Line 177:3 Unexpected "/"

**/
/* .blog-tag a {
  background-color: var(--grey-color);
  border-radius: var(--btn-radius);
  padding: 11px 20px;
  text-decoration: none;
  display: inline-block;
  line-height: normal;
}
.blog-tag a::first-letter {
  text-transform: uppercase;
}
.blog-tag a:hover,
.blog-tag.active {
  background-color: var(--btn-primary-hover-bg-color);
  color: var(--btn-primary-hover-color);
}
.list-social__link circle {
  transition: var(--transition);
}
.list-social__link:hover circle {
  stroke: var(--color-heading);
}
.article-template__content blockquote {
  max-width: 58rem;
  margin: auto;
  text-align: center;
}
blockquote .light-dark-grey {
  letter-spacing: 0;
  font-weight: var(--subheading-weight);
}
.container-min {
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
}
.article-template__content p {
  margin-block-start: clamp(2rem, 2vw, 2.6rem);
  margin-bottom: clamp(2rem, 2vw, 2.6rem);
}
.article_meta {
  --dot-width: 4px;
  --dot-space: 0 10px;
}
.blog-post-related .blog-posts-title {
  font-size: 1.6rem;
}
.article-template__hero-small {
  height: clamp(35rem, 30vw, 50rem);
}
.article-template__hero-medium {
  height: clamp(40rem, 32.5vw, 75.5rem);
}
.article-template__hero-large {
  height: clamp(50rem, 35vw, 85.5rem);
}


/* ==================================================
   Editorial Author Profile (Medium/Substack Style)
================================================== */
.custom-author-block {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-top: 60px; /* Space after article ends */
  padding-top: 40px;
  border-top: 1px solid #eaeaea; /* Clean separation line */
}

.author-avatar {
  flex-shrink: 0;
}

.author-avatar-img {
  width: 80px;  /* Optimal size matched to your reference */
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.author-info {
  flex: 1;
}

.author-header {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
}

.author-name {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: var(--color-heading, #111);
  line-height: 1.2;
}

.author-role {
  font-size: 15px;
  color: #71767b; /* The muted gray from your reference */
  font-family: var(--font-body-family); /* Or serif if your theme uses it */
}

.author-bio {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 16px;
}

.author-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* Icon + Text Layout matching reference */
.social-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #71767b;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

/* Fix for inline SVGs to support both solid and outline icons */
.social-link svg {
  color: #71767b;
  transition: color 0.2s ease;
}

/* Hover par dark color aayega dono formats mein */
.social-link:hover,
.social-link:hover svg {
  color: #111;
}

.social-link:hover {
  color: #111;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
  .custom-author-block {
    flex-direction: column;
    gap: 16px;
    padding-top: 30px;
    margin-top: 40px;
  }
  
  .author-header {
    flex-wrap: wrap;
    gap: 8px;
  }
}

/* Contextual Kicker for Author Profile */
.author-kicker {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #71767b; /* Subtle gray taaki user ka dhyan name par zyada jaye */
  margin-bottom: 6px;
  font-weight: 600;
} */

.blog-tag a {
  background-color: var(--grey-color);
  border-radius: var(--btn-radius);
  padding: 11px 20px;
  text-decoration: none;
  display: inline-block;
  line-height: normal;
}
.blog-tag a::first-letter {
  text-transform: uppercase;
}
.blog-tag a:hover,
.blog-tag.active {
  background-color: var(--btn-primary-hover-bg-color);
  color: var(--btn-primary-hover-color);
}
.list-social__link circle {
  transition: var(--transition);
}
.list-social__link:hover circle {
  stroke: var(--color-heading);
}
.article-template__content blockquote {
  max-width: 58rem;
  margin: auto;
  text-align: center;
}
blockquote .light-dark-grey {
  letter-spacing: 0;
  font-weight: var(--subheading-weight);
}
.container-min {
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
}
.article-template__content p {
  margin-block-start: clamp(2rem, 2vw, 2.6rem);
  margin-bottom: clamp(2rem, 2vw, 2.6rem);
}
.article_meta {
  --dot-width: 4px;
  --dot-space: 0 10px;
}
.blog-post-related .blog-posts-title {
  font-size: 1.6rem;
}
.article-template__hero-small {
  height: clamp(35rem, 30vw, 50rem);
}
.article-template__hero-medium {
  height: clamp(40rem, 32.5vw, 75.5rem);
}
.article-template__hero-large {
  height: clamp(50rem, 35vw, 85.5rem);
}


.custom-author-wrapper{
  margin-top:50px;
}

.custom-author-card{
  display:flex;
  gap:24px;
  align-items:flex-start;
  padding:30px;
  border:1px solid #e5e5e5;
  border-radius:16px;
  background:#fff;
}

.author-image img{
  width:100px;
  height:100px;
  border-radius:100%;
  object-fit:cover;
}

.author-content{
  flex:1;
}

.author-name{
  margin:0 0 8px;
  font-size:24px;
  font-weight:600;
}

.author-designation{
  font-size:14px;
  color:#777;
  margin-bottom:15px;
}

.author-bio{
  font-size:15px;
  line-height:1.7;
  margin-bottom:20px;
}

.author-socials{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.author-socials a{
  text-decoration:none;
  padding:8px 14px;
  border:1px solid #ddd;
  border-radius:30px;
  font-size:14px;
  transition:0.3s ease;
}

.author-socials a:hover{
  background:#111;
  color:#fff;
}

@media(max-width:768px){

  .custom-author-card{
    flex-direction:column;
  }

  .author-image img{
    width:80px;
    height:80px;
  }

}
.author-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 50%; /* Perfect circle for icons */
  color: #111; /* Icon color */
  transition: 0.3s ease;
}

.author-socials a:hover {
  background: #111;
  color: #fff; /* Icon color changes to white on hover */
  border-color: #111;
}