.work-latest ul { padding: 0; margin: 0; list-style: none; }
.work-latest li { padding: 13px 0; border-bottom: 1px solid #dfe3e8; }
.work-latest li:first-child { padding-top: 0; }
.work-latest li > a { display: block; text-decoration: none; }
.work-latest-meta { display: flex; justify-content: space-between; gap: 8px; color: #7b828b; font-size: 9px; margin-bottom: 7px; }
.work-latest strong { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; overflow-wrap: anywhere; color: #535c67; font-size: 12px; font-weight: 500; line-height: 1.6; }
.work-latest a:hover strong { color: #111; }
.work-latest-price { display: block; font-size: 10px; color: #535c67; margin-top: 6px; }
.work-latest-price small { font-size: 9px; color: #7b828b; }
.work-latest .work-latest-all { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; min-height: 36px; margin-top: 14px; padding: 8px 14px; border: 1px solid #d7dade; border-radius: 6px; color: #5f646b; background: #eceeef; font-size: .78rem; font-weight: 600; line-height: 1; letter-spacing: .04em; text-decoration: none; transition: background-color .2s ease, border-color .2s ease; }
.work-latest .work-latest-all:hover, .work-latest .work-latest-all:focus-visible { border-color: #c9cdd2; color: #50555b; background: #e2e4e7; }
.work-latest-empty { color: #7b828b; font-size: 11px; line-height: 1.8; }
