.SplitsSetupPage {
    background-color: var(--white);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    min-height: 700px;
    padding: 25px;

    &-header-row {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
    }

    &-header-actions {
        align-items: center;
        display: flex;
    }

    &-save-state {
        color: var(--gray-500);
        font-size: 12px;
        font-weight: 500;
        margin-left: 8px;
        margin-right: 8px;
        text-transform: uppercase;
    }

    &-track-row {
        border-top: 1px solid var(--gray-300);
        margin-top: 32px;
    }

    &-track-splits-column-container {
        margin-top: 64px;
    }
}
