/**
 * Trevinfo PRO — Partner kategóriák nézet stílusok. Prefix: .trv-
 */
.trv-categories-view .trv-cat-list { list-style: none; margin: 0; padding: 0; }
.trv-categories-view .trv-cat-list .trv-cat-list { margin-left: 1.25rem; border-left: 2px solid #eee; padding-left: .75rem; }
.trv-cat-item { margin: .25rem 0; }
.trv-cat-link {
    display: flex; align-items: center; gap: .6rem; padding: .5rem .7rem;
    border: 1px solid #eee; border-radius: 8px; text-decoration: none; color: inherit;
}
.trv-cat-link:hover { background: #f7f7f7; }
.trv-cat-icon, .trv-cat-image { width: 28px; height: 28px; object-fit: contain; }
.trv-cat-name { flex: 1; font-weight: 500; }
.trv-cat-count { background: #eee; border-radius: 999px; padding: .1rem .6rem; font-size: .8rem; color: #555; }
