
.feed_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    /* Text_18/SemiBold */
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
}

.feed_head span{
    display: block;
    color: #4F4F4F;
    /* Text_14/None/Regular */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.feed_head img{
    width:16px;
}

.feed_images {
    margin-top:16px;
}

.feed_images a{
    display: inline-block;
    margin-right:16px;
}

.feed_text {
    margin-top:16px;
    color: #000;
    /* Text_14/None/Regular */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.feed {
    margin-top:32px;
}

.feed_answer {
    margin-top:16px;
    display: flex;
    align-items: center;
    gap:16px;
}

.feed_answer a {
    text-decoration: none;
}

.feed_answer a.answer {
    color: #1B3B75;
    /* Text_14/None/Regular */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.feed_answer .like, .feed_answer .dislike {
    display: flex;
    height:20px;
    gap:4px;
    color: #4F4F4F;
    /* Text_14/None/Regular */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}


.feed_manage {
    display: flex;    
    align-items: center;
    color: #BDBDBD;
    justify-content: space-between;
    margin-top:24px;
    margin-bottom:24px;
    /* Text_14/None/Regular */    
}

.feed_sort {
    align-items: center;
    display: flex;
    gap:16px;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.write_feed{
    border-radius: 3px;
    background: #1B3B75;
    color:#FFF;
    display: inline-block;
    text-decoration: none;
    /* Text_16/SemiBold */
    font-family: Roboto;
    padding:8px 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

.feed_sort a{
    color: #4F4F4F;
    text-decoration: none;
    /* Text_14/None/Regular */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.feed_sort a:hover, .feed_sort a.active{
    color:#000;
}

.feedlist h2 {
	color: #000;
	font-family: Montserrat-Bold;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 120% */
    margin-bottom:0px;
}

.feed_answer_down {
    margin-left:32px;
    margin-top:32px;
}

@media (max-width: 767.98px) {	

    .feed_answer_down {
        margin-top:24px;
    }

    .feedlist h2 {
        color: #4F4F4F;
        font-family: Montserrat-Bold;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px; /* 114.286% */
    }
	
    .feed_text {
        font-size:12px;
        line-height:120%;
    }

    .feed_head {
        font-size:16px;
        align-items: start;
    }

    .feed_head span {
        font-size:12px;
        line-height:140%;
    }

	
    .feed_manage {
        flex-wrap:wrap;
    }

    .feed_button a{
        width:100%;
    }

    .feed_sort {
        order:2;
    }

    .feed_button {
        margin-bottom:16px;
        order:1;
        text-align: center;
        flex: 0 0 100%;
        width:100%;
    }

}

.feed_images {
	display: flex;
	flex-wrap:wrap;
	gap:20px;	
}

.feed_images a img {
	height:100px;
}

.feed_stars {
	display: flex;
	align-items: center;
	gap:4px;
}

a.disabled {
    cursor:default;
}