.ttj-my-account{font-family:inherit;color:#222}
.ttj-game-card{width:100%;display:flex;border:1px solid #ddd;border-radius:6px;overflow:hidden;margin-bottom:16px;background:#fff}
.ttj-game-card .ttj-game-image{flex:0 0 25%;box-sizing:border-box;text-align:center;background:#fafafa;background-size:cover;background-position:center;background-repeat:no-repeat;min-height:180px;padding:0}
.ttj-game-card .ttj-game-content{flex:1 1 75%;padding:12px;box-sizing:border-box}
.ttj-game-card .ttj-game-desc{margin-bottom:12px;color:#333}
.ttj-game-title{margin:0 0 8px;font-size:1.25rem}
.ttj-game-desc{color:#444;line-height:1.4}
.ttj-game-stats{display:flex;gap:8px;margin-bottom:12px}
.ttj-stat{flex:1;text-align:center;padding:8px;border:1px solid #eee;border-radius:4px;background:#fff}
.ttj-stat-label{font-size:12px;color:#666}
.ttj-play-row{margin-top:6px}
.ttj-pro-label{margin-left:12px;color:#666}
.ttj-assign-form{margin:20px;padding:10px;border:1px solid #ddd;background:#fff}
/* Score legend */
.ttj-score-legend{display:flex;gap:12px;margin:12px 0}
.ttj-score-item{flex:1;text-align:center}
.ttj-score-item img{height:36px;display:block;margin:0 auto 6px}
.ttj-score-item p{margin:0;font-weight:600}
/* Per-game background images - keep paths relative to site root */
.ttj-game-image.ttj-game-image--regents{background-image:url('/media/regents.png')}
.ttj-game-image.ttj-game-image--epoch{background-image:url('/media/epoch.png')}
@media(max-width:720px){
  .ttj-game-card{flex-direction:column}
  .ttj-game-card .ttj-game-image{flex:0 0 auto}
  .ttj-game-card .ttj-game-content{flex:0 0 auto}
  .ttj-game-card .ttj-game-image img{height:120px}
}
.ttj-play-row a {
    display: inline-block;
    padding: 10px 25px;
    background: linear-gradient(135deg, rgb(61, 7, 47) 0%, rgb(107, 13, 82) 100%);
    background-color: var(--wp--preset--color--base);
    color: var(--wp--preset--color--custom-licht-goud);
    text-decoration: none;
    border-radius: 4px;
}