.rate span
{
  color: #4A89BA;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}

.good,
.bad
{
  display: flex;
  justify-content: center;
  align-items: center;
}

.good a,
.bad a
{
    line-height: 1;
    width: 64px;
    height: 40px;
    ;display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
}

.after__post {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.rate {
    display: flex;
    align-items: center;
    gap: 5px;
}

.good a {
    background: #32b732;
}

.bad a {
    background: #d94545;
}

.good a:hover, .bad a:hover {
    color: #fff;
    opacity: .8;
}

.good a svg, .bad a svg {
    width: 24px;
    height: 24px;
}
