/* eFootball RTG iconography: silhouettes first, Huddle details second. */
.rtg-icon{display:inline-block;width:1.25rem;height:1.25rem;flex:none;vertical-align:-.2em;overflow:visible;--rtg-icon-accent:#a575ff;--rtg-icon-detail:#d7ff3f;--rtg-icon-cut:#160f29}
.rtg-icon .rtg-solid{fill:currentColor;stroke:none}
.rtg-icon .rtg-accent{fill:var(--rtg-icon-accent);stroke:none}
.rtg-icon .rtg-detail{fill:var(--rtg-icon-detail);stroke:none}
.rtg-icon .rtg-cut{fill:var(--rtg-icon-cut);stroke:none}
.rtg-icon .rtg-soft{fill:currentColor;fill-opacity:.08;stroke:none}
.rtg-icon--coin{color:var(--rtg-coin-color,#d7ff3f)}
.rtg-icon--arrow{transform-origin:center}
[dir=rtl] .rtg-icon--arrow{transform:scaleX(-1)}
.button.primary .rtg-icon{--rtg-icon-accent:currentColor;--rtg-icon-detail:currentColor;--rtg-icon-cut:#d7ff3f;--rtg-coin-color:currentColor}
.rtg-icons-mono .rtg-icon{--rtg-icon-accent:currentColor;--rtg-icon-detail:currentColor;--rtg-icon-cut:var(--rtg-icon-background,#160f29);--rtg-coin-color:currentColor}
.wallet .rtg-icon--coin{width:26px;height:26px;margin-inline-end:1px}
.mobile-clubbar .rtg-icon--coin{width:22px;height:22px}
.mobile-clubbar>span:last-child{display:inline-flex;align-items:center;gap:6px}
.price .rtg-icon--coin,.reward .rtg-icon--coin{width:24px;height:24px}
.card-nation .rarity-mark{width:14px;height:14px}
.player-card.mini .card-nation .rarity-mark{width:11px;height:11px}
.rtg-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.mode-icon .rtg-icon{width:32px;height:32px}
.club-link-icon .rtg-icon{width:25px;height:25px}
.creator-entry h2 .rtg-icon{width:28px;height:28px;margin-inline-end:9px}
/* Badge silhouettes are frames; the earned milestone is the single centre mark. */
.badge-symbol>.rtg-icon:first-child{inset:0}
.badge-symbol>.rtg-icon--shield>.rtg-accent,.badge-symbol>.rtg-icon--shield>path:last-child{display:none}
.badge-symbol>.rtg-icon--shield>.rtg-soft{fill:#292c3c;fill-opacity:1}
.badge-symbol .rtg-icon{--rtg-icon-accent:currentColor;--rtg-icon-cut:#292c3c}
@media(forced-colors:active){
 .rtg-icon{--rtg-icon-accent:CanvasText;--rtg-icon-detail:CanvasText;--rtg-icon-cut:Canvas;--rtg-coin-color:CanvasText;forced-color-adjust:auto}
 .rtg-icon .rtg-soft{fill:none}
}
