@charset "utf-8";

.tabs-list {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: 1em 0.5em 8px;
    border-bottom: solid 1px #5d5d5d;
    padding-bottom: 1em;
}

.tabs-list-item a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.tabs-list-item a:hover {
    opacity: 0.6;
}

.tabs-list-item {
    margin: 0 0.5em 0.5em;
}

a.is-current {
    pointer-events: none;
    cursor: default;
    text-decoration: none !important;
}