Испытание: анонс поста [18/18] - 100% Прошу оценить код

html,
body {
margin: 0;
padding: 0;
}

body {
width: 280px;
min-height: 250px;
padding-top: 50px;
padding-left: 10px;
padding-right: 10px;
font-size: 12px;
font-family: “Arial”, sans-serif;
line-height: 1.2;
color: #7f8c8d;
background: #ecf0f1;
}

.post {
position: relative;
padding-left: 75px;
}

.post .post-date {
position: absolute;
background: #ffffff;
border-bottom: 5px solid #bdc3c7;
width: 55px;
height: 55px;
font-weight: bold;
font-size: 15px;
line-height: 55px;
text-align: center;
left: 0;
top: 0;
}

.post .post-type {
position: absolute;
background: #7f8c8d url("/assets/course14/quotes.png") no-repeat 50% 50%;
left: 0;
top: 70px;
height: 55px;
width: 55px;
border-bottom: 5px solid #bdc3c7;
}

.post .post-title {
color: #2980b9;
font-size: 20px;
}

.post .post-author {
margin: 5px 0;
}

.post .post-text {
background: #ffffff;
border-bottom: 5px solid #bdc3c7;
padding: 10px 15px;
margin-right: 10px;
}

.post .post-stats {
position: relative;
display: inline-block;
}

.post div:nth-child(6) {
margin-left: 10px;
}

.post-stats .icon {
width: 15px;
height: 15px;
position: absolute;
background: url("/assets/course14/post-challenge.png") no-repeat;
left: 0;
}

.post-stats div + a {
margin-left: 20px;
}

.post-stats .icon-tags {
background-position: 0 0;
}

.post-stats .icon-comments {
background-position: -20px 0;
}

.post a {
color: #2980b9;
text-decoration: none;
}

/*
Все размеры, отступы, координаты, размеры шрифтов (не заданные в body) кратны 5 или 10.
Адреса картинок:
/assets/course14/quotes.png
/assets/course14/post-challenge.png
Картинка «кавычки» выровнена по центру
*/

html-код не меняла

В данном случае вы могли прописать этот отступ для post-stats и не создавать такое правило.