/* Scoped to featured MLB cards; prospect and college cards retain their design. */
.featured-card.team-branded:after{display:none}
.featured-card.team-branded{--club:#620010;--club-accent:#f4c947;--club-tint:#fcf3f4;display:block;min-width:0;border-top:6px solid var(--club-accent);padding:24px;border-radius:18px;background:#fff;box-shadow:0 12px 30px #2100060d}
.team-branded.team-padres{--club:#2f241d;--club-accent:#ffc425;--club-tint:#faf5e8}
.team-branded.team-dodgers{--club:#005a9c;--club-accent:#005a9c;--club-tint:#edf5fd}
.team-branded.team-pirates{--club:#171717;--club-accent:#fdb827;--club-tint:#faf6e8}
.team-branded .featured-organization{display:flex;align-items:center;gap:14px;padding:14px 16px;margin:0 0 24px;background:var(--club-tint);border-radius:12px;color:var(--club)}
.featured-team-logo{display:grid;place-items:center;width:68px;height:68px;flex:0 0 68px;background:#fff;border-radius:12px}
.featured-team-logo img{width:52px;height:52px;object-fit:contain}
.featured-organization-label{display:block;font:700 10px/1.3 Montserrat,sans-serif;letter-spacing:.1em;text-transform:uppercase;margin-bottom:5px}
.featured-organization strong{display:block;font:800 18px/1.2 Montserrat,sans-serif;overflow-wrap:anywhere}
.team-branded .featured-player{min-width:0;border:0;padding:0 0 20px;gap:20px}
.team-branded .featured-player>div{min-width:0;flex:1}
.team-branded .featured-avatar{background:var(--club);box-shadow:0 0 0 5px var(--club-tint),0 0 0 7px var(--club-accent)}
.team-branded .featured-avatar img{background:var(--club-tint)}
.team-branded .featured-player h3{overflow-wrap:anywhere}
.team-branded .featured-assignment{margin-top:8px;line-height:1.4;white-space:normal}
.team-branded .featured-assignment>span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.team-branded .featured-level{display:inline-block;padding:5px 9px;margin:8px 6px 0 0;border:1px solid var(--club);border-radius:6px;color:var(--club);background:var(--club-tint);font:700 11px/1.3 Montserrat,sans-serif}
.team-branded .featured-debut{display:inline-block;margin-top:8px}
.team-branded .featured-roster-note{font-size:12px;margin-top:8px;color:#735f64}
.team-branded .featured-game{border-left:3px solid var(--club-accent);padding-left:12px}
@media(max-width:700px){.featured-card.team-branded{padding:20px}.team-branded .featured-player{gap:16px}.featured-organization strong{font-size:16px}}
@media(max-width:420px){.team-branded .featured-player{flex-direction:column;align-items:flex-start}.team-branded .featured-avatar{margin:0 0 6px 6px}}
