:root{--game-header-height: 56px;--color-bg-slate: #14232d;--color-white: #ffffff;--color-black: #000}game-header{display:block;width:100%}game-header .gh-bar{display:flex;align-items:center;gap:13px;padding:14px 60px 14px 16px;background:var(--color-bg-slate);color:var(--color-white);box-sizing:border-box}game-header .gh-bar--euro{background:var(--color-black)}game-header .gh-bar__back{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;color:inherit;padding:0;cursor:pointer;flex-shrink:0;transition:opacity .15s ease}game-header .gh-bar__back:hover{opacity:.75}game-header .gh-bar__back:active{opacity:.6}game-header .gh-bar__title{font-family:TNTDigital,TNTSportsSans,Inter,sans-serif;font-size:18px;font-weight:400;letter-spacing:1px;text-transform:uppercase;color:var(--color-white);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0;width:100%;display:block;text-align:center}game-header .gh-bar--euro .gh-bar__title{font-family:Aeonik Eurosport;font-weight:500}
