.relates li {
    padding-top: 0.5em;
    text-overflow: ellipsis;
    overflow: hidden;
}

.relates li a {
    text-decoration: none;
}

.related h3 {
    padding-bottom: 1.5em;
}

.wp-block-latest-posts li {
    padding-top: 0.5em;
}

.wp-block-latest-posts li:before{
    content: '1';
    font-style: italic;
    background-color: #FF3366;
    margin-right: 10px;
    color: #fff;
    height: 20px;
    line-height: 20px;
    top: 0;
    left: 0;
    font-size: 14px;
    min-width: 14px;
    text-align: center;
    border-radius: 4px;
    padding: 3px 6px 3px 5px;
    font-weight: bolder; 
}

.wp-block-latest-posts li:nth-child(2):before{
    content: '2';
    background-color:#FF9D34;
}

.wp-block-latest-posts li:nth-child(3):before{
    content: '3';
    background-color:#52CEFC;
}

.wp-block-latest-posts li:nth-child(4):before{
    content: '4';
    background-color:#4AD84D;
}

.wp-block-latest-posts li:nth-child(5):before{
    content: '5';
    background-color:#81A7FF;
}

@media screen and (max-width: 736px) {
    .box.excerpt header {
        margin-left: 0;
    }
}
