.rh-cats{display:inline-flex;position:relative}.rh-cats__btn{border-radius:var(--wp--custom--radius--md,.5rem);background:var(--rh-primary);color:#fff;height:40px;font:inherit;font-size:.95rem;font-weight:var(--wp--custom--fw--strong);white-space:nowrap;cursor:pointer;border:0;flex:none;align-items:center;gap:8px;margin:0;padding-inline:16px;line-height:1;display:inline-flex}.rh-cats__btn .rh-icon{flex:none}.rh-cats__chevron{transition:transform .15s}.rh-cats:has(>.rh-cats__btn:hover) .rh-cats__chevron,.rh-cats:has(>.rh-cats__panel:hover) .rh-cats__chevron,.rh-cats:focus-within .rh-cats__chevron,.rh-cats[data-open] .rh-cats__chevron{transform:rotate(180deg)}.rh-cats:has(>.rh-cats__btn:hover) .rh-cats__btn,.rh-cats:has(>.rh-cats__panel:hover) .rh-cats__btn,.rh-cats:focus-within .rh-cats__btn,.rh-cats[data-open] .rh-cats__btn{border-end-end-radius:0;border-end-start-radius:0}.rh-cats__panel{width:min(880px,calc(100vw - 2*var(--rh-pad-x,24px)));background:var(--rh-bg);border:1px solid var(--rh-border);min-height:320px;box-shadow:var(--wp--preset--shadow--lg,0 16px 40px #0f111524);z-index:var(--rh-z-mega,100);opacity:0;visibility:hidden;pointer-events:none;border-start-start-radius:0;border-start-end-radius:var(--wp--custom--radius--lg,.75rem);border-end-end-radius:var(--wp--custom--radius--lg,.75rem);border-end-start-radius:var(--wp--custom--radius--lg,.75rem);transition:opacity .14s,transform .14s,visibility 0s linear .14s;position:absolute;inset-block-start:100%;inset-inline-start:0;overflow:hidden;transform:translateY(6px)}.rh-cats:has(>.rh-cats__btn:hover) .rh-cats__panel,.rh-cats:has(>.rh-cats__panel:hover) .rh-cats__panel,.rh-cats:focus-within .rh-cats__panel,.rh-cats[data-open] .rh-cats__panel{opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s;transform:translateY(0)}.rh-cats__parents{width:240px;padding-block:8px}.rh-cats__parent-link{color:var(--rh-fg);font-size:.9rem;font-weight:var(--wp--custom--fw--base);justify-content:space-between;align-items:center;gap:8px;padding:10px 18px;display:flex}.rh-cats__parent-link .rh-icon{opacity:.45;flex:none}.rh-cats__parent:hover>.rh-cats__parent-link,.rh-cats__parent:focus-within>.rh-cats__parent-link,.rh-cats__parents:not(:hover):not(:focus-within)>.rh-cats__parent:first-child>.rh-cats__parent-link{background:color-mix(in srgb,var(--rh-primary)8%,transparent);color:var(--rh-primary)}.rh-cats__pane{border-inline-start:1px solid var(--rh-border);opacity:0;visibility:hidden;padding:18px 22px;position:absolute;inset-block:0;inset-inline:240px 0;overflow-y:auto}.rh-cats__parent:hover>.rh-cats__pane,.rh-cats__parent:focus-within>.rh-cats__pane,.rh-cats__parents:not(:hover):not(:focus-within)>.rh-cats__parent:first-child>.rh-cats__pane{opacity:1;visibility:visible}.rh-cats__viewall{color:var(--rh-primary);font-size:.9rem;font-weight:var(--wp--custom--fw--strong);margin-block-end:14px;display:inline-block}.rh-cats__children{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:4px 18px;display:grid}.rh-cats__children a{color:var(--rh-fg-muted);padding:7px 6px;font-size:.85rem;line-height:1.5;display:block}.rh-cats__children a:hover{color:var(--rh-primary)}