.postingSection {
    width: 100%;
    padding-bottom: 20px;
}

.card {
    position: relative;
    background-color: white;
    border: 1px solid lightgrey;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.cardHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0px;
}

.cardHeaderLeft {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cardHeaderRight {
    display: flex;
}

.cardNameLoc {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}


.authorImage {
    width: 45px;
    height: 45px;
    object-fit: cover;
    position: relative;
    border: 4px solid transparent;
    border-radius: 100%;
    background-clip: padding-box;
    padding: 2px;
    cursor: pointer;
}

.image {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.cardBottom {
    padding: 7px;
}


.cardActions .material-symbols-outlined {
    margin: 3px 4px 3px 0px;
}

.cardActions {
    display: flex;
    justify-content: space-between;
}

.hoverBtn:hover {
    cursor: pointer;
}

.cardActionsSocial {
    display: flex;
    align-items: center;
}

.interaction {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    cursor: pointer;
}

.favRed {
    width: 24px !important;
    height: 24px !important;
    margin-right: 6px;
    cursor: pointer;
}

.favorit {
    width: 23px !important;
    height: 23px !important;
}

.d-none {
    display: none !important;
}

.bookmark {
    width: 24px;
    height: 24px;
    cursor: pointer;
    padding-right: -10px;
}

.bookmarkBlack {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.countLikes {
    font-size: 13px;
    padding-bottom: 10px;
}

samp {
    font-family: Roboto;
    font-size: 12px;
}

.description {
    font-size: 13px;
}

.description a {
    color: black;
    text-decoration: none;
}

.timeAgo {
    font-size: 12px;
    color: #888;
    padding-top: 10px;
}

.commentContainer {
    border-top: 1px solid rgb(235, 233, 233);
    display: flex;
    align-items: center;
    padding: 12px 10px;
    position: relative;
}

.addComment {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.comment {
    outline: unset;
    border: none;
}

.postButton {
    color: lightblue;
    font-size: 14px;
    opacity: 0.5;
    cursor: pointer;
}

.changeColor {
    opacity: 1;
    color: blue;
    cursor: pointer;
}

.newComment {
    font-size: 13px;
    margin: 5px 0px;
}