/* Header uses the same markup, logo and country picker as the match page. */
.favorites-page .app-topbar{position:sticky;top:0;z-index:100;background:#fffffff7;border-bottom:1px solid #e4edf1}
.favorites-page .topbar-inner{display:flex;align-items:center;justify-content:space-between;width:min(1440px,calc(100% - 48px));min-height:80px;margin:auto;gap:20px}
.favorites-page .brand-lockup{display:flex;align-items:center;gap:10px;color:#10384d;font-weight:850;font-size:27px;letter-spacing:-1px;text-decoration:none;white-space:nowrap}
.favorites-page .brand-ball,.favorites-page .brand-ball svg{display:block;width:40px;height:40px}
.favorites-page .version-pill{display:none}
.favorites-page .home-nav{display:flex;align-items:center;gap:30px}
.favorites-page .home-nav a{display:flex;align-items:center;min-height:80px;color:#15334a;text-decoration:none;font-size:14px;font-weight:650;white-space:nowrap;border-bottom:3px solid transparent}
.favorites-page .home-nav .active{color:#008655;border-bottom-color:#099a63}
.favorites-page .topbar-actions{display:flex;align-items:center;gap:10px}
.favorites-page .topbar-button,.favorites-page .help-chip{display:flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:9px 13px;border:1px solid #d1e2e6;border-radius:10px;font:inherit;font-size:13px;font-weight:650;text-decoration:none;white-space:nowrap;cursor:pointer}
.favorites-page .topbar-button{background:#0c293e;color:#fff;border-color:#0c293e}
.favorites-page .help-chip{color:#38576b;background:#fff}
.favorites-page .topbar-button svg,.favorites-page .help-chip svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7}
.favorites-page .help-popover{position:absolute;right:24px;top:calc(100% + 8px);width:min(360px,calc(100vw - 32px));padding:18px;background:white;border:1px solid #d1e2e6;border-radius:14px;box-shadow:0 15px 40px #0a303a2e;font-size:14px;line-height:1.5}
.favorites-page .hidden{display:none!important}
.favorites-page .sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.favorites-page .favorites-main{margin-top:16px}
@media(max-width:1150px){.favorites-page .topbar-inner{flex-wrap:wrap;padding:12px 0;gap:10px}.favorites-page .home-nav{order:3;width:100%;justify-content:center;gap:24px}.favorites-page .home-nav a{min-height:40px}}
@media(max-width:760px){.favorites-page .topbar-inner{width:calc(100% - 28px)}.favorites-page .brand-lockup{font-size:23px}.favorites-page .brand-ball,.favorites-page .brand-ball svg{width:34px;height:34px}.favorites-page .topbar-actions{margin-left:auto;flex-wrap:wrap}.favorites-page .home-nav{gap:17px}.favorites-page .home-nav a{font-size:13px}.favorites-page .help-chip{display:none}.favorites-page .topbar-button{font-size:12px;padding:8px 10px}.favorites-page .country-dropdown{top:120px}}
