.sps-tabs-box {
    width: 100%;
}
.sps-tabs-names {
    width: 100%;
    border-bottom: 1px solid #efefef;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.sps-tabs-name {
    display: inline-block;
    width: auto;
    padding: 20px;
    cursor: pointer;
}
.sps-tabs-name.current {
    border-bottom: 3px solid var(--pine);
}
.sps-tabs-item {
    display: none;
    width: 100%;
    min-height: 200px;
    padding: 20px;
}
