.sperre-wrapper{width:1240px;margin:16px auto 40px;display:grid;grid-template-columns:repeat(2,1fr);gap:14px;}
.sperre-card{background:#2e2750;border-radius:6px;padding:8px;display:flex;align-items:center;gap:12px;position:relative;min-height:74px;}
.sperre-player-img{border-radius:4px;display:flex;align-items:center;justify-content:center;width:62px;height:62px;object-fit:cover;background:#201a3a;}
.sperre-info{display:flex;flex-direction:column;gap:4px;padding-right:16px;}
.sperre-name{font-size:28px;font-weight:700;line-height:1;}
.sperre-team{display:flex;align-items:center;gap:6px;font-size:16px;font-weight:600;color:#e2daef;line-height:1.2;}
.sperre-team img{width:14px;height:14px;border-radius:999px;object-fit:cover;}
.sperre-period{font-size:16px;color:#d5cde8;}
.sperre-badge{position:absolute;left:14px;bottom:8px;background:#8b74f1;color:#1f1838;font-size:12px;font-weight:800;padding:2px 6px;border-radius:3px;text-transform:capitalize;}
@media(max-width:1300px){.sperre-wrapper{width:calc(100% - 24px);}}
@media(max-width:900px){
    .sperre-wrapper{grid-template-columns:1fr;width:94%;}
    .sperre-name{font-size:20px;}
    .sperre-team,.sperre-period{font-size:13px;}
}
