@import url('../global.css');
@import url('../editor.css');
@import url('../core/debug.css');

.sim-player-name-ihof {
    position: relative;
}

.sim-player-name span {
    display: none;
}

.sim-player-name-ihof b {
    position: absolute;
    left: 0;
    bottom: 0;
}

.sim-player-name-ihof span {
    position: absolute;
    left: 0;
    top: 0;
}

[data-sort-style] {
    position: relative;
    margin-top: -15px;
    padding-top: 15px;
    margin-bottom: -15px;
    padding-bottom: 15px;
    margin-right: -10px;
    padding-right: 10px;
    margin-left: -10px;
    padding-left: 10px;
}

[data-sort-style="1"]::before {
    content: "\f0de";
    font-family: Icons;
    position: absolute;
    left: 1px;
    top: -3px;
    transform: scale(0.7);
}

[data-sort-style="2"]::before {
    content: "\f0dd";
    font-family: Icons;
    position: absolute;
    left: 1px;
    bottom: 0px;
    transform: scale(0.7);
}
