
.post{
    border-bottom: 1px solid #c7c7c7;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.post:last-child{
    border: 1;
}

.post h1{
    font-weight: normal;
    font-size: 30px;
}

.post a.link{
    text-decoration: none;
    color: black;
}
.post-text{
    letter-spacing: 1px;
    font-size: 15px;
    font-family: serif;
    color: gray;
    text-align: justify;
}
.post-action{
    margin-top: 15px;
    margin-bottom: 15px;
}

.like,.unlike{
    border: 0;
    background: none;
    letter-spacing: 1px;
    color: lightseagreen;
}

.like,.unlike:hover{
    cursor: pointer;
}


/* media query */
@media (max-width: 800px){
    .content{
        width: 95%;
    }
}

.rating-block-custom .rating-layout {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-direction: column;
  margin-top: 10px;
}

.rating-block-custom .avg-number {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}

.rating-block-custom .avg-text {
  font-size: 13px;
  margin-top: 3px;
}