/* EuroStatistic Tabs styling (match design spec)
   Active: #304FFF
   Inactive: #3B3B3B
   Divider between tabs: #3B3B3B
   Bottom line under tabs: #000000
*/

.kings {
    top: 20px;
    position: relative;
}
.kings-tabs {
    margin: 0;
}

.kings-tabs__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0px 0 10px;
    box-shadow: 4px 1px 10px 0px #00000033;
    background: #F2F2F2;
}

.kings-tabs__list::-webkit-scrollbar {
    display: none;
}

.kings-tab {
    position: relative;
    border: 0;
    background: transparent;
    flex: 0 0 40%;
    text-align: center;
    padding: 8px 8px;
    margin: 0;
    white-space: nowrap;
    font: normal normal bold 18px/20px blender-bold;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
}

.kings-tab.active {
    color: #304FFF;
    font-weight: 700;
}

/* Divider between tabs (raised a bit from the bottom line) */
.kings-tab + .kings-tab {
    border-right: 0;
}

/*.kings-tab + .kings-tab:before {
    content: '';
    position: absolute;
    right: 0;
    top: 4px;
    bottom: 6px;
    width: 1px;
    background: #3B3B3B;
}*/
