[data-state="tabbordion"] {
    clip: rect(0 0 0 0);
    height: 1px;
    position: absolute;
    position: fixed;
    width: 1px;
    z-index: -1;
}

.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
}

.tabs > :not(.tabs-panel) {
    white-space: normal;
}

.tabs:after {
    clear: both;
    content: '';
    display: table;
}

.tabs-panel {
    display: inline;
    margin: 0;
    padding: 0;
}

.tabs-title {
    background: #EBEBEB;
    color: #363636;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: normal;
}

.tabs-title--between,
.tabs-title--last {
    border-left: 1px solid #D2D2D2;
}

.tabs-title--first {
    border-top-left-radius: 3px;
}

.tabs-title--last {
    border-top-right-radius: 3px;
}

.tabs-title--checked {
    background: #FAFAFA;
}

.tabs-content {
    background: #FAFAFA;
    border-radius: 0 3px 3px 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #363636;
    display: none;
    float: left;
    overflow: hidden;
    padding: 1em;
    white-space: normal;
    width: 100%;
}

.tabs-content--checked {
    display: block;
}
