/* skin/css/list.css */
.text-tabs { display: flex; gap: 20px; padding: 20px; border-bottom: 1px solid var(--mag-border); overflow-x: auto; }
.tt-link { font-size: 14px; color: var(--mag-gray); font-weight: 500; }
.tt-link.active { color: var(--mag-black); font-weight: 900; text-decoration: underline; }

.clean-list { padding: 0 20px; }
.cl-row { display: flex; align-items: center; padding: 20px 0; border-bottom: 1px solid #f5f5f5; }
.cl-row img { width: 48px; height: 48px; border-radius: 4px; margin-right: 15px; }
.cl-main { flex: 1; }
.cl-main h4 { font-size: 16px; font-weight: bold; margin-bottom: 4px; }
.cl-tags span { font-size: 10px; border: 1px solid #ddd; padding: 2px 6px; color: #666; margin-right: 5px; }

.mag-pager { display: flex; justify-content: center; gap: 30px; margin: 40px 0; font-family: var(--font-serif); font-weight: bold; }