.wbk_settingsSectionStep {
    margin-top: 16px;
}

.wbk_settingsSectionStep__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.wbk_settingsSectionStep__tab {
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    background: #fff;
    padding: 6px 14px;
    font-size: 13px;
    color: #6b7280;
    cursor: pointer;

    &--active {
        border-color: #14b8a9;
        background: #ecfdf5;
        color: #0f766e;
    }
}

.wbk_settingsSectionStep__fields {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
    background: #fff;
}

.wbk_settingsSectionStep__field {
    margin-bottom: 16px;

    &:last-child {
        margin-bottom: 0;
    }
}

.wbk_settingsSectionStep__actionRow {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.wbk_settingsSectionStep__primaryButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border: none;
    border-radius: 8px;
    background: #14b8a9;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;

    &:disabled {
        opacity: 0.7;
        cursor: not-allowed;
    }
}

.wbk_settingsSectionStep__skipButton {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    padding: 10px 18px;
    font-size: 14px;
    color: #6b7280;
    cursor: pointer;

    &:disabled {
        opacity: 0.7;
        cursor: not-allowed;
    }

    &:hover:not(:disabled) {
        border-color: #d1d5db;
        color: #374151;
    }
}

.wbk_settingsSectionStep__secondaryLink {
    font-size: 14px;
    color: #14b8a9;
    text-decoration: none;

    &:hover {
        text-decoration: underline;
    }
}

.wbk_settingsSectionStep__empty {
    margin: 0;
    font-size: 14px;
    color: #6b7280;
}
