.postWrapper *{
    font-family: GothamBook, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.postWrapper{
    background: #fff;
    width: 100%;
    border: 1px solid rgba(101, 103, 107, 0.2);
    border-radius: 8px;
    max-width: 654px;
    margin: 68px auto;
}
.postBody{
    padding: 20px 20px;
    /* border-bottom: 1px solid rgba(101, 103, 107, 0.2); */
}
.postHeader{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: 8px;

}
.postAuthor {
    display: flex;
    align-items: center;
}
.postAuthor__avatar{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 2px;
   
    margin-right: 15px;
}
.postAuthor__info p{
    margin: 0;
    font-weight: 700;
    color: #050505;
    font-size: 15px;
}
.postAuthor__info p::after{
    content: url(../index/postApproved.svg);
    position: relative;
    top: -2px;
}
.postAuthor__info span{
    color: #65676b;
    font-size: 12px;
}
.postAuthor__info span::after{
    content: url(../index/postWorld.svg);
    position: relative;
    top: 2px;
}
.postContent p {
    font-size: 15px;
    color: #050505;
    margin-bottom: 20px;
}
.postContent video{
    width: 100%;
}
.postContent__links{
    display: flex;
    gap: 10px;
    padding: 15px 20px;
    align-items: center;
    border-bottom: 1px solid rgba(101, 103, 107, 0.2);
}
.postContent__links--links{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.postContent__links--links a{
    text-decoration: none;
    font-size: 13px;
    color: #0037ff;
    padding-bottom: 8px;
}
.postContent__links--links p{
    font-size: 16px;
    color: #050505;
    letter-spacing: -.2px;
    margin: 0;
}
.postRegister{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 654px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #081441;
    border-radius: 8px;
    padding: 15px;
    height: max-content;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 32px;
}
.postLikes{
    padding: 10px 20px;
    border-bottom: 1px solid rgba(101, 103, 107, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.postLikes__left{
    display: flex;
    align-items: center;
    gap: 10px;
}
.postLikes__left span{
    color: #65676b;
    font-size: 13px;
}
.postLikes__right{
    display: flex;
    gap: 12px;
}
.postLikes__right--comments, .postLikes__right--reposts{
    display: flex;
    align-items: center;
    gap: 4px;
}
#postComments, #postReposts{
    font-size: 13px;
    color: #65676b;
    position: relative;
    top: -1px;
}
.postFooter{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
}
.postFooter > * {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 7px;

}
.postFooter > * span{
    color: #65676b;
    font-size: 15px;
}
.postComments{
    padding: 20px;
}
.postComments > p{
    font-size: 15px;
    color: #65676b;
}
.postComment{
    margin-top: 10px;
    display: grid;
    grid-template-columns: 32px 1fr;
    column-gap: 5px;
}
.commentAvatar{
    align-self: flex-start;
}
.commentAvatar img{
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.postComment__body{
    padding: 10px;
    background: #f0f2f5;
    border-radius: 15px;
    width: 100%;
}
.commentAuthor{
    font-size: 13px;
    color: #050505;
    font-weight: 700;
}
.commentContent{
    font-size: 15px;
    color: #050505;
}
.commentFooter{
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.commentFooter *{
    font-size: 13px;
    color: #65676b;
    text-decoration: none;
}
.commentFooter__left{
    display: flex;
    gap: 10px;
    font-weight: 700;
}
.commentFooter__right{
    display: flex;
    gap: 4px;
    font-weight: 700;
    align-items: center;
}
.replyComment{
    margin-left: 42px;
}
.commentAuthor__approved::after{
    content: url(../index/postApproved.svg);
}
.fbImage{
    width: 100%;
    border-radius: 32px;
    margin-top: 12px;
}
@media screen and (max-width: 450px) {
    .postAuthor img{
        margin-right: 7px;
    }

}
.top {
    z-index: 100000;
}
 .top {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
}
.top {
    display: flex;
    padding: 17px;
    border-bottom: 1px solid rgb(190, 190, 190);
    position: relative;
    gap: 10px;
}

              .actions {
                display: flex;
                align-items: center;
                gap: 26px;
                font-family: Arial, sans-serif;
                color: #666;
              }

              .action {
                display: flex;
                align-items: center;
                gap: 6px;
                border: none;
                background: transparent;
                color: #666;
                font-size: 14px;
                cursor: pointer;
                padding: 4px;
              }

              .action span:first-child {
                font-size: 18px;
                line-height: 1;
              }

              .action:hover {
                color: #1877f2;
              }

              .action.active {
                color: #1877f2;
              }

              .reactions {
                position: relative;
                display: flex;
                align-items: center;
                border: none;
                background: transparent;
                cursor: pointer;
                padding: 4px;
                margin-left: auto;
              }

              .circle {
                width: 18px;
                height: 18px;
                border-radius: 50%;
                color: #fff;
                font-size: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
                border: 2px solid #fff;
              }

              .circle.like {
                background: #1877f2;
                z-index: 2;
              }

              .circle.heart {
                background: #f02849;
                margin-left: -5px;
                z-index: 1;
              }

              .reactions:hover {
                transform: scale(1.08);
              }
              .commentFooter__right a{
               
    display: flex;
    gap: 4px;

              }
              .commentFooter__right a img{
                width:20px;
              }
              
.comment_input {
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding: 15px;
}

.comment_input img {
  width: 20px;
  height: 20px;
}

.comment_input-person {
  margin-right: 5px;
  border-radius: 15px;
}

.comment_input input {
  flex-grow: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 20px;
}

.comment_input button {
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 15px;
  margin-left: 10px;
  cursor: pointer;
}

.comment__block {
}

.comment__block img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  margin-right: 5px;
  margin-top: 8px;
}
.comment_search {
}
