.wte-list-item{border-bottom:1px solid var(--wte-color-border-light);transition:background-color var(--wte-transition-fast)}.wte-list-item:first-child{border-top:1px solid var(--wte-color-border-light)}.wte-list-item:hover{background-color:var(--wte-color-bg-alt)}.wte-list-item__link{display:flex;flex-direction:column;padding:var(--wte-space-md) var(--wte-space-sm);color:var(--wte-color-text);text-decoration:none;gap:var(--wte-space-xs)}@media (min-width:768px){.wte-list-item__link{flex-direction:row;align-items:center;gap:var(--wte-space-lg)}}.wte-list-item__meta{display:flex;align-items:center;gap:var(--wte-space-md);flex-shrink:0;width:100%}@media (min-width:768px){.wte-list-item__meta{width:220px}}.wte-list-item__date{font-size:var(--wte-font-size-sm);color:var(--wte-color-text-muted);font-family:var(--wte-font-family-en)}.wte-list-item__title{font-size:var(--wte-font-size-md);font-weight:var(--wte-font-weight-medium);margin:0;line-height:var(--wte-line-height-tight)}.wte-list--grid{display:grid;grid-template-columns:1fr;gap:var(--wte-space-lg)}.wte-list--grid .wte-list-item{border:1px solid var(--wte-color-border-light);border-radius:var(--wte-radius-md);transition:box-shadow var(--wte-transition-fast),transform var(--wte-transition-fast)}.wte-list--grid .wte-list-item:hover{background-color:var(--wte-color-bg-white);transform:translateY(-2px);box-shadow:var(--wte-shadow-md)}.wte-list--grid .wte-list-item:first-child{border-top:1px solid var(--wte-color-border-light)}@media (min-width:768px){.wte-list--grid{grid-template-columns:repeat(2,1fr)}}.wte-list-item--post .wte-list-item__link{display:flex;flex-direction:column;gap:var(--wte-space-md);padding:var(--wte-space-md)}.wte-list-item__thumbnail{aspect-ratio:16 / 9;overflow:hidden;border-radius:var(--wte-radius-sm);width:100%}.wte-list-item__thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform var(--wte-transition-slow)}.wte-list-item:hover .wte-list-item__thumbnail img{transform:scale(1.05)}.wte-list-item__content{display:flex;flex-direction:column;gap:var(--wte-space-xs);width:100%}