.frhd__post-grid-1 .frhd__cat-wrap {
    position: absolute;
    left: 5px;
    bottom: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 2px;
    column-gap: 3px;
}
span.frhd__cat-name a {
    display: inline-block;
    text-decoration: none;
    background: #ffc107;
    color: #000;
    font-size: 14px;
    padding: 1px 9px;
    border-radius: 5px;
    border: 1px solid #9e9e9e;
}
span.frhd__cat-name a:hover {
    border-color: transparent;
}
.frhd__post-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.frhd__post-grid-1 .frhd__post-btn a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    background: linear-gradient(60deg, #ef5350, #d32f2f);
    padding: 1px 10px;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid transparent;
}
.frhd__post-btn a:hover {
    border-color: #fff;
}
.frhd__post-grid-1 .frhd__reading-time {
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-size: 14px;
    color: #ef5350;
}
.frhd__reading-time svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    fill: #d32f2f;
}