.single_post {
    /*padding-bottom: 1rem;*/
    text-decoration: none;
    display: flex;
    flex-direction: column;
    border-bottom: 3px solid transparent;
    color: initial;
}

.single_post:hover {
    border-bottom-color: var(--rich-gold);
}

.single_post .post_thumb {
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.single_post .post_data {
    padding: 30px;
    background: var(--white-smoke);
    flex-grow: 1;
}
