.list_l005 { font-size: var(--theme-font-size-body, 1rem); }
.list_l005-title {
    color: var(--list_l005-title-color, #212529);
    font-size: var(--theme-font-size-h3, 1.5rem);
    font-weight: 700;
    line-height: 2;
    margin-bottom: 0.3em;
}
.list_l005-decor {
    border: none;
    border-top: 4px solid var(--list_l005-decor-color, #0d6efd);
    width: 3rem;
    margin: 0 0 1em 0;
}
.list_l005-subtitle {
    color: var(--list_l005-subtitle-color, #6c757d);
    font-size: var(--theme-font-size-body, 0.95rem);
    margin: 0 0 1.25em 0;
    line-height: 1.6;
}
.list_l005-list { display: flex; flex-direction: column; gap: 1rem; }
.list_l005-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}
.list_l005-img {
    flex: 0 0 var(--list_l005-img-width, 160px);
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 4px;
    background: #eee;
}
.list_l005-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.list_l005-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.5em;
    padding: 0.25em 0;
}
.list_l005-article-title {
    color: var(--list_l005-article-title-color, #212529);
    font-weight: 600;
    font-size: var(--theme-font-size-body, 1rem);
    line-height: 1.5;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.2s;
}
.list_l005-article-title:hover { opacity: 0.7; }
.list_l005-subtitle {
    color: var(--list_l005-subtitle-color, #6c757d);
    font-size: var(--theme-font-size-body, 0.9rem);
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}
.list_l005-brief {
    color: var(--list_l005-subtitle-color, #6c757d);
    font-size: var(--theme-font-size-body, 0.9rem);
    line-height: 1.6;
    margin: 0;
}
.list_l005-authors {
    color: var(--list_l005-subtitle-color, #6c757d);
    font-size: var(--theme-font-size-body, 0.85rem);
}
.list_l005-date {
    color: var(--list_l005-subtitle-color, #6c757d);
}