body { background-color: #F2F0E8; color: #191919; }
.hover-underline { text-decoration-color: #DEDCD4; transition: text-decoration-color 0.2s ease; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.hover-underline:hover { text-decoration-color: #191919; }

.article-row:hover .article-title { text-decoration-color: #191919; }
.article-title { text-decoration-color: transparent; transition: text-decoration-color 0.2s ease; }

.article-row { transition: opacity 0.3s ease, transform 0.3s ease; }
.hidden-item { display: none; opacity: 0; transform: translateY(10px); }
