@import url('https://fonts.cdnfonts.com/css/nexa-bold');
@import url('https://fonts.cdnfonts.com/css/roboto');

.player-key-stats {
    max-width: 660px;
    margin: auto;
}

.header-title.multi-line {
    background: none;
    padding: 0;
    height: auto;
}

.header-title h1,
.header-title h2 {
    color: #000;
    max-width: 100%;
    font-family: 'Nexa';
    font-weight: bold;
}
.header-title h1 {
    line-height: 1.5;
    padding: 15px 10px;
    background: #f8fafc;
    border-radius: 10px 10px 0 0;
    border-top: solid 1px #dde3ed;
    border-left: solid 1px #dde3ed;
    border-right: solid 1px #dde3ed;
    border-bottom: solid 6px #c1c9d9;
}

.header-title h2 {
    background: #f2f5f9;
    text-align: left;
    font-size: 14px;
    padding: 10px;
    border-left: solid 1px #dde3ed;
    border-right: solid 1px #dde3ed;
    font-family: 'Roboto';
    font-weight: 600;
}

section {
    border-left: solid 1px #dde3ed;
    border-right: solid 1px #dde3ed;
    border-bottom: solid 1px #dde3ed;
    border-radius: 0 0 10px 10px;
}

section tr th {
    color: #000;
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 16px;
}
section tr th,
section tr td {
    padding: 16px 6px;
}

section tr:last-child th,
section tr:last-child td {
    border-bottom: none;
}

.gamelog-widget h2 {
    display: none;
}
.gamelog-widget .filter-wrapper,
.gamelog-widget thead,
th.pinned {
    background-color: #f2f5f9 !important;
}

.gamelog-widget th {
    color: #707d95;
    font-size: 14px;
}
label {
    font-weight: bold;
    font-family: 'Nexa';
}
tbody tr td {
    font-size: 14px;
    font-family: 'Nexa';
}
.club-logo-wrapper-medium {
    font-weight: bold;
    color: #1d2129;
    font-family: 'Nexa';
}

#select-season,
#select-edition {
    font-family: 'Nexa';
    color: #1d2129;
    background: none;
    border: none;
    width: auto;
}

.select-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-title {
    position: relative;
    height: auto;
    line-height: 50px;
    text-align: center;
    border-bottom: 0px none;
    background: none;
}
.filter-wrapper {
    background: #f6f8fa;
    height: auto;
    padding-top: 0px;
    text-align: center;
}
.filter-wrapper section {
    border-radius: 0;
}
caption.block-header {
    background: #fff;
    padding: 10px;
    color: #000;
    font-weight: bold;
}
.career-stats thead th,
thead th {
    background: #f2f5f9 !important;
    padding: 10px;
    color: #707d95;
}
.career-stats tbody td,
tbody td {
    padding: 20px 10px;
}
