.news-grid-container-066771eb {
    display: grid;
    grid-template-columns: 2.2fr 1fr;
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    align-items: stretch;
}

/* Lead Story */
.lead-story-066771eb {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.lead-story-066771eb .story-link-066771eb {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.lead-story-066771eb .image-wrapper-066771eb img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
    margin-bottom: 1.5rem;
}

.news-grid-container-066771eb .lead-story-066771eb h2.lead-title-066771eb {
    font-size: 2.5rem !important;
    font-weight: 900;
    line-height: 1.1;
    margin: 0 0 0.8rem 0;
    text-transform: uppercase;
    color: #000;
}

/* Side Stories */
.side-stories-066771eb {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.side-story-066771eb {
    padding: 1.5rem 0;
    border-bottom: 1px solid #eaeaea;
    flex: 1;
    display: flex;
    align-items: center;
}

.side-story-066771eb:last-child {
    border-bottom: none;
}

.side-link-066771eb {
    width: 100%;
}

.side-content-066771eb {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Increased Specificity and !important to override global styles */
.news-grid-container-066771eb .side-stories-066771eb .side-story-066771eb h3.side-title-066771eb {
    font-size: 1.1rem !important;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    color: #000;
}

/* Links & Meta */
.story-link-066771eb {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: opacity 0.2s ease;
}

.story-link-066771eb:hover {
    opacity: 0.8;
}

.news-grid-container-066771eb .publish-date-066771eb {
    color: #4cd9df !important;
    font-family: 'Poppins', monospace;
    font-weight: 800;
    font-size: 0.9rem;
    text-transform: uppercase;
}

/* Responsive */
@media (max-width: 900px) {
    .news-grid-container-066771eb {
        grid-template-columns: 1fr;
    }
    .side-stories-066771eb {
        border-top: none;
    }
}