.category-more-row { margin-left: 0; margin-right: 0; }
.category-more-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 40px; }
.category-more-heading .page-title { min-width: 0; margin-bottom: 0; }
.category-more-heading .itempagination { position: static; flex: 0 0 auto; }
#tab_home a.category-more-text { margin-left: auto; flex: 0 0 auto; padding: 8px 0; color: inherit; font-size: 14px; font-weight: 700; text-decoration: none; background: none; border: 0; }
#tab_home a.category-more-text:hover { text-decoration: underline; }
.category-more-footer { margin-bottom: 25px !important; }
/* Bottom buttons inherit the original .class_seemore styling from main.css. */
#tab_home a.category-more-image { position: relative; display: block; width: 100%; aspect-ratio: 1; overflow: hidden; border-radius: 8px; background: var(--category-more-bg); color: var(--category-more-fg); text-decoration: none; }
.category-more-art { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; padding: 12px; text-align: center; font-size: clamp(16px, 2vw, 24px); font-weight: 700; }
.category-more-art svg { width: 48px; height: 48px; }
.category-more-image:hover .category-more-art { transform: translateX(3px); }
.category-more-card { padding-left: 15px; padding-right: 15px; }
#tab_home .category-more-card .card { background: transparent; }
#tab_home a.category-more-image:focus-visible, #tab_home a.category-more-text:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
@media (max-width: 575px) {
    .category-more-heading { gap: 10px; }
    .category-more-art { gap: 12px; }
    .category-more-art svg { width: 36px; height: 36px; }
}
