.la-container-3d8baa22 {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    margin: 20px 0;
}

.la-banner-3d8baa22 {
    flex: 1 1 350px;
    min-height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 30px;
}

.la-banner-overlay-3d8baa22 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.7) 100%);
    z-index: 1;
}

.la-banner-3d8baa22 h3 {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.la-content-3d8baa22 {
    flex: 1.2 1 400px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.la-section-title-3d8baa22 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-top: 0;
    margin-bottom: 25px;
}

.la-articles-list-3d8baa22 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.la-article-item-3d8baa22 {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
}

.la-article-item-3d8baa22:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.la-article-meta-3d8baa22 {
    margin-bottom: 5px;
}

.la-date-3d8baa22 {
    font-size: 12px;
    color: #999999;
}

.article-title-3d8baa22 {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    text-decoration: none;
    transition: color 0.2s ease;
    display: block;
    line-height: 1.4;
}

.article-title-3d8baa22:hover {
    color: #0073aa;
}

.la-footer-3d8baa22 {
    margin-top: 30px;
}

.la-view-all-3d8baa22 {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: #0073aa;
    text-decoration: none;
    font-size: 15px;
    transition: transform 0.2s ease;
}

.la-view-all-3d8baa22:hover .la-arrow-3d8baa22 {
    transform: translateX(5px);
}

.la-arrow-3d8baa22 {
    margin-left: 5px;
    transition: transform 0.2s ease;
}

@media (max-width: 768px) {
    .la-banner-3d8baa22 {
        min-height: 200px;
    }
    .la-content-3d8baa22 {
        padding: 25px;
    }
}
