body.page-personnage-profile .profile-prizes { padding: 28px; border: 1px solid #e7dec7; border-radius: 22px; background: linear-gradient(135deg,#fffaf0,#fff 65%); }
.profile-prizes .prizes-heading { display:flex; justify-content:space-between; align-items:center; gap:20px; margin-bottom:24px; }
.profile-prizes .prizes-heading h2 { margin:0; color:#164b59; }
.profile-prizes .prizes-totals { display:flex; gap:12px; flex-wrap:wrap; }
.profile-prizes .prizes-totals span { padding:10px 14px; border:1px solid #e8dfc9; background:#fff; border-radius:12px; color:#6d613d; font-size:13px; }
.profile-prizes .prizes-totals strong { font-size:22px; margin-right:5px; color:#966c18; }
.profile-prizes .prizes-ceremonies { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:20px; }
.profile-prizes .prizes-ceremony { padding:20px; background:#fff; border:1px solid #e7e9e8; border-radius:16px; min-width:0; }
.profile-prizes .prizes-brand { display:flex; align-items:center; gap:14px; margin-bottom:18px; }
.profile-prizes .prizes-brand img { width:48px; height:48px; object-fit:contain; }
.profile-prizes .prizes-brand h3 { margin:0 0 4px; color:#765916; font-size:20px; }
.profile-prizes .prizes-brand p { margin:0; color:#687d84; font-size:12px; }
.profile-prizes .prizes-list { padding:0; margin:0; list-style:none; display:grid; gap:12px; }
.profile-prizes .prizes-item { display:flex; gap:14px; align-items:center; padding:16px; border:1px solid #dbe8ee; border-radius:12px; text-decoration:none; color:#254b59; background:#f6fafc; }
.profile-prizes .prizes-item.is-winner { border-color:#eee0b9; background:#fffcf4; }
.profile-prizes .prizes-item:hover { border-color:#b59948; box-shadow:0 4px 14px #785e1510; }
.profile-prizes .prizes-item:focus-visible { outline:3px solid #08869c; outline-offset:3px; }
.profile-prizes .prizes-item img { width:30px; height:48px; object-fit:contain; flex-shrink:0; }
.profile-prizes .prizes-item strong { font-size:14px; }
.profile-prizes .prizes-item p { margin:5px 0 0; color:#647b85; font-size:13px; }
.profile-prizes .prizes-meta { display:flex; gap:10px; align-items:center; margin-bottom:7px; font-size:12px; }
.profile-prizes .prizes-meta span { font-size:10px; text-transform:uppercase; letter-spacing:.08em; border-radius:5px; padding:3px 6px; background:#e4eff4; }
.profile-prizes .is-winner .prizes-meta { color:#896513; }
.profile-prizes .is-winner .prizes-meta span { background:#f8ebbf; }
@media(max-width:640px) { body.page-personnage-profile .profile-prizes { padding:18px; } .profile-prizes .prizes-heading { align-items:flex-start; flex-direction:column; } .profile-prizes .prizes-ceremonies { grid-template-columns:minmax(0,1fr); } }
