/* Game bookmarks share the existing two-card layout. */
.games .game-resources .diablo-content,.games .game-resources .battlefield-content{padding-bottom:18px}
.games .game-resources .diablo-logo,.games .game-resources .battlefield-logo{margin-bottom:9px}
.games .game-resources h2{margin-bottom:8px}
.game-links{list-style:none;padding:0;margin:0;width:100%}
.game-links li+li{border-top:1px solid #ffffff12}
.game-links a{display:flex;align-items:center;gap:12px;min-height:32px;padding:5px 0;text-decoration:none;line-height:1.5}
.game-link-name{font-size:13px;color:var(--fg);white-space:nowrap}
.game-link-note{margin-left:auto;font-size:11px;color:#b1aba4;text-align:right}
.game-link-arrow{font-size:14px;color:var(--amber);flex-shrink:0}
.game-links a:hover .game-link-name{color:var(--amber)}
.game-links a:focus-visible{outline:2px solid var(--amber);outline-offset:3px}
.games .game-resources:after{background:linear-gradient(90deg,#08090bf5,#08090bca 65%,#08090b9e)}
@media(max-width:360px){.game-links a{gap:8px}.game-link-name{font-size:12px}.game-link-note{font-size:11px}}

.game-link-note{font-size:11px}
@media(max-width:360px){.game-link-note{font-size:11px}}
