.BlogPost_main___fHoC {
  width: 100%;
  min-height: 100vh;
}

.BlogPost_postColumn__nRTc5 {
  width: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 80px 0px;
  position: relative;
}

.BlogPost_postTitle__cTLGT {
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  font-weight: 600;
  color: #0f707c;
  margin-bottom: 30px;
}

.BlogPost_postSubtitle__b1g65 {
  font-size: clamp(1rem, 1.6vw, 1.6rem);
  font-weight: 300;
  margin-bottom: 30px;
}

.BlogPost_postAuthor__Zatau {
  font-size: 1rem;
  color: gray;
  margin-bottom: 30px;
}

.BlogPost_postImageContainer__e3Eut {
  height: 500px;
  width: 100%;
  overflow: hidden;
}

.BlogPost_postImage__kZhDu {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}

.BlogPost_postBodyContainer__vGSTL {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 20px;
}

.BlogPost_postSocialContainer__a7hoI {
  grid-gap: 20px;
  gap: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}

.BlogPost_socialBlock__L57KH {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  grid-gap: 10px;
  gap: 10px;
  font-size: 1.3rem;
}

.BlogPost_socialIcon___1vf8, .BlogPost_bookIcon__IkzB6 {
  color: gray;
  display: inline;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s all ease;
  padding: 4px 4px;
  font-size: 1.3rem;
  height: 35px;
  width: 35px;
}

.BlogPost_socialIcon___1vf8:hover {
  background-color: #c0c2c4;
}

.BlogPost_bookIcon__IkzB6 {
  cursor: default !important;
}

.BlogPost_bookIcon__IkzB6:hover {
 background-color: transparent !important; 
}

.BlogPost_favoriteIconLiked__HdDPL {
  color: rgb(255, 60, 60) !important;
}

.BlogPost_divider__JpBa7 {
  color: rgba(255, 255, 255, 0.496);
  width: 100%;
}

.BlogPost_commentsContainer__78xaS {
  margin: 20px 0px;
}

.BlogPost_commentHeading__014gF {
  font-weight: bold;
  color: #0f707c;
  font-size: 1.7rem;
}

.BlogPost_userCommentContainer__DW1XQ {
  display: flex;
  flex-direction: column;
}

.BlogPost_addCommentTextField__IAqJl {
  width: 100%;
  margin: 20px 0px;
}

.BlogPost_userActionCollapse__SR81d {
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-end;
  margin-bottom: 20px;
}

.BlogPost_userCommentActionContainer__iUBjw {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  grid-gap: 20px;
  gap: 20px;
}

.BlogPost_commentList__MDMaK {
  width: 100%;
}

.BlogPost_comment__rZURe {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.BlogPost_commentHeader__ZG03Q {
  display: flex;
  grid-gap: 20px;
  gap: 20px;
}

.BlogPost_commentUsername__ozkmU {
  font-size: 0.9rem;
  font-weight: bold;
}

.BlogPost_commentDate__wzenU {
font-size: 0.9rem;
color: gray;
}

.BlogPost_commentBodyContainer__M4FhC {
  width: 95%;
  margin-top: -10px;
}

.BlogPost_commentBody__U8wbU {
  font-size: 1.1rem;
}

.BlogPost_deleteCommentButton__s0hP_ {
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-top: -10px;
}

@media screen and (max-width: 1020px) {
  .BlogPost_postColumn__nRTc5 {
    width: 70%;
    padding: 50px 0px;
  }

  .BlogPost_postImageContainer__e3Eut {
    height: 400px;
  }
}

@media screen and (max-width: 760px) {
  .BlogPost_postColumn__nRTc5 {
    width: 90%;
    padding: 30px 0px;
  }

  .BlogPost_postBodyContainer__vGSTL {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 480px) {
  .BlogPost_postColumn__nRTc5 {
    padding: 15px 0px;
  }

  .BlogPost_socialBlock__L57KH {
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 1rem;
  }
}
