/* Help page tabs: navigation, not CTA buttons. */
.help-tabs__list { gap: 8px; border-bottom: 1px solid rgba(80, 55, 35, 0.18); }
.help-tabs__tab { min-height: 52px; margin-bottom: -1px; padding: 12px 18px; border: 0; border-bottom: 3px solid transparent; border-radius: 0; background: transparent; color: #665746; cursor: pointer; box-shadow: none; transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease; }
.help-tabs__tab:hover { transform: none; background: rgba(177, 107, 44, 0.08); color: #8d4f1a; box-shadow: none; }
.help-tabs__tab:focus-visible { border-color: transparent; outline: 2px solid #b16b2c; outline-offset: -2px; }
.help-tabs__tab.is-active { border-bottom-color: #b16b2c; background: transparent; color: #8d4f1a; cursor: default; }
.help-tabs__tab.is-active:hover { background: transparent; }
.help-tabs__tab.is-active .help-tabs__tab-icon { filter: none; }
