html body .wapper #top_players button.rankingServerButton {
 display:block!important;box-sizing:border-box!important;width:100%!important;min-height:40px;
 margin:0 0 10px!important;padding:9px 34px 9px 12px!important;text-align:left!important;
 font:inherit!important;font-size:14px!important;line-height:21px!important;color:#d0cbc1!important;
 background:#191d1b!important;border:1px solid #ffffff18!important;border-radius:8px!important;
 box-shadow:none!important;outline:none!important;position:relative;cursor:pointer;
}
html body .wapper #top_players button.rankingServerButton::after{content:'';position:absolute;right:13px;top:16px;width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);}
html body .wapper #top_players button.rankingServerButton:focus-visible,
html body .wapper #top_players button.rankingServerButton[aria-expanded="true"]{border-color:#c7ad78!important;outline:none!important;box-shadow:none!important;}
html body .rankingServerList{position:fixed;z-index:10000;box-sizing:border-box;padding:5px;overflow:auto;background:#222525;border:1px solid #ffffff18;border-radius:10px;box-shadow:0 12px 32px #0006;scrollbar-width:thin;scrollbar-color:#ac9564 #222525;font:400 14px/21px ui-sans-serif,system-ui,sans-serif;color:#d0cbc1;}
html body .rankingServerList[hidden]{display:none!important;}
html body .rankingServerOption{padding:8px 12px;border-radius:6px;cursor:pointer;overflow-wrap:anywhere;}
html body .rankingServerOption[aria-selected="true"]{color:#e2c58c;background:#c7ad7815;}
html body .rankingServerOption:hover,html body .rankingServerOption.is-active{color:#ffe0a0;background:#c7ad7825;}
