/* Industry discovery: same navigation, room for the complete catalog. */
.rc-nav__group.is-open .rc-nav__panel--industries { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 490px; max-height: min(620px, calc(100dvh - 110px)); overflow-y: auto; gap: 3px 9px; padding: 13px; }
.rc-nav__panel--industries a { font-size: 14px; line-height: 1.4; }
.rc-nav__panel--industries a:last-child { color: #6427d4; font-weight: 650; }
.page-id-6 .rc-den-hubcard strong { font-size: 20px; line-height: 1.3; }
.page-id-6 .rc-den-hubcard > span:not([class]) { font-size: 16px; line-height: 1.65; }
.page-id-6 .rc-den-hubcard .rcv-svg { width: 27px; height: 27px; }
.page-id-6 .rc-eyebrow { font-size: 14px; }
.page-id-6 .rc-den-or, .page-id-6 .rc-footer h4, .page-id-6 .rc-footer__hint { font-size: 13px; }
/* The legacy footer declares this note with !important. */
.page-id-6 .rc-footer__note { font-size: 14px !important; }
@media (min-width: 980px) {
    body.page-id-6 .rc-den-hub { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    body.page-id-6 .rc-den-hubcard, body.page-id-6 .rc-den-hubcard:nth-last-child(-n+2) { grid-column: auto; }
}
