.blog-detail-section .blog-detail .designer-details .img {
  width: 30px;
  height: 30px;
}

.blog-detail-section .blog-detail .blog-img img {
  width: 100%;
  height: 100%;
}

.blog-detail-section .comments {
  border-top: 1px solid #DAE0DF;
  border-bottom: 1px solid #DAE0DF;
}

.blog-detail-section .comments .comment-card {
  border: none;
  border-left: 4px solid #F94A4A;
}

.blog-detail-section .comments .comment-card .card-img {
  width: 60px;
  height: 60px;
}

.blog-detail-section .comments .comment-card .card-img img {
  width: 100%;
}

.blog-detail-section .leave-comment form input, .blog-detail-section .leave-comment form textarea {
  border: 1px solid #E8F4F3;
  padding: 16px 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.social-badge {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*# sourceMappingURL=blog-details.css.map */
