.posts-listing-0313cd38 {
    display: flex;
    flex-direction: column;
}

.posts-listing-0313cd38 .post-item {
    display: flex;
    align-items: flex-start;
    padding: 24px 0;
    border-bottom: 1px solid #e0e0e0;
    gap: 20px;
}

.posts-listing-0313cd38 .post-item:last-child {
    border-bottom: none;
}

.posts-listing-0313cd38 .post-date-box {
    color: #fff;
    border-radius: 8px;
    padding: 12px 10px;
    text-align: center;
    min-width: 65px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.1;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Cycle through the colors visible in the image */
.posts-listing-0313cd38 .post-item:nth-child(3n+1) .post-date-box {
    background-color: #e56d2d; /* Orange */
}
.posts-listing-0313cd38 .post-item:nth-child(3n+2) .post-date-box {
    background-color: #ba4918; /* Dark Orange */
}
.posts-listing-0313cd38 .post-item:nth-child(3n+3) .post-date-box {
    background-color: #693410; /* Brown */
}

.posts-listing-0313cd38 .post-date-day {
    font-size: 26px;
    font-weight: 700;
}

.posts-listing-0313cd38 .post-date-month {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 4px;
}

.posts-listing-0313cd38 .post-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.posts-listing-0313cd38 .post-title {
    margin: 0 0 8px 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #3f3f3f;
    line-height: 1.3;
}

.posts-listing-0313cd38 .post-excerpt {
    margin: 0;
    color: #7a7a7a;
    font-size: 0.95rem;
    line-height: 1.5;
}