.post-link.central-story-alt {
    text-align: left;
}

.post-link.central-story-alt .post-title {
    font-size: 36px;
    line-height: 1.2;
    padding: 1rem 0 0.5rem;
    margin-bottom: 0;
    color: black;
    transition: color 0.1s ease;
}

.post-link.central-story-alt .post-subtitle {
    font-size: 18px;
    line-height: 1.4;
    padding: 0;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    color: #363636;
}

.post-link.central-story-alt .post-author {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.post-link.central-story-alt .post-author a {
    font-size: 14px;
    color: #EB2323;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-link.central-story-alt img {
    width: 100%;
    display: block;
    height: auto;
    max-height: 520px;
    /* aspect-ratio: 16/9; */
    object-fit: cover;
    margin-bottom: 1rem;
}

/* Hover effects */
.post-link.central-story-alt .post-author a:hover {
    color: #5A5A5A;
}

.post-link.central-story-alt .post-title:hover {
    color: #5A5A5A;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .post-link.central-story-alt .post-title {
        font-size: 32px;
    }
    
    .post-link.central-story-alt .post-subtitle {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .post-link.central-story-alt .post-title {
        font-size: 28px;
    }
    
    .post-link.central-story-alt .post-subtitle {
        font-size: 15px;
    }
} 