.overview .details{margin-top:1rem;display:grid;grid-template-columns:2fr 1fr;line-height:25px}.surface{background-color:var(--surface-black);padding:0 15px}.overview .grid{gap:2rem}.overview .player-grid{grid-gap:2rem;gap:2rem;display:grid;grid-template-columns:1fr 1fr 1fr 1fr}.overview .details .desc{color:var(--subtitle);margin-top:10px;padding-right:30px;margin-bottom:1rem}.overview .participants{margin-top:1rem}.overview .participants .playertile{display:flex;align-items:center;gap:10px}.overview .participants .playertile .playername{font-weight:700;font-size:14px}.overview .participants .playertile .playername span{color:var(--primary)}.overview .participants .playertile .player_tag{margin-top:5px;color:var(--subtitle)}.overview .match-tile{background-color:var(--surface-black);border-radius:.5rem;cursor:pointer;transition:.3s ease-in-out}.overview .matchestable{display:flex;flex-direction:column;gap:15px;margin-bottom:1rem}.overview .headtitle{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.overview .headtitle button{padding:.5rem 1rem;background:var(--primary);color:#fff;border:none;border-radius:.5rem;cursor:pointer}@media screen and (max-width:1280px){.overview .player-grid{grid-template-columns:1fr 1fr 1fr}}@media screen and (max-width:1000px){.overview .details{grid-template-columns:1fr}.organizers{margin-top:2rem}.overview .participants .playertile .playername{font-size:12px;line-height:1em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.overview .participants .playertile .player_tag{width:90px;font-size:13px;line-height:1em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.overview .player-grid{grid-template-columns:1fr 1fr}.overview .details .desc{padding-right:0;font-size:13px}.overview h3{font-size:15px}.overview .grid{gap:0}}