.single_post {
text-decoration: none;
display: flex;
flex-direction: column;
}
.single_post:hover {
text-decoration: none;
}
.single_post .post_thumb {
aspect-ratio: 4 / 3;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative;
}
.single_post .post_data {
padding-top: var(--gap-s);
}
.single_post .post_data h6 {
color: var(--text);
font-size: 18px;
font-weight: 700;
line-height: 130%;
margin-bottom: var(--gap-xs);
}
.single_post .post_data p {
color: var(--text);
font-size: 18px;
font-weight: 400;
line-height: 140%;
}
.single_post .post_action {
margin-top: auto;
padding-top: var(--gap-s);
}