.ai-news-cards-wrapper-8b99b4a7 {
    display: flex;
    flex-wrap: nowrap;
    gap: 2rem;
    width: 100%;
}

.secondary-stories-wrapper-8b99b4a7 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    flex: 1 1 40%;
    min-width: 300px;
}

.lead-story-card-8b99b4a7 {
    flex: 1 1 60%;
    min-width: 350px;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.lead-story-card-8b99b4a7:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.secondary-story-card-8b99b4a7 {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.secondary-story-card-8b99b4a7:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.card-link-8b99b4a7 {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-image-8b99b4a7 {
    width: 100%;
    overflow: hidden;
}

.news-thumbnail-8b99b4a7 {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.card-content-8b99b4a7 {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex-grow: 1;
}

.lead-story-card-8b99b4a7 .card-content-8b99b4a7 {
    padding: 2rem;
}

.card-meta-8b99b4a7 {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--e-global-color-accent, #4CD9DF); /* Pulled from Elementor Globals */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
    font-family: var(--e-global-typography-primary-font-family, "Lora"), sans-serif;
}

.card-headline-8b99b4a7 {
    margin: 0;
    line-height: 1.3;
    font-weight: 700;
    color: var(--e-global-color-primary, #000000);
    font-family: var(--e-global-typography-primary-font-family, "Lora"), sans-serif;
}

.lead-story-card-8b99b4a7 .card-headline-8b99b4a7 {
    font-size: 2rem;
}

.secondary-story-card-8b99b4a7 .card-headline-8b99b4a7 {
    font-size: 1.25rem;
    font-weight: 600;
}

.card-excerpt-8b99b4a7 {
    margin: 0;
    line-height: 1.6;
    opacity: 0.85;
    color: var(--e-global-color-text, #111111);
    font-family: var(--e-global-typography-text-font-family, "Poppins"), sans-serif;
}

.card-excerpt-8b99b4a7 p {
    margin: 0;
}

.lead-story-card-8b99b4a7 .card-excerpt-8b99b4a7 {
    font-size: 1.1rem;
    margin-top: 0.5rem;
}

.secondary-story-card-8b99b4a7 .card-excerpt-8b99b4a7 {
    font-size: 0.95rem;
    line-height: 1.5;
    opacity: 0.8;
}

@media (max-width: 992px) {
    .ai-news-cards-wrapper-8b99b4a7 {
        flex-direction: column;
    }
    
    .lead-story-card-8b99b4a7,
    .secondary-stories-wrapper-8b99b4a7 {
        flex: 1 1 100%;
        min-width: 100%;
    }
}